|
| ||||||||||
| Tags: error message, nis 2012, postfix |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 451 4.3.0 error: queue file write error when sending emails, even after having NIS 2012
Quote:
|
|
#2
| |||
| |||
| Re: 451 4.3.0 error: queue file write error when sending emails, even after having NIS 2012
After looking on the error message, I guess it is something related to the email provider. I don’t think it is related to Norton. You should check it out whether they had made any changes into SMTP port number. However to confirm whether it is Norton is causing any issue , you should do the following. Click Settings, Click Network, Click Message Protection, Click Email Antivirus Scan Configure[+]. The above mentioned steps would simply turn off email scanning and Norton would prompt about the same as well. Now try to send emails and let me know about the same. |
|
#3
| |||
| |||
| Re: 451 4.3.0 error: queue file write error when sending emails, even after having NIS 2012
Well I have found many people who are getting same issue while sending email using Postfix. So far I am aware of couple of solutions that I would like to tell you about. Look for the latest version of Postfix and update with the same. Second thing which you can try is simply set message size limit parameter. You can do by using following steps. Launch /etc/postfix/main.cf config file by running Code: vi /etc/postfix/main.cf Code: message_size_limit = 20971520 After doing the same simply restart postfix mail server by running following command. Code: # /etc/init.d/postfix restart |
|
#4
| |||
| |||
| Re: 451 4.3.0 error: queue file write error when sending emails, even after having NIS 2012
KirtiPatel In this particular situation I am suggesting to run postfix into verbose mode and see whether any error message is occurred. You will need to edit /etc/postfix/master.cf file. You have to find out ‘smtp inet n - - - - smtpd -o smtpd_proxy_filter=127.0.0.1:10025’ and make following changes Code: smtp inet n - - - - smtpd -v -o smtpd_proxy_filter=127.0.0.1:10025 Code: # postfix reload Code: smtp inet n - - - - smtpd -v -o smtpd_proxy_filter=127.0.0.1:10026 |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "451 4.3.0 error: queue file write error when sending emails, even after having NIS 2012" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Outlook express error code 0x800ccod while sending emails | Atalaya | Windows Software | 4 | 18-12-2010 02:53 PM |
| error sending emails: an operation on the server timed out. the server may be down... | Lapentti | Technology & Internet | 4 | 17-08-2010 04:31 AM |
| Error during sending emails in Outlook 2002 | Saaz | Windows Software | 3 | 13-11-2009 01:48 PM |
| Get error while sending emails in MS Outlook 2007 | Dolf | Windows Software | 3 | 05-01-2009 10:09 AM |
| Windows Mail Error 0x800CCC0D while sending emails | Gretty | Windows Vista Mail | 1 | 22-06-2008 05:34 AM |