change base directory for postfix
This commit is contained in:
parent
16f930572e
commit
465f68235b
3 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ EHLO root.gnunux.info
|
||||||
250-AUTH PLAIN LOGIN
|
250-AUTH PLAIN LOGIN
|
||||||
[..]
|
[..]
|
||||||
MAIL FROM:<gnunux@gnunux.info>
|
MAIL FROM:<gnunux@gnunux.info>
|
||||||
RCPT TO:<gnunux@gnunux.info>
|
RCPT TO:<contact@silique.fr>
|
||||||
DATA
|
DATA
|
||||||
To:<gnunux@gnunux.info>
|
To:<gnunux@gnunux.info>
|
||||||
From:<gnunux@gnunux.info>
|
From:<gnunux@gnunux.info>
|
||||||
|
|
|
@ -10,7 +10,7 @@ def _eprint(*args, **kwargs):
|
||||||
_dknewkey.eprint = _eprint
|
_dknewkey.eprint = _eprint
|
||||||
|
|
||||||
|
|
||||||
_HERE = _dirname(_abspath(__main__.__file__))
|
_HERE = _dirname(_dirname(_abspath(__main__.__file__)))
|
||||||
_DKIM_DIR = _join(_HERE, 'pki/dkim')
|
_DKIM_DIR = _join(_HERE, 'pki/dkim')
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -268,10 +268,10 @@ smtpd_recipient_restrictions =
|
||||||
reject_non_fqdn_hostname,
|
reject_non_fqdn_hostname,
|
||||||
reject_invalid_helo_hostname,
|
reject_invalid_helo_hostname,
|
||||||
reject_non_fqdn_helo_hostname,
|
reject_non_fqdn_helo_hostname,
|
||||||
reject_rbl_client zen.spamhaus.org,
|
reject_rbl_client zen.spamhaus.org,
|
||||||
reject_non_fqdn_sender,
|
reject_non_fqdn_sender,
|
||||||
reject_unknown_sender_domain,
|
reject_unknown_sender_domain,
|
||||||
#reject_unauth_pipelining
|
#reject_unauth_pipelining
|
||||||
# FIXME check_sender_access hash:/etc/postfix/sender_access,
|
# FIXME check_sender_access hash:/etc/postfix/sender_access,
|
||||||
# FIXME check_recipient_access hash:/etc/postfix/recv_access,
|
# FIXME check_recipient_access hash:/etc/postfix/recv_access,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue