1834513 Members
2130 Online
110068 Solutions
New Discussion

sendmail access file

 
Fred Martin_1
Valued Contributor

sendmail access file

I set up a few entries in the sendmail access file to reject specific doamins, such as:

spamsource.com 553 No soliciting.

When sendmail rejects the email, the following is logged in the mail.log:

h7BGpET06466: --> 553 5.0.0 No soliciting. (held)

Does anyone know what "held" means? Not all the mail.log entries have "held" following the reject message.
fmartin@applicatorssales.com
6 REPLIES 6
someone_4
Honored Contributor

Re: sendmail access file

Hi

what if you try

spamsource.com 550 No soliciting
or

spamsource.com 553 No soliciting

without the period at the end.

Richard


Fred Martin_1
Valued Contributor

Re: sendmail access file

All my entries are the same; I have about 30 sites that get the "No soliciting." message. As I said, some do not produce the "held" message.
fmartin@applicatorssales.com
Brian Bergstrand
Honored Contributor

Re: sendmail access file

Well, if the spammers return address is invalid (like most spam), then the outgoing bounce will be held in your mail queue for another send try later (just like any other mail). It can take up to four days, depending on your configuration, for the send to actually give up.

This would be my guess as to what "held" means in this context.

HTH.
Fred Martin_1
Valued Contributor

Re: sendmail access file

Are you certain? The 553 message is delivered directly to the host that's logged in (smtp), not via an email.
fmartin@applicatorssales.com
Brian Bergstrand
Honored Contributor

Re: sendmail access file

Never mind. A bounce message is sent, but that is sent from the mailer initiating the connection to your mailer, not by your mailer. Sorry, I didn't pay close enough attention to your first message.

Although, I did find this in a Google search and it looks to be similar to what you are seeing, so maybe I was close.

http://www.cm.nu/~shane/lists/comp.mail.sendmail/2000-06/1933.html
===========================
StarOffice, does not offer the pop-up, and the mail log using
LogLevel=15 indicates a "(held)" after the message, and no response is
returned to the sender. The same is true when the forbidden attachments
are sent from the command line, e.g.:
=============================

(This was from a 554 response.)
Fred Martin_1
Valued Contributor

Re: sendmail access file

Well, if that applies to my situation it just means the logged-in host isn't seeing my message.

It just attemps to send the spam and when my server rejects it, the host logs off and ignores the reason. Like they care anyway :)
fmartin@applicatorssales.com