change base directory for postfix

This commit is contained in:
Emmanuel Garette 2022-10-01 19:24:39 +02:00
parent 16f930572e
commit 465f68235b
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ EHLO root.gnunux.info
250-AUTH PLAIN LOGIN
[..]
MAIL FROM:<gnunux@gnunux.info>
RCPT TO:<gnunux@gnunux.info>
RCPT TO:<contact@silique.fr>
DATA
To:<gnunux@gnunux.info>
From:<gnunux@gnunux.info>

View file

@ -10,7 +10,7 @@ def _eprint(*args, **kwargs):
_dknewkey.eprint = _eprint
_HERE = _dirname(_abspath(__main__.__file__))
_HERE = _dirname(_dirname(_abspath(__main__.__file__)))
_DKIM_DIR = _join(_HERE, 'pki/dkim')