<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Postfix: 554 Relay access denied</title>
	<atom:link href="http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Mon, 21 May 2012 12:07:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Arfat</title>
		<link>http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-28553</link>
		<dc:creator>Arfat</dc:creator>
		<pubDate>Thu, 17 May 2012 07:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-28553</guid>
		<description>Hello Hayden,

I am facing the same issue not able to send the mail from Remote SASL Auth. My postconf -n is

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = localhost
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = direction.biz
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
relay_domains = $mydestination
relayhost = [mail.otto4u.com]:587
sample_directory = /usr/share/doc/postfix-2.6.6/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =
smtp_sasl_type = cyrus
smtpd_sasl_path = smtpd
unknown_local_recipient_reject_code = 550


And facing the below error in Postfix Maillog.

May 17 09:32:34 oplq-test postfix/smtp[10151]: 77EA0150641: to=&lt;a&gt;, relay=mail.otto4u.com[72.35.73.86]:587, delay=2.1, delays=0.05/0.02/1.5/0.52, dsn=5.0.0, status=bounced (host mail.otto4u.com[72.35.73.86] said: 554 qmail-dk: Cannot sign message due to invalid message syntax. (#5.3.0) (in reply to end of DATA command))
May 17 09:32:34 oplq-test postfix/cleanup[10149]: 98056150643: message-id=


Pls help me i had just stuck in this issue.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hello Hayden,</p>
<p>I am facing the same issue not able to send the mail from Remote SASL Auth. My postconf -n is</p>
<p>alias_database = hash:/etc/aliases<br />
alias_maps = hash:/etc/aliases<br />
command_directory = /usr/sbin<br />
config_directory = /etc/postfix<br />
daemon_directory = /usr/libexec/postfix<br />
data_directory = /var/lib/postfix<br />
debug_peer_level = 2<br />
html_directory = no<br />
inet_interfaces = localhost<br />
inet_protocols = all<br />
mail_owner = postfix<br />
mailq_path = /usr/bin/mailq.postfix<br />
manpage_directory = /usr/share/man<br />
mydestination = $myhostname, localhost.$mydomain, localhost<br />
mydomain = direction.biz<br />
myorigin = $mydomain<br />
newaliases_path = /usr/bin/newaliases.postfix<br />
queue_directory = /var/spool/postfix<br />
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES<br />
relay_domains = $mydestination<br />
relayhost = [mail.otto4u.com]:587<br />
sample_directory = /usr/share/doc/postfix-2.6.6/samples<br />
sendmail_path = /usr/sbin/sendmail.postfix<br />
setgid_group = postdrop<br />
smtp_sasl_auth_enable = yes<br />
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd<br />
smtp_sasl_security_options =<br />
smtp_sasl_type = cyrus<br />
smtpd_sasl_path = smtpd<br />
unknown_local_recipient_reject_code = 550</p>
<p>And facing the below error in Postfix Maillog.</p>
<p>May 17 09:32:34 oplq-test postfix/smtp[10151]: 77EA0150641: to=<a>, relay=mail.otto4u.com[72.35.73.86]:587, delay=2.1, delays=0.05/0.02/1.5/0.52, dsn=5.0.0, status=bounced (host mail.otto4u.com[72.35.73.86] said: 554 qmail-dk: Cannot sign message due to invalid message syntax. (#5.3.0) (in reply to end of DATA command))<br />
May 17 09:32:34 oplq-test postfix/cleanup[10149]: 98056150643: message-id=</p>
<p>Pls help me i had just stuck in this issue.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian</title>
		<link>http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-27405</link>
		<dc:creator>Lucian</dc:creator>
		<pubDate>Thu, 01 Mar 2012 20:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-27405</guid>
		<description>HI Hayden

I have  similar problem. For the beginning I added  a &quot;yahoo.com&quot; to &#039;mydestination =&quot; as you suggets. Still I cannot get email into my squirrel-mail account.

I can send out emails using squirrel-mail but I cannot receive.



the mail log error looks like 

Mar  1 19:26:31 ns1 dovecot: Dovecot v1.2.15 starting up (core dumps disabled)
Mar  1 19:29:30 ns1 postfix/smtpd[31768]: connect from nm19-vm0.bullet.mail.bf1.yahoo.com[98.139.213.162]
Mar  1 19:29:31 ns1 postfix/smtpd[31768]: NOQUEUE: reject: RCPT from nm19-vm0.bullet.mail.bf1.yahoo.com[98.139.213.162]: 554 5.7.1 : Relay access denied; from= to= proto=SMTP helo=
Mar  1 19:29:31 ns1 postfix/smtpd[31768]: disconnect from nm19-vm0.bullet.mail.bf1.yahoo.com[98.139.213.162]


the postconf  -n is 

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
home_mailbox = .mail/
inet_interfaces = all
mailbox_size_limit = 0
mydestination = datastore.ro., ns1, localhost.localdomain, localhost, yahoo.com.
myhostname = ns1
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = yourdomain.com
smtpd_sasl_security_options = noanonymous
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes


Can you help me please?
Have a great day</description>
		<content:encoded><![CDATA[<p>HI Hayden</p>
<p>I have  similar problem. For the beginning I added  a "yahoo.com" to 'mydestination =" as you suggets. Still I cannot get email into my squirrel-mail account.</p>
<p>I can send out emails using squirrel-mail but I cannot receive.</p>
<p>the mail log error looks like </p>
<p>Mar  1 19:26:31 ns1 dovecot: Dovecot v1.2.15 starting up (core dumps disabled)<br />
Mar  1 19:29:30 ns1 postfix/smtpd[31768]: connect from nm19-vm0.bullet.mail.bf1.yahoo.com[98.139.213.162]<br />
Mar  1 19:29:31 ns1 postfix/smtpd[31768]: NOQUEUE: reject: RCPT from nm19-vm0.bullet.mail.bf1.yahoo.com[98.139.213.162]: 554 5.7.1 : Relay access denied; from= to= proto=SMTP helo=<br />
Mar  1 19:29:31 ns1 postfix/smtpd[31768]: disconnect from nm19-vm0.bullet.mail.bf1.yahoo.com[98.139.213.162]</p>
<p>the postconf  -n is </p>
<p>alias_database = hash:/etc/aliases<br />
alias_maps = hash:/etc/aliases<br />
append_dot_mydomain = no<br />
biff = no<br />
config_directory = /etc/postfix<br />
home_mailbox = .mail/<br />
inet_interfaces = all<br />
mailbox_size_limit = 0<br />
mydestination = datastore.ro., ns1, localhost.localdomain, localhost, yahoo.com.<br />
myhostname = ns1<br />
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128<br />
myorigin = /etc/mailname<br />
readme_directory = no<br />
recipient_delimiter = +<br />
relayhost =<br />
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache<br />
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)<br />
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination<br />
smtpd_sasl_auth_enable = yes<br />
smtpd_sasl_local_domain = yourdomain.com<br />
smtpd_sasl_security_options = noanonymous<br />
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem<br />
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key<br />
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache<br />
smtpd_use_tls = yes</p>
<p>Can you help me please?<br />
Have a great day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthikeyan Krish</title>
		<link>http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-16799</link>
		<dc:creator>Karthikeyan Krish</dc:creator>
		<pubDate>Wed, 24 Nov 2010 08:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-16799</guid>
		<description>Thanks. It gave an idea of what prob i do have.</description>
		<content:encoded><![CDATA[<p>Thanks. It gave an idea of what prob i do have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tahiriman</title>
		<link>http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-16396</link>
		<dc:creator>tahiriman</dc:creator>
		<pubDate>Wed, 07 Jul 2010 16:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-16396</guid>
		<description>Thanks for your explanation

I have a small concern, emails coming from my network are sent towards outside successfully 
on the other hand those received from an external client (outside my network) have this problem (relay denied)

Excuse me, my English isn&#039;t will</description>
		<content:encoded><![CDATA[<p>Thanks for your explanation</p>
<p>I have a small concern, emails coming from my network are sent towards outside successfully<br />
on the other hand those received from an external client (outside my network) have this problem (relay denied)</p>
<p>Excuse me, my English isn't will</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arjan ten hoopen</title>
		<link>http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-15741</link>
		<dc:creator>arjan ten hoopen</dc:creator>
		<pubDate>Wed, 13 Jan 2010 20:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-15741</guid>
		<description>I had that problem, fixed it in just a minute with your explanation. Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>I had that problem, fixed it in just a minute with your explanation. Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffrey Fan</title>
		<link>http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-15577</link>
		<dc:creator>jeffrey Fan</dc:creator>
		<pubDate>Thu, 05 Nov 2009 20:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-15577</guid>
		<description>that is my problem.

it works after fixing it!
thanks a lot.</description>
		<content:encoded><![CDATA[<p>that is my problem.</p>
<p>it works after fixing it!<br />
thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Lawrence</title>
		<link>http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-15398</link>
		<dc:creator>Scott Lawrence</dc:creator>
		<pubDate>Wed, 15 Jul 2009 18:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-15398</guid>
		<description>This is it!  Thanks!</description>
		<content:encoded><![CDATA[<p>This is it!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alvin peezoot</title>
		<link>http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-13959</link>
		<dc:creator>alvin peezoot</dc:creator>
		<pubDate>Wed, 18 Mar 2009 02:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/08/30/postfix-554-relay-access-denied/#comment-13959</guid>
		<description>looking for this 
thanks it works.....</description>
		<content:encoded><![CDATA[<p>looking for this<br />
thanks it works.....</p>
]]></content:encoded>
	</item>
</channel>
</rss>

