Displaying 1 result from an estimated 1 matches for "vlmail".
Did you mean:
plmail
2013 Aug 21
1
Sieve vacation reply problem (Dovecot+Sieve/Sendmail/Horde)
...ot;;
}
I understand that Sieve is trying to send vacation replies to the envelope sender - apparently it gets it on the wrong line somewhere from the sendmail config. To get sendmail working along with Dovecot, I had to do some modifications:
in /etc/mail/virtusertable (Alias with domain-path)
@vlmail.example.com %1 at dovecot_localhost
in /etc/mail/access (allows relaying)
to:dovecot_localhost RELAY
in /etc/mail/mailertable (where to be relayed)
dovecot_localhost dovecot:vlmail.example.com
in /etc/mail/sendmail.cf (relevant part for the Dovecot Mailer specification):
Mdovecot,...