Current time: 04-19-2024, 05:54 PM Hello There, Guest! (LoginRegister)


Post Reply 
SMTP Response: 554 5.7.1
Author Message
coper Offline
Junior Member
*

Posts: 91
Joined: Nov 2008
Reputation: 0
Post: #1
SMTP Response: 554 5.7.1
Hello again,

I'm having a strange problem. I can use email accounts without a problem except from a particular office. Inside that office I can use webmail but when I try to send emails using an email software I get this error:
Code:
"The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'mail@domain.com'. Subject '', Account: 'mail.mydomain.com', Server: 'mail.mydomain.com', Protocol: SMTP, Server Response: '554 5.7.1 <mail@domain.com>: Relay access denied', Port: 25, Secure(SSL): No,
*Server Error: 554, Error Number: 0x800CCC79

And I get this in the server logs:
Code:
Jul 27 17:32:33 webserver1 postfix/smtpd[14643]: warning: 190.210.26.245: address not listed for hostname customer-static-210-26-245.iplannetworks.net
Jul 27 17:32:33 webserver1 postfix/smtpd[14643]: connect from unknown[190.210.26.245]
Jul 27 17:32:33 webserver1 postfix/smtpd[14643]: NOQUEUE: reject: RCPT from unknown[190.210.26.245]: 554 5.7.1 <mail@otherdomain.com>: Relay access denied; from=<mail@domain.com> to=<mail@otherdomain.com> proto=SMTP helo=<ladc>
Jul 27 16:32:55 webserver1 postfix/smtpd[3617]: disconnect from unknown[190.210.26.245]

Could anyone help me with this?

Thanks.

c.
07-28-2009 07:45 AM
Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #2
RE: SMTP Response: 554 5.7.1
This client is not authenticating itself as any user, so it's considered an external mailer and thus mails to domains outside the server are being rejected by postfix. Check the "server requires authentication" (or something like this) option in the mail client's configuration...
07-28-2009 11:01 AM
Visit this user's website Find all posts by this user Quote this message in a reply
kurgans Offline
Moderator
*****
Moderators

Posts: 1,565
Joined: Feb 2008
Reputation: 23
Post: #3
RE: SMTP Response: 554 5.7.1
I have had a similar problem with the same message we receive.
Problem domain was not included in the file
/ etc / postfix / ispcp / domains

Included executed manually reload postfix domain, restarted the service and returned to work well

cd / etc / postfix /
postmap domains
/ etc / init.d / postfix reload
07-28-2009 09:13 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)