Mail from macOSX
Things I have changed so far. Works at this point, but headers on delivered messages need cleaning up.
[code] sudo launchctl start org.postfix.master [/code] Think this just tells it to start on bootup. Did this to get it going : [code]sudo postfix start[/code]
Added (or uncommented) these in /etc/postfix/main.cf
[code]
mynetworks_style = host
relayhost = [mail.metronet.co.uk]
myhostname = 83-216-128-78.iainwo276.adsl.metronet.co.uk
[/code]
Tweaked some permissions on files in /etc/postfix as per http://www.hmug.org/HowTos/postfix.html although I’m not convinced this did anything useful
http://www.postfix.org/BASIC_CONFIGURATION_README.html was useful
You must be logged in to post a comment.