> assuming the aliases rewrite happens before any of the match If I understand correctly, the action "name" describes that action, but only executes it after the conditions have been met, although it must be described beforehand, according to smtpd.conf <https://man.openbsd.org/smtpd.conf.5> However, I will try to change the order, and maybe I will find a way to unbundle this double action, of which I have not found an example anywhere:
> action "cyrus" alias <aliases> lmtp "/var/cyrus/socket/lmtp" — is a syntax error, says smtpd. action "cyrus" lmtp "/var/cyrus/socket/lmtp" alias <aliases> — OK action "cyrus" lmtp "/var/cyrus/socket/lmtp — no aliases. I will be back after trying it out. ------------------------------------------ Cyrus: Info Permalink: https://cyrus.topicbox.com/groups/info/T2b653f470e334203-Mb09dd97826e3998f1fe7ecf6 Delivery options: https://cyrus.topicbox.com/groups/info/subscription
