LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-22-2012, 01:01 AM   #1
saran_redhat
Member
 
Registered: May 2009
Location: chennai
Posts: 247

Rep: Reputation: 16
Postfix mail problem


Hi Friends,

I have one postfix mail server. Only the smtp port is enabled.
In this server I cant able to send mail particularly .co.uk domains. when I sent mail to .co.uk domains its bounced.
Can any one tel me how to sorted out this issue.
I am using centos5.
Here is the maillog

Jun 22 00:55:05 s15374353 postfix/qmgr[3631]: A7C322354801B: from=<root@localhost.localdomain>, size=498, nrcpt=2 (queue active)
Jun 22 00:55:05 s15374353 postfix/smtp[30062]: 3E5DB2354801A: to=<martin@mf2surveyors.co.uk>, relay=127.0.0.1[127.0.0.1]:10027, delay=1.3, delays=0.99/0/0.04/0.24, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as A7C322354801B)
Jun 22 00:55:05 s15374353 postfix/smtp[30062]: 3E5DB2354801A: delay=1.3, delays=0.99/0/0.04/0.24, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as A7C322354801B)
Jun 22 05:55:05 s15374353 postfix/smtpd[30065]: disconnect from unknown[127.0.0.1]
Jun 22 00:55:05 s15374353 postfix/qmgr[3631]: 3E5DB2354801A: removed
Jun 22 00:55:11 s15374353 postfix/smtp[30070]: A7C322354801B: delays=0.24/0.02/5.5/0.12, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as EE751294051)
Jun 22 00:55:17 s15374353 postfix/smtp[30062]: certificate verification failed for mf2surveyors.co.uk: num=18:self signed certificate
Jun 22 00:55:17 s15374353 postfix/smtp[30062]: A7C322354801B: to=<martin@mf2surveyors.co.uk>, relay=mf2surveyors.co.uk[46.20.235.10]:25, delay=12, delays=0.24/0/12/0.14, dsn=5.0.0, status=bounced (host mf2surveyors.co.uk[46.20.235.10] said: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1) (in reply to MAIL FROM command))
Jun 22 00:55:17 s15374353 postfix/cleanup[30061]: 9700A2354801A: message-id=<20120622055517.9700A2354801A@localhost>
Jun 22 00:55:17 s15374353 postfix/bounce[30071]: A7C322354801B: sender non-delivery notification: 9700A2354801A
Jun 22 00:55:17 s15374353 postfix/qmgr[3631]: 9700A2354801A: from=<>, size=2430, nrcpt=1 (queue active)
Jun 22 00:55:17 s15374353 postfix/qmgr[3631]: A7C322354801B: removed
Jun 22 00:55:17 s15374353 postfix/cleanup[30061]: 983362354801B: message-id=<20120622055517.9700A2354801A@localhost>
Jun 22 00:55:17 s15374353 postfix/local[30066]: 9700A2354801A: to=<root@localhost.localdomain>, relay=local, delay=0.01, delays=0/0/0/0, dsn=2.0.0, status=sent (forwarded as 983362354801B)
Jun 22 00:55:17 s15374353 postfix/qmgr[3631]: 983362354801B: from=<>, size=2564, nrcpt=1 (queue active)
Jun 22 00:55:17 s15374353 postfix/qmgr[3631]: 9700A2354801A: removed
Jun 22 00:55:23 s15374353 postfix/smtp[30070]: 983362354801B: <root@localhost.localdomain>, delays=0/0/5.5/0.12, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as A12C129404E)
Jun 22 00:55:23 s15374353 postfix/qmgr[3631]: 983362354801B: removed
 
Old 06-22-2012, 01:24 AM   #2
lithos
Senior Member
 
Registered: Jan 2010
Location: SI : 45.9531, 15.4894
Distribution: CentOS, OpenNA/Trustix, testing desktop openSuse 12.1 /Cinnamon/KDE4.8
Posts: 1,144

Rep: Reputation: 217Reputation: 217Reputation: 217
Quote:
Originally Posted by saran_redhat View Post
Code:
.....

Jun 22 00:55:17 s15374353 postfix/smtp[30062]: certificate verification failed for mf2surveyors.co.uk: num=18:self signed certificate
Jun 22 00:55:17 s15374353 postfix/smtp[30062]: A7C322354801B: to=<martin@mf2surveyors.co.uk>, relay=mf2surveyors.co.uk[46.20.235.10]:25, delay=12, delays=0.24/0/12/0.14, dsn=5.0.0, 
status=bounced (host mf2surveyors.co.uk[46.20.235.10] said: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1) (in reply to MAIL FROM command))
Jun 22 00:55:17 s15374353 postfix/cleanup[30061]: 9700A2354801A: message-id=<20120622055517.9700A2354801A@localhost>

...

Jun 22 00:55:17 s15374353 postfix/cleanup[30061]: 983362354801B: message-id=<20120622055517.9700A2354801A@localhost>
Jun 22 00:55:17 s15374353 postfix/local[30066]: 9700A2354801A: to=<root@localhost.localdomain>, relay=local, delay=0.01, delays=0/0/0/0, dsn=2.0.0, status=sent (forwarded as 983362354801B)
Hi,

first try to "name" your server not to be "localhost.localdomain" - that will probably solve the ".. Invalid HELO name ..."
then you can search on google for "... certificate verification failed for ... self signed certificate"

Last edited by lithos; 06-22-2012 at 01:25 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Postfix send mail problem(In RH9, kernal 2.4.20, postfix 2.1.5) minor Linux - General 6 09-23-2019 10:09 PM
[SOLVED] start mail postfix problem neverland Linux - Server 1 07-19-2010 10:06 PM
postfix mail transport problem ayush1440 Linux - Server 3 03-17-2008 05:45 AM
Problem with Postfix Mail Server Fr33B5D Linux - Networking 1 09-01-2005 04:41 PM
problem receiving pop3 mail from postfix mail server GEN_Electric Linux - Software 2 02-14-2005 02:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration