Embarrassingly, I'm struggling to set up a relay from my home pc,
laptops etc via my servers. 

In the snippet below from the smtpd.conf, the match from src works
great. I can't work out the correct syntax for the match mail-from line:

table secrets file:/etc/mail/secrets

action "relay" relay

match from src xxx.xxx.xxx.xxx for any action "relay"

match mail-from "h...@mydomain.com" auth <secrets> for any action
"relay"

In /etc/mail/secrets I have

h...@mydomain.com <output of smtpctl encrypt mypassword>

Any help appreciated. 

Simon

Reply via email to