Latest portable snapshot not sending emails.

2015-05-12 Thread Hugo Osvaldo Barrera
The latest snapshot isn't sending any emails for me. What's quite worse:
`smtpctl show queue` shows nothing in the queue (is that the right behaviour?),
so I was unaware of the issue until too many people starting complaining about
a lack of reply. I looked into /var/spool, and they were there.

I relay my email via my main server, and it had no records of receiving them
either.

My local setup is an ArchLinux laptop, with a very simple configuration:

listen on lo

table secrets db:/etc/mail/secrets.db

accept sender { h...@minimalistech.com } for any relay \
  via tls+auth://minimalist...@smtp.1and1.com:587 auth secrets verify

accept for any relay via tls+auth://elys...@smtp.barrera.io:587 auth 
secrets verify

The build options are here:

https://aur.archlinux.org/packages/op/opensmtpd-snapshot/PKGBUILD
(functions prepare(), build() and package() are called in that order).

I rolled both libasr and opensmtpd back to the previous snapshots, and the
emails started pouring out.

Here's what I retained from the logs of the faulty version:

---BEGIN PASTE---
May 12 12:10:57 athena.barrera.io systemd[1]: Started A FREE implementation of 
the server-side SMTP protocol.
May 12 12:10:57 athena.barrera.io systemd[1]: Starting A FREE implementation of 
the server-side SMTP protocol...
May 12 12:10:57 athena.barrera.io smtpd[702]: info: OpenSMTPD 201505091607p1 
starting
May 12 12:10:57 athena.barrera.io smtpd[702]: info: startup
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: routing: Failed to 
resolve MX for 
[relay:smtp.barrera.io,port=587,starttls,auth=secrets:elysion,mx]: No MX found 
for domain
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: session 
: evpid=77bd662b8b577a40, status=TempFail, 
from=h...@barrera.io, to=ecare...@gmail.com, rcpt=-, source=-, 
relay=smtp.barrera.io, delay=1d8m17s, stat=No MX found for domain
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: routing: Failed to 
resolve MX for 
[relay:smtp.barrera.io,port=587,starttls,auth=secrets:elysion,mx]: No MX found 
for domain
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: session 
: evpid=0fac0f0de19e943c, status=TempFail, 
from=h...@barrera.io, to=joak...@gmail.com, rcpt=-, source=-, 
relay=smtp.barrera.io, delay=22h33m37s, stat=No MX found for domain
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: routing: Failed to 
resolve MX for 
[relay:smtp.barrera.io,port=587,starttls,auth=secrets:elysion,mx]: No MX found 
for domain
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: session 
: evpid=d499a66f9e5d35cb, status=TempFail, 
from=h...@barrera.io, to=ecare...@gmail.com, rcpt=-, source=-, 
relay=smtp.barrera.io, delay=10h20m37s, stat=No MX found for domain
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: routing: Failed to 
resolve MX for 
[relay:smtp.barrera.io,port=587,starttls,auth=secrets:elysion,mx]: No MX found 
for domain
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: session 
: evpid=22fce6fe0eea1dd6, status=TempFail, 
from=h...@barrera.io, to=ecare...@gmail.com, rcpt=-, source=-, 
relay=smtp.barrera.io, delay=10h39m38s, stat=No MX found for domain
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: session 
: evpid=bdba0f7a1f62a994, status=TempFail, 
from=h...@barrera.io, to=ecare...@gmail.com, rcpt=-, source=-, 
relay=smtp.barrera.io, delay=1d4m8s, stat=No MX found for domain
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: session 
: evpid=09080e284d9eeb94, status=TempFail, from=, 
to=h...@barrera.io, rcpt=-, source=-, relay=smtp.barrera.io, 
delay=21h17m27s, stat=No MX found for domain
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: routing: Failed to 
resolve MX for 
[relay:smtp.barrera.io,port=587,starttls,auth=secrets:elysion,mx]: No MX found 
for domain
May 12 12:10:57 athena.barrera.io smtpd[702]: smtp-out: session 
: evpid=72e490bc44dd9e3d, status=TempFail, from=, 
to=h...@barrera.io, rcpt=-, source=-, relay=smtp.barrera.io, 
delay=21h21m36s, stat=No MX found for domain
May 12 12:10:58 athena.barrera.io smtpd[702]: smtp-out: routing: Failed to 
resolve MX for 
[relay:smtp.barrera.io,port=587,starttls,auth=secrets:elysion,mx]: No MX found 
for domain
May 12 12:10:58 athena.barrera.io smtpd[702]: smtp-out: session 
: evpid=5745a574818b402d, status=TempFail, from=, 
to=h...@barrera.io, rcpt=-, source=-, relay=smtp.barrera.io, 
delay=19h46m46s, stat=No MX found for domain
May 12 12:10:58 athena.barrera.io smtpd[702]: smtp-out: session 
: evpid=006b1810068f5864, status=TempFail, 
from=h...@barrera.io, to=ecare...@gmail.com, rcpt=-, source=-, 
relay=smtp.barrera.io, delay=10h31m8s, stat=No MX found for domain
May 12 12:10:59 athena.barrera.io smtpd[702]: smtp-in: session 
96db8570f6bc9689: connection from host athena.barrera.io [local] established
May 12 12:10:59 athena.barrera.io 

Re: Latest portable snapshot not sending emails.

2015-05-12 Thread Seth
On Tue, 12 May 2015 09:37:10 -0700, Gilles Chehade gil...@poolp.org  
wrote:



Please try the snapshot I just published, it should fix your issue


The snapshot does, but a pull from the latest github version does not.

How far behind the snapshots does the Github repo lag?

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