I hadn't upgraded to 6.4 yet, because I was scared of the new config changes. However, it was relatively painless. Here are the two mistakes I made and the corrected versions in case it helps others.

wrong:

action act01 virtual <virtuals> maildir "/path/to/maildir"

right:

action act01 maildir "/path/to/maildir" virtual <virtuals>

wrong:

match for any action act02 # relay rule

right:

match auth from any for any action act02 # needed the auth keyword and apparently from any


thanks,


Edgar


--
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to