Hi guys,

Thanks for opensmtpd! Gratifying to see sharp guys 
writing good, and well documented, software. 

Just wanted to give some feedback having sat down this 
morning to play with opensmtpd for the first time.

I started with: 

  listen on internal port submission tls-require tag submit
  accept tagged submit for domain foo.bar \
       virtual { richard = localusername } deliver to maildir

, which is wonderfully legible and concise. 

I expected the accept line to match for tls connections 
to my internal interfaces, but sending to [email protected] 
was rejected:

  smtp-in: New session 00000001ce65d943 from host orchid.internal [192.168.1.65]
  debug: session_start_ssl: switching to SSL
  smtp-in: Started TLS on session 00000001ce65d943: version=TLSv1/SSLv3, 
cipher=AES128-SHA, bits=128
  smtp-in: Failed command on session 00000001ce65d943: "RCPT 
TO:<[email protected]>" => 550 Invalid recipient
  smtp-in: Closing session 00000001ce65d943
  debug: smtp: 0x85d03000: deleting session: done

I would have taken less time to diagnose the problem if 

  # smtpctl trace rules

explicitly mentioned when no rules matched. 

Lastly, it'd be nice to have quick smtpd-specific 
examples for generating tls credentials, possibly in 
smtpd.conf(5), as those in starttls(8) on 5.3 are tailored 
for sendmail. 

many thanks, 
Richard. 

OpenBSD 5.3 
OpenSMTPD opensmtpd-201308201225












--
You received this email because you are subscribed to the "[email protected]" 
list
To unsubscribe, send mail with subject: [[email protected]] unregister

Reply via email to