Customizing description of returned smtp code error to MTA

Customizing description of returned smtp code error to MTA

am 02.04.2008 09:56:08 von Riccardo

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".

Re: Customizing description of returned smtp code error to MTA

am 03.04.2008 07:17:41 von Bill Cole

In article
<972de690-eaad-40fa-8590-06bfa0e44a7a@a22g2000hsc.googlegroups.com>,
RICCARDO 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...

Re: Customizing description of returned smtp code error to MTA

am 03.04.2008 08:35:54 von Riccardo

On 3 Apr, 07:17, Bill Cole wrote:
> In article
> <972de690-eaad-40fa-8590-06bfa0e44...@a22g2000hsc.googlegroups.com>,
>
> RICCARDO 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.