[postfix] Configuration mail pour tracker@crans.org
Ignore-this: b54d8278468895b27113c0255cf5a0a3 darcs-hash:20090421204002-ffbb2-7ebcf04cc0e74654843a29fe6d372fcf593a0083.gz
This commit is contained in:
parent
3c8595de85
commit
d11e4d1043
4 changed files with 66 additions and 2 deletions
|
@ -18,6 +18,8 @@ public = has("mail-mx-public")
|
|||
# Si vrai alors delivre localement les mails des adherents.
|
||||
users = has("users")
|
||||
|
||||
tracker = has("tracker")
|
||||
|
||||
pub = pubip()
|
||||
adm = admip()
|
||||
loc = "127.0.0.1"
|
||||
|
@ -99,6 +101,9 @@ if main:
|
|||
@ -o smtpd_tls_wrappermode=yes
|
||||
@ -o smtpd_sasl_auth_enable=yes
|
||||
@ -o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||
elif tracker:
|
||||
@smtp inet n - - - - smtpd
|
||||
@ -o receive_override_options=no_address_mappings
|
||||
else:
|
||||
if has("titanic"):
|
||||
print ext + ":smtp inet n - - - - smtpd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue