diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 19:11:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 19:11:35 -0300 |
commit | 18992da997a1367e83843e43257defbb71d60954 (patch) | |
tree | fdfd37252e0ab1b6907f001ec63fe4390a06d080 /src/xyz/euandreh | |
parent | queue.scm: Use correct certificate for postfix (diff) | |
download | package-repository-18992da997a1367e83843e43257defbb71d60954.tar.gz package-repository-18992da997a1367e83843e43257defbb71d60954.tar.xz |
queue.scm: Remove "mail_spool_directory" config
Diffstat (limited to 'src/xyz/euandreh')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 1e0b86a..af1923f 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -872,8 +872,6 @@ mydestination = $myhostname, $mydomain, localhost.$mydomain, localhost alias_maps = hash:/etc/aliases # alias_maps = hash:/etc/aliases, static:andreh -mail_spool_directory = /var/mail/ - header_checks = regexp:{ { /^Received:.*/ IGNORE }, { /^X-Originating-IP:.*/ IGNORE } } smtpd_use_tls = yes |