aboutsummaryrefslogtreecommitdiff
path: root/src/xyz
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-11 18:09:48 -0300
committerEuAndreh <eu@euandre.org>2023-03-11 18:09:48 -0300
commita55f9d5ed838873c629c486c3ec02f1249130b9e (patch)
tree3ed0ea83703595ee421da1cc24636ae83e52c20c /src/xyz
parentqueue.scm: Remove (heredoc) trailing whitespace, as Postfix complains about it (diff)
downloadpackage-repository-a55f9d5ed838873c629c486c3ec02f1249130b9e.tar.gz
package-repository-a55f9d5ed838873c629c486c3ec02f1249130b9e.tar.xz
queue.scm: Also unindent Dovecot strings just in case
Diffstat (limited to 'src/xyz')
-rw-r--r--src/xyz/euandreh/queue.scm126
1 files changed, 63 insertions, 63 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm
index 400c12d..eedbe17 100644
--- a/src/xyz/euandreh/queue.scm
+++ b/src/xyz/euandreh/queue.scm
@@ -1185,69 +1185,69 @@ max_age: 604800
hostname base-dir state-dir extra-content)
(format #f
"
- protocols = imap
-
- default_internal_user = ~a
- default_internal_group = ~a
- default_login_user = ~a
- auth_mechanisms = plain login
- auth_username_format = %n
-
- passdb {
- driver = shadow
- }
- userdb {
- driver = passwd
- }
- service auth-worker {
- group = ~a
- }
-
-
- ssl = required
- ssl_cert = </etc/letsencrypt/live/~a/fullchain.pem
- ssl_key = </etc/letsencrypt/live/~a/privkey.pem
- ssl_dh = <~a/dhparam.pem
-
- base_dir = ~a
- state_dir = ~a
-
- verbose_proctitle = yes
-
- # FIXMEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
- # mail_location = maildir:~~/Mail:INBOX=~~/Mail/Inbox:LAYOUT=fs
- # mail_location = maildir:~~/Mail:INBOX=~~/Mail/Inbox:LAYOUT=fs
-
- # FIXME:
- # mail_plugins
-
-
- namespace inbox {
- inbox = yes
- mailbox Drafts {
- special_use = \\Drafts
- auto = subscribe
- }
- mailbox Sent {
- special_use = \\Sent
- auto = subscribe
- }
- mailbox Archive {
- special_use = \\Archive
- auto = subscribe
- }
- mailbox Spam {
- special_use = \\Junk
- auto = subscribe
- autoexpunge = 30d
- }
- mailbox Trash {
- special_use = \\Trash
- auto = subscribe
- }
- }
- ~a
- "
+protocols = imap
+
+default_internal_user = ~a
+default_internal_group = ~a
+default_login_user = ~a
+auth_mechanisms = plain login
+auth_username_format = %n
+
+passdb {
+ driver = shadow
+}
+userdb {
+ driver = passwd
+}
+service auth-worker {
+ group = ~a
+}
+
+
+ssl = required
+ssl_cert = </etc/letsencrypt/live/~a/fullchain.pem
+ssl_key = </etc/letsencrypt/live/~a/privkey.pem
+ssl_dh = <~a/dhparam.pem
+
+base_dir = ~a
+state_dir = ~a
+
+verbose_proctitle = yes
+
+# FIXMEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
+# mail_location = maildir:~~/Mail:INBOX=~~/Mail/Inbox:LAYOUT=fs
+# mail_location = maildir:~~/Mail:INBOX=~~/Mail/Inbox:LAYOUT=fs
+
+# FIXME:
+# mail_plugins
+
+
+namespace inbox {
+ inbox = yes
+ mailbox Drafts {
+ special_use = \\Drafts
+ auto = subscribe
+ }
+ mailbox Sent {
+ special_use = \\Sent
+ auto = subscribe
+ }
+ mailbox Archive {
+ special_use = \\Archive
+ auto = subscribe
+ }
+ mailbox Spam {
+ special_use = \\Junk
+ auto = subscribe
+ autoexpunge = 30d
+ }
+ mailbox Trash {
+ special_use = \\Trash
+ auto = subscribe
+ }
+}
+~a
+"
user
group
untrusted-user