I would like to send messages off to different smtpd_proxy_filters depending
on the recipient domain and I don't see how this can be done with Postfix
currently.
Would it technically be possible to do that?
Speaking in terms of interface I have something on my mind that expands
access(5):
smtpd_recipient_restrictions =
...
check_recipient_access hash:/etc/postfix/proxy_filters
...
# /etc/postfix/proxy_filters
example.com smtpd_proxy_filter=127.0.0.1:10024
.example.com smtpd_proxy_filter=127.0.0.1:10025
example.org smtpd_proxy_filter=127.0.0.1:10026
p@rick
--
All technical questions asked privately will be automatically answered on the
list and archived for public access unless privacy is explicitely required and
justified.
saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>