dovecot-postfix vacation
Hi!
The default dovecot-postfix mailbox command does not work with dovecot sieve vacation, the vacation autoresponse back bounces with a @unknown domain due to the $USER variable being used. The fix is to add the -a "${RECIPIENT}" reciptient flag in postfix mailbox_command.
Should I file a bug for that?
Default package
mailbox_command = /usr/lib/
Fix
mailbox_command = /usr/lib/
From dovecot wiki: http://
"Vacation auto-reply
Vacation uses envelope sender and envelope recipient. They're taken from:
v1.0:
Envelope sender: Return-Path: header in the message.
Envelope recipient: -d parameter to deliver. If -d isn't given (delivering to system users), the $USER environment is used.
v1.1+:
Envelope sender: -f parameter to deliver if given, otherwise Return-Path: header in the message.
Envelope recipient: -a parameter to deliver if given, otherwise -d parameter to deliver. If neither is given (delivering to system users), the $USER environment is used."
Kind regards,
Christian
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu dovecot Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Christian Nygaard for more information if necessary.