OT: Sendmail(?) Help

Peter Farrow peter at farrows.org
Tue Jul 8 21:23:13 IST 2008


Andrews Carl 455 wrote:
> Ashamed to say, I do not know. sendmail.mc just lists 
> "MILER(`local')dnl". procmail is installed but I have no idea ...?
>  
> Nothing is delivered locally, this is just a gateway to the exchange 
> server.
>
> ------------------------------------------------------------------------
> *From:* mailscanner-bounces at lists.mailscanner.info 
> [mailto:mailscanner-bounces at lists.mailscanner.info] *On Behalf Of 
> *Peter Farrow
> *Sent:* Tuesday, July 08, 2008 12:45 PM
> *To:* MailScanner discussion
> *Subject:* Re: OT: Sendmail(?) Help
>
>
>
> Andrews Carl 455 wrote:
>> I realize this is not MS related but if someone can help or point me 
>> in right direction .... THANKS
>>  
>> I have a smtp proxy in the DMZ which passes email to my MS box 
>> (mdaemon2). USERNAME at DOMAIN.com <mailto:USERNAME at DOMAIN.com> is an 
>> external address sending to my domain. I have been trying to find 
>> what defines the "Policy Rejection- 274 -- Sender Quota Exceeded" but 
>> without any luck. I found one result on experts exchange which oddly 
>> enough concluded that the message was not accepted because of a quota 
>> policy. Not a great deal of help there. I have checked my 
>> sendmail.cf(mc) and do not see where I have defined any quotas, but 
>> then I honestly do not know what option I am looking for either.
>>  
>> Log extract:
>>  
>> Jul 8 08:22:35 mdaemon2 sendmail[29122]: m68DMPE8029097: 
>> to=<USERNAME at DOMAIN.com <mailto:USERNAME at DOMAIN.com>>, 
>> delay=00:00:09, xdelay=00:00:01, mailer=esmtp, pri=120991, 
>> relay=mail.DOMAIN.com. [65.182.102.90], dsn=4.2.0, stat=Deferred: 450 
>> <USERNAME at DOMAIN.com <mailto:USERNAME at DOMAIN.com>>: Recipient address 
>> rejected: Policy Rejection- 274 -- Sender Quota Exceeded.
>>  
>> Jul 8 08:31:18 mdaemon2 sm-que[30789]: m68DMPE8029097: 
>> to=<USERNAME at DOMAIN.com <mailto:USERNAME at DOMAIN.com>>, 
>> delay=00:08:52, xdelay=00:00:01, mailer=esmtp, pri=210991, 
>> relay=mail.DOMAIN.com. [65.182.102.90], dsn=4.2.0, stat=Deferred: 450 
>> <USERNAME at DOMAIN.com <mailto:USERNAME at DOMAIN.com>>: Recipient address 
>> rejected: Policy Rejection- 274 -- Sender Quota Exceeded.
>>  
>>  
>> Thanks!
>> Carl
>>
>> -- 
>> This message has been scanned for viruses and
>> dangerous content by the *Inexcom* <http://www.inexcom.co.uk/> system 
>> scanner,
>> and is believed to be clean.
>> Advanced heuristic mail scanning server [-].
> Also - what is your local mailer (delivery agent).
>
> P.
>
>
> -- 
> This message has been scanned for viruses and
> dangerous content by the *Inexcom* <http://www.inexcom.co.uk/> system 
> scanner,
> and is believed to be clean.
> Advanced heuristic mail scanning server [-].
> -- 
> This message has been scanned for viruses and
> dangerous content by the *Inexcom* <http://www.inexcom.co.uk/> system 
> scanner,
> and is believed to be clean.
> Advanced heuristic mail scanning server [-]. 

Ok,

then its the downstream relay that is 450 deferring the message, the 
problem is probably on that server as I think has been mentioned.

You should telnet to port 25 on the downstream machine from your 
mailscanner box, and type through the smtp process, to see exactly the 
returned error, as follows:

telnet 65.182.102.90 25
(wait for greeting)

helo <yourhostname here>
(wait for response)
mail from:<your email address here>
(wait for response)
rcpt to:<destination email valid on the downstream box>
(wait for response)
data
(enter data with a '.' on line by itself to end)

Its unlikely that you will get all the way to the end, before the 
downstream box comes back with the rejection, this will prove its the 
downstream box, here is an example:

[root at mail ~]# *telnet lionel.farrows.org 25*
Trying 212.21.120.10...
Connected to lionel.farrows.org (212.21.120.10).
Escape character is '^]'.
220 lionel.farrows.org ESMTP Sendmail 8.13.1/8.13.1; Tue, 8 Jul 2008 
21:19:30 +0100
*helo mail.skeltongroup.com*
250 lionel.farrows.org Hello mail.skeltongroup.com [212.46.155.18], 
pleased to meet you
*mail from:administrator at skeltongroup.com*
250 2.1.0 administrator at skeltongroup.com... Sender ok
*rcpt to:peter at farrows.org*
250 2.1.5 peter at farrows.org... Recipient ok
*data*
354 Enter mail, end with "." on a line by itself
*test
.*
250 2.0.0 m68KJUCO027572 Message accepted for delivery

The stuff I typed is in bold...I receive an email from 
administrator at skeltongroup.com with the word "test" in the body....

Pete



-- 
This message has been scanned for viruses and
dangerous content by the Inexcom system Scanner,
and is believed to be clean.
Advanced heuristic mail scanning server [-].
http://www.inexcom.co.uk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20080708/7ebd42a1/attachment.html


More information about the MailScanner mailing list