On Sun, Jul 05, 2015 at 07:01:27AM +0200, Wolfgang Helbig wrote:
> Hi Gilles,
> 
> it seems to me, the mta ignores the relay phrase:
> 
> here the smtpd.conf
> $ cat /etc/mail/smtpd.conf
> #       $OpenBSD: smtpd.conf,v 1.7 2014/03/12 18:21:34 tedu Exp $
> 
> # This is the smtpd server system-wide configuration file.
> # See smtpd.conf(5) for more information.
> 
> # To accept external mail, replace with: listen on all
> #
> 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

I think your message matches this rule, doesn't it? So what happens if
you remove it? 

> # accept for any relay via secure+auth://[email protected]:25  auth 
> <creds>
> accept for any relay via tls+auth://[email protected] \
>     auth <creds> as [email protected]

smtp.kabelbw.de does not support 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