Just for the record, a ticket has been opened to track this issue:

https://github.com/OpenSMTPD/OpenSMTPD/issues/801

On Thu, May 25, 2017 at 04:57:53PM -0500, Bruce Walzer wrote:
> On Thu, May 25, 2017 at 11:19:09PM +0200, Gilles Chehade wrote:
> > can you show your configuration please ?
> 
> This is the smtpd.conf for the system that I ran swaks on:
> --------------------------------------------------------------
> listen on all
> listen on lo0 port 10025 tag AMAVIS 
> listen on lo0 port 10028 tag DKIM_OUT 
> 
> table aliases db:/etc/mail/aliases.db
> 
> accept for local alias <aliases> deliver to mbox
> 
> accept tagged DKIM_OUT for any relay
> 
> accept tagged AMAVIS for domain "wgc.mb.ca"  alias <aliases> deliver to mbox
> accept from any for domain "wgc.mb.ca" relay via smtp://127.0.0.1:10024
> 
> #lets send everything to dkimproxy and let it figure out what to do
> accept from local for any relay via smtp://127.0.0.1:10027
> ---------------------------------------------------------------
> 
> This is the smtpd.conf for the other system that seemed to be having
> the same problem in Roundcube (I can run swaks on this system as well
> if requested):
> ---------------------------------------------------------------
> table local_relay { 10.0.0.0/25 }
> table text_addr { t...@59.ca }
> 
> pki mail.59.ca certificate "/etc/ssl/server.crt"
> pki mail.59.ca key "/etc/ssl/private/server.key"
> pki mail.wgc.mb.ca certificate "/etc/ssl/server.crt"
> pki mail.wgc.mb.ca key "/etc/ssl/private/server.key"
> 
> listen on egress port submission tls-require pki mail.59.ca auth
> listen on all
> 
> table aliases db:/etc/mail/aliases.db
> 
> accept for local alias <aliases> deliver to mbox
> accept from any for domain "59.ca" alias <aliases> deliver to mbox
> accept from any for domain "wgc.mb.ca" relay via smtp://10.0.0.130
> accept from local for any relay
> accept from source <local_relay> for any relay
> -----------------------------------------------------------------
> 
> Bruce

-- 
Gilles Chehade

https://www.poolp.org                                          @poolpOrg

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to