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