> On 13 Jun 2018, at 8:56 am, Robert Shubert <[email protected]> wrote: > > The Relay Access Denied error should be simple to address – do a search for > that and postfix. There should be a setting to allow local relay without > credentials. > > Looks like something along the lines of: > > smtpd_recipient_restrictions = permit_mynetworks
The file main.cf has a load of very confusing options and it’s not unless you scroll to the bottom do you find the parameters that Apple actually uses. Adding: smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks reject_unauth_destination permit did the trick. Thanks Robert. Byteserve Pty Ltd w: http://www.byteserve.com.au/ e: [email protected] p: +61 02 9960 6099 m: 0409 960 609 f: +61 02 9960 6088 ---------------------------------------- To unsubscribe from this list, please send an email to [email protected] with "unsubscribe terascript-talk" in the body.
