On Sun, Feb 03, 2013 at 10:19:02PM +0100, Frank Brodbeck wrote:
> Hi,
> 
> I upgraded yesterday to the latest snapshot and have a problem with my 
> smtpd.conf which I can't resolve:
> 
> /etc/mail/smtpd.conf:12: error: invalid url: smtps+auth://mail.split-brain.de
> 
> The corresponding line is:
> 
> # grep smtps+auth /etc/mail/smtpd.conf
> accept for any relay via smtps+auth://mail.split-brain.de auth <secrets> as 
> [email protected]
> 
> smtpd.conf(5) didn't help me either. I guess I am missing something very 
> obvious here...
> 
> Kind regards,
> Frank.
> 

The syntax has changed slightly to allow for multiple credentials to be
used on the same MX, amongst other things.

I just committed a fix to the example in the man page, your line should
read as:

     smtps+auth://[email protected]

where "label" is the key used to find credentials in the secrets table


-- 
Gilles Chehade

https://www.poolp.org                                          @poolpOrg

Reply via email to