[posftix] Écoute sur l'ip de la freebox pour titanic...

darcs-hash:20081017235348-ffbb2-5e802a8b2887fa5cec1275c3cbf8cd582190402d.gz
This commit is contained in:
Nicolas Dandrimont 2008-10-18 01:53:48 +02:00
parent ee1af321de
commit 273ac80e63

View file

@ -21,6 +21,8 @@ users = has("users")
pub = pubip() pub = pubip()
adm = admip() adm = admip()
loc = "127.0.0.1" loc = "127.0.0.1"
if has("titanic"):
ext = "82.225.39.54"
@# Postfix master process configuration file. Each line describes how @# Postfix master process configuration file. Each line describes how
@# a mailer component program should be run. The fields that make up @# a mailer component program should be run. The fields that make up
@ -98,6 +100,8 @@ if main:
@ -o smtpd_sasl_auth_enable=yes @ -o smtpd_sasl_auth_enable=yes
@ -o smtpd_client_restrictions=permit_sasl_authenticated,reject @ -o smtpd_client_restrictions=permit_sasl_authenticated,reject
else: else:
if has("titanic"):
print loc + ":smtp inet n - - - - smtpd"
print pub + ":smtp inet n - - - - smtpd" print pub + ":smtp inet n - - - - smtpd"
if not public: if not public:
print " -o content_filter=lmtp:[amavis.adm.crans.org]:10024" print " -o content_filter=lmtp:[amavis.adm.crans.org]:10024"