diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 18:41:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 18:41:07 -0300 |
commit | 0c9a0d5f3b8e1a1779aebaedf0f93f43ffc57038 (patch) | |
tree | 7cbecbd061dd88ab251adc1fcace7d1543f64efe /src/xyz/euandreh/queue.scm | |
parent | queue.scm: Uncomment "mail_location" line of Dovecot (diff) | |
download | package-repository-0c9a0d5f3b8e1a1779aebaedf0f93f43ffc57038.tar.gz package-repository-0c9a0d5f3b8e1a1779aebaedf0f93f43ffc57038.tar.xz |
queue.scm: Fix "mail_spoo_directory" typo
Diffstat (limited to '')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index a1e19f8..48a3b7e 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -872,7 +872,7 @@ mydestination = $myhostname, $mydomain, localhost.$mydomain, localhost alias_maps = hash:/etc/aliases # alias_maps = hash:/etc/aliases, static:andreh -mail_spoo_directory = /var/mail/ +mail_spool_directory = /var/mail/ header_checks = regexp:{ { /^Received:.*/ IGNORE }, { /^X-Originating-IP:.*/ IGNORE } } |