generated from smedev/Template-for-SMEServer-Core-Package
- add mini-qmail as Message delivery agent [SME: 12737] few other fixes TODO migrate old qmail properties and change in template TODO catch all non existing recipient / check BCC working
23 lines
745 B
Plaintext
23 lines
745 B
Plaintext
# qmail local delivery{
|
|
|
|
## alternatively we could set a db with per user delivery
|
|
|
|
# mailbox_command_maps = hash:/etc/postfix/mailbox_commands
|
|
|
|
## in /etc/postfix/mailbox_commands
|
|
# # These users need qmail-local delivery.
|
|
# johndoe /usr/local/libexec/postqmail-local
|
|
# janedoe /usr/local/libexec/postqmail-local
|
|
|
|
###########################################
|
|
# alternatively we could ask dovecot to handle the delivery
|
|
#mailbox_command = /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" -d "$USER"
|
|
# then sieve rules are needed
|
|
|
|
# maildrop or procmail could do to ....
|
|
}
|
|
prepend_delivered_header = file, forward
|
|
mailbox_command = /usr/bin/postqmail-local
|
|
# qmail needs to forward to qmqpd
|
|
qmqpd_authorized_clients = 127.0.0.1
|