Re: Configuration Syntax

2017-07-07 Thread Doug Hardie
> On 7 July 2017, at 08:44, Noel Jones wrote: > > On 7/7/2017 12:37 AM, Doug Hardie wrote: >> >>> On 6 July 2017, at 12:40, Doug Hardie wrote: >>> On 6 July 2017, at 12:06, Noel Jones wrote: main.cf doesn't allow spaces in the options. The supported syntax is to e

Re: Configuration Syntax

2017-07-07 Thread Noel Jones
On 7/7/2017 12:37 AM, Doug Hardie wrote: > >> On 6 July 2017, at 12:40, Doug Hardie wrote: >> >>> >>> On 6 July 2017, at 12:06, Noel Jones wrote: >>> >>> main.cf doesn't allow spaces in the options. The supported syntax >>> is to either use commas "," rather than spaces; enclose the option >>>

Re: Configuration Syntax

2017-07-06 Thread Doug Hardie
> On 6 July 2017, at 12:40, Doug Hardie wrote: > >> >> On 6 July 2017, at 12:06, Noel Jones wrote: >> >> main.cf doesn't allow spaces in the options. The supported syntax >> is to either use commas "," rather than spaces; enclose the option >> in braces "{ ... }"; or the preferred method of

Re: Configuration Syntax

2017-07-06 Thread Noel Jones
On 7/6/2017 1:45 PM, Doug Hardie wrote: > I tried to implement RBL and postfwd. I placed everything in main.cf: > > smtpd_recipient_restrictions = > check_policy_service inet:127.0.0.1:10040 > reject_invalid_hostname, > reject_non_fqdn_sender, > reject_non_fqdn_recipient,