On Fri, Jul 03, 2015 at 07:34:11PM +0200, Wolfgang Helbig wrote:
> 
> > Hi,
> > 
> > Ib
> > 
> > I couldnb
> > 
> > I tried among other things this one:
> > b
> > listen on lo0
> > 
> > table creds db:/etc/mail/creds.db
> > table aliases db:/etc/mail/aliases.db
> > 
> > # Uncomment the following to accept external mail for domain "example.org"
> > #
> > # accept from any for domain "example.org" alias <aliases> deliver to mbox
> > accept for local alias <aliases> deliver to mbox
> > accept from local for any relay
> > accept for any relay via smtp+auth:[email protected]:25  auth <creds>
> > b
> > 
> > and smtpd answers this
> > 
> > # smtpd
> > /etc/mail/smtpd.conf:18: error: invalid url: 
> > smtp+auth:[email protected]:25

Check smtpd.conf(5):

In addition, credentials for authenticated relaying may
be provided when using a secure schema.  For example:

      tls+auth://[email protected]         # over TLS
      smtps+auth://[email protected]       # over SMTPS
      secure+auth://[email protected]      # over either \
                                              # SMTPS or TLS

-- 
Herbert

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

Reply via email to