Hello all. Another day, another problem! I'm trying to get SRS working from my home computer. I'm using mail.baby as an SMTP relay (which works). However the from address is my home computer, rather than [email protected] (which is what I want).
Any help appreciated. Here's my smtpd.conf: # $OpenBSD: smtpd.conf,v 1.10 2018/05/24 11:40:17 gilles Exp $ # This is the smtpd server system-wide configuration file. # See smtpd.conf(5) for more information. table aliases file:/etc/aliases table secrets file:/etc/mail/secrets srs key "my-long-secret-key" listen on localhost action "local" maildir alias <aliases> action "outgoing_mails" relay srs action "outbound" relay host smtp+tls://[email protected]:587 auth <secrets> match for local action "local" match from local for any action "outbound" -- Web: https://simonh.uk Email: [email protected]
