decke / smtprelay

Simple Golang SMTP relay/proxy server
MIT License
459 stars 110 forks source link

Sender dependent relay host map #159

Open alex-ac-ir opened 5 months ago

alex-ac-ir commented 5 months ago

Does it support different servers and credentials depending on login as postfix do?

sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relayhost_map
smtp_sender_dependent_authentication = yes 
ryanburnette commented 1 week ago

This would be nice. I have a use case for it where I am running multiple smtprelay instances, but this would be better.