Commit 03e6299a authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Configured location of sendmail executable

parent b24cd236
...@@ -361,6 +361,12 @@ autocreate_subscribe_folders: Drafts | Sent | Junk | Trash ...@@ -361,6 +361,12 @@ autocreate_subscribe_folders: Drafts | Sent | Junk | Trash
# A space separated list of users and/or groups that are allowed their INBOX to be # A space separated list of users and/or groups that are allowed their INBOX to be
# automatically created. # automatically created.
autocreate_users: anyone autocreate_users: anyone
# Sendmail
# --------
# The pathname of the sendmail executable. Sieve invokes sendmail
# for sending rejections, redirects and vacation responses.
sendmail: /usr/sbin/sendmail
endef endef
export IMAPD_CONFIG export IMAPD_CONFIG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment