On Sun, Oct 08, 2017 at 05:16:11PM -0400, Timothy Marion wrote:
> Hi All,
> 
> I am able to receive mail but I cannot send mail. Could anyone point me in
> the right direction?
> 
> Thanks,
> 
> Tim
> 
> # $OpenBSD: smtpd.conf,v 1.9 2016/05/03 18:43:45 jung Exp $
> 
> 
> pki jupiter.timothymarion.com certificate "/etc/letsencrypt/live/
> www.timothymarion.com/fullchain.pem"
> pki jupiter.timothymarion.com key "/etc/letsencrypt/live/
> www.timothymarion.com/privkey.pem"
> 
> table aliases file:/etc/mail/aliases
table credentials file:/etc/mail/creds

look at table(5) for details, but basically creds would look like
user1   password (using smtpctl to create the encrypted password)
> 
> listen on all
I prefer listing individually
listen on em0 port 25 tls pki jupiter.whatever
listen on em0 port 587 tls pki jupiter.something auth <credentials>
> 
> accept from any for domain "timothymarion.com" alias deliver to mbox
accept from any for domain "timothymarion.com" alias <aliases> deliver to mbox
> accept for local alias deliver to mbox
accept for local alias <aliases> deliver to mbox
> accept from local for any relay
> 
> 
> /var/log/mailog
> 
> Oct 8 23:04:50 jupiter smtpd[21640]: 0cd1353692397daf smtp event=connected
> address=14.177.236.10 host=static.vnpt.vn
> Oct 8 23:04:51 jupiter smtpd[21640]: 0cd1353692397daf smtp
> event=failed-command address=14.177.236.10 host=static.vnpt.vn
> command="AUTH LOGIN" result="503 5.5.1 Invalid command: Command not
> supported"
> Oct 8 23:04:51 jupiter smtpd[21640]: 0cd1353692397daf smtp event=closed
> address=14.177.236.10 host=static.vnpt.vn reason=quit>br>

-- 
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