-
Vacation is, at the moment, taking a reply-to address on the command line (ie the call in Postfix's master.cf) and using it as the reply to for all messages. I would like to be able to have the replyto set as the same as the from address. instead so someone can choose to reply to the message to send a message straight back to the vacation owner.
To effect this, I have added 'replyto' -> $from,
2009-08-07 16:08:13 UTC in Postfix Admin
-
IMO this is probably better done with a DB field that by default is set to follow the config file setting, but can be adjusted to specify "reply_always" "reply_once" etc.
2009-08-07 16:05:07 UTC in Postfix Admin
-
Need to be able to provide per-address actions in the config so that certain addresses may have their own reply configurations.
e.g.
if ($recipient == foo@example.com) {
reply_each_time;
else {
reply once;
}.
2009-08-06 16:26:04 UTC in Postfix Admin