1829608 Members
1503 Online
109992 Solutions
New Discussion

Re: smtp error

 
sujeet joshi
Frequent Advisor

smtp error

Hi,

i am having fedora linux with qmail configure now i am getting error on outlook is 0x800CCC6A - SMTP_451_ERROR_PROCESSING

what is the solution on this

please help me


sujeet joshi
5 REPLIES 5
Vitaly Karasik_1
Honored Contributor

Re: smtp error

1) what do you see in qmail's log?
2) I suggest you to test your qmail server using linux mail clients (or even "telnet") first.
Steven E. Protter
Exalted Contributor

Re: smtp error

Suggestion:

tail -f

telnet hostname 25

Try to send some mail interactively.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Ferreira
Honored Contributor

Re: smtp error

Did it work sometime? Do you have that error on all clients?
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
sujeet joshi
Frequent Advisor

Re: smtp error

getting log error is ocmail:_Quota_exceeded_while_writing_"/home/lab/Maildir/tmp/1136718300.23694_0.a
fconsmail"/procmail:_Quota_exceeded_while_writing_"/var/spool/mail/lab"/


in outlook express getting error while connecting to server
An unknown error has occurred. Subject 'test', Account: '10.0.0.9', Server: '10.0.0.9', Protocol: SMTP, Server Response: '451 mail server temporarily rejected message (#4.3.0)', Port: 25, Secure(SSL): No, Server Error: 451, Error Number: 0x800CCC6A


Ivan Ferreira
Honored Contributor

Re: smtp error

It seems to be a quota configuration limit, see:

http://www.faqts.com/knowledge_base/view.phtml/aid/7241

Try with:

vsetuserquota user@domain.com 0

vsetuserquota: [options] email_address|domain_name quota
options:
-v (print version number)

If you specify a domain name rather than an email address,
the quota will be applied to all users in that domain
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?