Hi,

can someone please enlighten me with OpenSMTPD? How is "verify"
supposed to work? For example: 
 _________
|
| accept from local sender <xx> for any relay via tls+auth://xx.xx:587 auth 
<secrets>
|_________

is working without any problem. But if I add "verify" to this line:
 _________
|
| accept from local sender <xx> for any relay via tls+auth://xx.xx:587 auth 
<secrets> verify
|_________

OpenSMTPD is starting up and waiting, but as soon as I try to send a
mail, OpenSMTPd simply quits.
 _________
|
|  [...]
|  
|  debug: smtpd: scanning offline queue...
|  debug: smtpd: offline scanning done
|  imsg: smtp <- control: IMSG_SMTP_ENQUEUE_FD (len=4)
|  debug: smtp: new client on listener: 0x80c3a80
|  [warn] event_del: event has no event_base set.
|  smtp-in: New session ffffffffe31b4237 from host 0@localhost [local]
|  imsg: control <- smtp: IMSG_STAT_INCREMENT (len=31)
|  imsg: control <- smtp: IMSG_STAT_INCREMENT (len=37)
|  imsg: control <- smtp: IMSG_SMTP_ENQUEUE_FD (len=0, fd=5)
|  imsg: mfa <- smtp: IMSG_MFA_REQ_CONNECT (len=64)
|  imsg: smtp <- mfa: IMSG_MFA_SMTP_RESPONSE (len=19)
|  imsg: mfa <- smtp: IMSG_MFA_REQ_HELO (len=20)
|  imsg: smtp <- mfa: IMSG_MFA_SMTP_RESPONSE (len=19)
|  imsg: mfa <- smtp: IMSG_MFA_REQ_MAIL (len=522)
|  imsg: smtp <- mfa: IMSG_MFA_SMTP_RESPONSE (len=19)
|  imsg: queue <- smtp: IMSG_QUEUE_CREATE_MESSAGE (len=9)
|  imsg: smtp <- queue: IMSG_QUEUE_CREATE_MESSAGE (len=19)
|  imsg: mfa <- smtp: IMSG_MFA_REQ_RCPT (len=522)
|  imsg: smtp <- mfa: IMSG_MFA_SMTP_RESPONSE (len=19)
|  imsg: lka <- smtp: IMSG_LKA_EXPAND_RCPT (len=273)
|  imsg: queue <- lka: IMSG_QUEUE_SUBMIT_ENVELOPE (len=411)
|  envelope: invalid field "mta-relay"
|  fatal: failed to retrieve envelope
|  warn: smtp -> queue: pipe closed
|  warn: lka -> queue: pipe closed
|  warn: control -> queue: pipe closed
|  warn: parent -> queue: pipe closed
|  warn: mfa -> smtp: pipe closed
|  warn: mda -> queue: pipe closed
|  warn: mta -> queue: pipe closed
|_________

Best regards,

     Michael

--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to