[posftix] Écoute sur l'ip de la freebox pour titanic...
darcs-hash:20081017235348-ffbb2-5e802a8b2887fa5cec1275c3cbf8cd582190402d.gz
This commit is contained in:
parent
ee1af321de
commit
273ac80e63
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@ users = has("users")
|
|||
pub = pubip()
|
||||
adm = admip()
|
||||
loc = "127.0.0.1"
|
||||
if has("titanic"):
|
||||
ext = "82.225.39.54"
|
||||
|
||||
@# Postfix master process configuration file. Each line describes how
|
||||
@# 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_client_restrictions=permit_sasl_authenticated,reject
|
||||
else:
|
||||
if has("titanic"):
|
||||
print loc + ":smtp inet n - - - - smtpd"
|
||||
print pub + ":smtp inet n - - - - smtpd"
|
||||
if not public:
|
||||
print " -o content_filter=lmtp:[amavis.adm.crans.org]:10024"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue