Customizing description of returned smtp code error to MTA

I want to custom error description of returned smtp error code to my
sendmail MTA because when another sendmail returns specific stmp error
550, my sendmail shows "User unknown" while I'd like having "Mailbox
full".
Riccardo [ Mi, 02 April 2008 09:56 ] [ ID #1934376 ]

Re: Customizing description of returned smtp code error to MTA

In article
<972de690-eaad-40fa-8590-06bfa0e44a7a [at] a22g2000hsc.googlegroups.com>,
RICCARDO <castellani.riccardo [at] tiscali.it> wrote:

> I want to custom error description of returned smtp error code to my
> sendmail MTA because when another sendmail returns specific stmp error
> 550, my sendmail shows "User unknown" while I'd like having "Mailbox
> full".

See RFC2821. 550 is not the response code you should be using for a full
mailbox.

--
Now where did I hide that website...
Bill Cole [ Do, 03 April 2008 07:17 ] [ ID #1935243 ]

Re: Customizing description of returned smtp code error to MTA

On 3 Apr, 07:17, Bill Cole <b... [at] scconsult.com> wrote:
> In article
> <972de690-eaad-40fa-8590-06bfa0e44... [at] a22g2000hsc.googlegroups.com>,
>
> RICCARDO <castellani.ricca... [at] tiscali.it> wrote:
> > I want to custom error description of returned smtp error code to my
> > sendmail MTA because when another sendmail returns specific stmp error
> > 550, my sendmail shows "User unknown" while I'd like having "Mailbox
> > full".
>
> See RFC2821. 550 is not the response code you should be using for a full
> mailbox.
>
> --
> Now where did I hide that website...

I was trying to insert other codes because if I set the right error
code ( 552 : Requested mail action aborted: exceeded storage
allocation) my sendmail shows:

dsn=5.2.2, stat=Service unavailable

DSN is correct but "Service unavailable" is not appropriate error
description.
Riccardo [ Do, 03 April 2008 08:35 ] [ ID #1935244 ]
Miscellaneous » comp.mail.sendmail » Customizing description of returned smtp code error to MTA

Vorheriges Thema: Stop Delivery Failure bounces to Postmaster
Nächstes Thema: odd issue -- sendmail will not write/cat email to users mail file