sashk: > ?div?Hi,?/div??div???/div??div?I have a server which is being > blocked by one of the recipient, whose?/div??div?provider won't > respond to unblock requests (new server, new ip usual?/div??div?bs), > and would like to workaround this by using relay host for > such?/div??div?cases. I know I can setup transport list for known > domains, but how do I?/div??div?setup this for unknown domains at > a time of delivery
If the server responds with a temporary error status, you can use the smtp_fallback_relay feature to deliver mail elsewhere. http://www.postfix.org/postconf.5.html#smtp_fallback_relay If the server responds with a permanent error status, then you could change that with smtp_delivery_status_filter, but you do so at your own peril. http://www.postfix.org/postconf.5.html#smtp_delivery_status_filter Wietse