On Fri, Dec 11, 2015 at 10:14:24AM -0800, Scott Vanderbilt wrote:
> Just installed latest amd64 snapshot, and all of a sudden, smtpd won't
> start.
> 
> [...]
>
> There have been no changes in either my .conf file or my senders table file.
> 
> I've looked to see if the format has changed. I see recent commits merging
> makemap into smtpctl, but the man page for smtpctl has not been updated, so
> I have no way of determining whether changing senders file from plain text
> to db will help or not.
> 
> Can you please tell me why smtpd will no longer parse my senders table
> anymore?
> 

mmh, I don't see how it could ever have worked:

>
> accept from any sender senders for any relay
>

this should read as:

     accept from any sender <senders> for any relay

what you had before did not do what you thought it would.

in -current, senders becomes a reserved word so you can't name a table
like this, which explains the syntax error, however if you really want
to name it "senders", you should enclose in double quotes.

try this:

    table mysenders ...

    accept from any sender <mysenders> [...]



-- 
Gilles Chehade

https://www.poolp.org                                          @poolpOrg

-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to