I'm trying to send emails through sendmail, and preventing them from being queued. I only want the emails to be sent, which has been an extreme problem so far.
in both sendmail.cf, and submit.cf, I have this setting:
O QueueLA=99
In the mail log, it is written that the email in question is both sent and queued. Seriously, isn't that just awfully confusing?
Feb 10 17:04:34 nnn sendmail[27910]: r1AG4Q0V027910: to=vvv@someone.com,
ctladdr=admin@vvv.se (33/33), delay=00:00:08, xdelay=00:00:04,
mailer=relay, pri=30391, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0,
stat=Sent (r1AG4U09027911 Message accepted for delivery)
Feb 10 17:04:36 nnn sm-mta[27913]: r1AG4U09027911: to=<vvv@someone.com>,
delay=00:00:06, xdelay=00:00:02, mailer=esmtp, pri=120589,
relay=mail1.someone.com. [207.106.200.39], dsn=2.0.0, stat=Sent
(Queued! 1360512372 qp 15149 <201302101604.r1AG4Q0V027910@mail.nnn.se>)
- At the point when this log is written, is the email sent or not?
- Is there any way to prevent this last queue?