equal
deleted
inserted
replaced
22 Use :command:`dovecot -n | head -n 1` to locate your :file:`dovecot.conf`. |
22 Use :command:`dovecot -n | head -n 1` to locate your :file:`dovecot.conf`. |
23 |
23 |
24 .. note:: Please modify the `postmaster_address` to meet your specific needs. |
24 .. note:: Please modify the `postmaster_address` to meet your specific needs. |
25 |
25 |
26 .. code-block:: text |
26 .. code-block:: text |
|
27 :emphasize-lines: 7 |
27 |
28 |
28 # all your other settings |
29 # all your other settings |
29 #disable_plaintext_auth = no |
30 #disable_plaintext_auth = no |
30 mail_location = maildir:~/Maildir |
31 mail_location = maildir:~/Maildir |
31 first_valid_uid = 70000 |
32 first_valid_uid = 70000 |
229 conf.d/15-lda.conf |
230 conf.d/15-lda.conf |
230 ^^^^^^^^^^^^^^^^^^ |
231 ^^^^^^^^^^^^^^^^^^ |
231 .. note:: Please modify the `postmaster_address` to meet your specific needs. |
232 .. note:: Please modify the `postmaster_address` to meet your specific needs. |
232 |
233 |
233 .. code-block:: text |
234 .. code-block:: text |
|
235 :emphasize-lines: 1 |
234 |
236 |
235 postmaster_address = postmaster@YOUR-DOMAIN.TLD |
237 postmaster_address = postmaster@YOUR-DOMAIN.TLD |
236 recipient_delimiter = + |
238 recipient_delimiter = + |
237 protocol lda { |
239 protocol lda { |
238 # uncomment if you want to use the quota plugin |
240 # uncomment if you want to use the quota plugin |