Re: smtpd smarthost ISP config

2014-10-09 Thread admin
On 08/10/14 04:05 PM, admin wrote:
 Hello
 
 Current Sep 25 i386:
 
 I want to use shawmail.vc.shawcable.net as smarthost, and i tried
 smtp:// tls+auth:// and the others with failing results. What could be
 wrong? Thanks.
 --
 
 # $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
 #listen on rl0
 listen on all
 
 table aliases db:/etc/mail/aliases.db
 
 # Uncomment the following to accept external mail for domain example.org
 #
 accept from any for domain example.ca alias aliases deliver to mbox
 accept for local alias aliases deliver to mbox
 accept from local for any relay via smtp://shawmail.vc.shawcable.net
 

OK, it is working now!

I did 2 things:

1. rebooted the system
2. cleaned the queue.



smtpd smarthost ISP config

2014-10-08 Thread admin
Hello

Current Sep 25 i386:

I want to use shawmail.vc.shawcable.net as smarthost, and i tried
smtp:// tls+auth:// and the others with failing results. What could be
wrong? Thanks.
--

#   $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
#listen on rl0
listen on all

table aliases db:/etc/mail/aliases.db

# Uncomment the following to accept external mail for domain example.org
#
accept from any for domain example.ca alias aliases deliver to mbox
accept for local alias aliases deliver to mbox
accept from local for any relay via smtp://shawmail.vc.shawcable.net



Re: smtpd smarthost ISP config

2014-10-08 Thread trondd
What is the failing result? Does the email bounce? Error in the log?

Does your smtp server require authentication and you need to provide a
password with the secrets.db?