<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Frequently Asked Questions About Linux / UNIX &#187; /etc/postfix/main.cf</title> <atom:link href="http://www.cyberciti.biz/faq/tag/etcpostfixmaincf/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 03 Feb 2012 22:38:32 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Postfix mail for domain.com loops back to myself Error and Solution</title><link>http://www.cyberciti.biz/faq/postfix-mail-for-domaincom-loops-back-to-myself-error-and-solution/</link> <comments>http://www.cyberciti.biz/faq/postfix-mail-for-domaincom-loops-back-to-myself-error-and-solution/#comments</comments> <pubDate>Fri, 01 May 2009 04:32:43 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[EMail Servers]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[/etc/postfix/main.cf]]></category> <category><![CDATA[bounce]]></category> <category><![CDATA[email server]]></category> <category><![CDATA[fqdn]]></category> <category><![CDATA[mydomain]]></category> <category><![CDATA[postfix main cf]]></category> <category><![CDATA[postfix mydestination]]></category> <category><![CDATA[restart postfix]]></category> <category><![CDATA[virtual domain]]></category> <category><![CDATA[virtual mailbox]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=3722</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/email-servers/' title='See all Postfix Mail Server related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/postfix-logo.gif' border='0' /></a></div> <span
class="drop_cap">I</span> can send and receive mail using user@example.com, but system generated emails such as root@mail.example.com bounce backup with an error:<blockquote>May  1 03:14:52 mail postfix/smtp[62798]: 23CA4BD6B40: to=<root@mail.example.com>, relay=none, delay=0.01, delays=0/0/0/0, dsn=5.4.6, status=bounced (mail for mail.example.com loops back to myself)</blockquote> How do I fix this error?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/postfix-mail-for-domaincom-loops-back-to-myself-error-and-solution/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Postfix Backup MX eMail Server Anti-Spam Configuration</title><link>http://www.cyberciti.biz/faq/postfix-backup-mx-server-anti-spam/</link> <comments>http://www.cyberciti.biz/faq/postfix-backup-mx-server-anti-spam/#comments</comments> <pubDate>Tue, 28 Apr 2009 21:40:47 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[EMail Servers]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/amavisd/amavisd.conf]]></category> <category><![CDATA[/etc/clamd.d/amavisd.conf]]></category> <category><![CDATA[/etc/mail/spamassassin/local.cf]]></category> <category><![CDATA[/etc/postfix/main.cf]]></category> <category><![CDATA[/etc/postfix/master.cf]]></category> <category><![CDATA[/var/spool/amavisd/]]></category> <category><![CDATA[postfix anti spam]]></category> <category><![CDATA[postfix backup mailserver]]></category> <category><![CDATA[postfix backup relay]]></category> <category><![CDATA[postfix configuration]]></category> <category><![CDATA[postfix main cf]]></category> <category><![CDATA[postfix relay]]></category> <category><![CDATA[postfix spamassassin]]></category> <category><![CDATA[restart postfix]]></category> <category><![CDATA[spamassassin]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=3694</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/email-servers/' title='See all Postfix Mail Server related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/postfix-logo.gif' border='0' /></a></div> According to RFC2821 the lowest-numbered records are the most preferred MX for domain. So I've a target Postfix backup server to keep the messages in a queue waiting for the primary server to become available. This ensures that if my primary MX goes down I do not loss any emails. However, spammers are connecting to my backup MX to avoid anti spam filters that are running on the primary MX server. This also hides their real IP from my primary MX. How do I configure anti-spam for my backup RHEL / CentOS 5.3 based Postfix mx server?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/postfix-backup-mx-server-anti-spam/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Postfix Configure Multiple ISP Client SMTP Authentication</title><link>http://www.cyberciti.biz/faq/postfix-multiple-isp-accounts-smarthost-smtp-client/</link> <comments>http://www.cyberciti.biz/faq/postfix-multiple-isp-accounts-smarthost-smtp-client/#comments</comments> <pubDate>Fri, 13 Mar 2009 18:00:32 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[EMail Servers]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/postfix/main.cf]]></category> <category><![CDATA[authentication]]></category> <category><![CDATA[authentication failure]]></category> <category><![CDATA[client password]]></category> <category><![CDATA[client smtp]]></category> <category><![CDATA[isp accounts]]></category> <category><![CDATA[mail server]]></category> <category><![CDATA[mail smtp]]></category> <category><![CDATA[password database]]></category> <category><![CDATA[Postfix relayhost]]></category> <category><![CDATA[Postfix smtp_sasl_security_options =]]></category> <category><![CDATA[relay mail]]></category> <category><![CDATA[smtp servers]]></category> <category><![CDATA[smtp_sasl_auth_enable = yes]]></category> <category><![CDATA[smtp_sasl_password_maps = hash:/etc/postfix/password]]></category> <category><![CDATA[submission]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=3447</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/email-servers/' title='See all Postfix Mail Server related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/postfix-logo.gif' border='0' /></a></div> How do I support multiple ISP accounts in the Postfix SMTP client (<a
href="http://www.cyberciti.biz/faq/postfix-smtp-authentication-for-mail-servers/" target="_blank">smarthost</a>) for relaying email? For example:<br
/><br
/> [a] user1@isp1.com  must be relay via smtp.isp1.com.<br
/> [b] user1@isp2.com  must be relay via smtp.isp2.com.<br
/> [c] me@mycorp.com must relay all my default email via smtp.mycorp.com.<br
/>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/postfix-multiple-isp-accounts-smarthost-smtp-client/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Postfix Configure Client SMTP Authentication ( Smarthost Authentication )</title><link>http://www.cyberciti.biz/faq/postfix-smtp-authentication-for-mail-servers/</link> <comments>http://www.cyberciti.biz/faq/postfix-smtp-authentication-for-mail-servers/#comments</comments> <pubDate>Thu, 12 Mar 2009 14:00:22 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[EMail Servers]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Solaris-Unix]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/postfix/main.cf]]></category> <category><![CDATA[authentication failure]]></category> <category><![CDATA[client password]]></category> <category><![CDATA[client smtp]]></category> <category><![CDATA[dynamic ip]]></category> <category><![CDATA[mail server]]></category> <category><![CDATA[mail servers]]></category> <category><![CDATA[mail smtp]]></category> <category><![CDATA[password database]]></category> <category><![CDATA[Postfix relayhost]]></category> <category><![CDATA[Postfix smtp_sasl_security_options =]]></category> <category><![CDATA[relay mail]]></category> <category><![CDATA[security options]]></category> <category><![CDATA[smtp servers]]></category> <category><![CDATA[smtp_sasl_auth_enable = yes]]></category> <category><![CDATA[smtp_sasl_password_maps = hash:/etc/postfix/password]]></category> <category><![CDATA[vsnl]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=3433</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/email-servers/' title='See all Postfix Mail Server related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/postfix-logo.gif' border='0' /></a></div> <span
class="drop_cap">M</span>y ISP requires that mail from my dynamic IP to our small business email addresses uses their outgoing SMTP servers. This is probably done to reduce abuse and spam but now I'm not able to send email and local Postfix log file displays authentication failure message.  How do I relay mail through my mail ISP servers using Postfix SMTP under Linux / UNIX like operating systems? ]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/postfix-smtp-authentication-for-mail-servers/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Bind Postfix Mail Server To Localhost or Specific IP Address Only</title><link>http://www.cyberciti.biz/faq/postfix-receive-mail-on-specific-network-interfaces/</link> <comments>http://www.cyberciti.biz/faq/postfix-receive-mail-on-specific-network-interfaces/#comments</comments> <pubDate>Tue, 10 Jun 2008 13:13:42 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[EMail Servers]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Solaris-Unix]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/etc/postfix/main.cf]]></category> <category><![CDATA[/var/log/maillog]]></category> <category><![CDATA[bind configuration]]></category> <category><![CDATA[inet interfaces]]></category> <category><![CDATA[mail server]]></category> <category><![CDATA[netstat command]]></category> <category><![CDATA[network interfaces]]></category> <category><![CDATA[parameter changes]]></category> <category><![CDATA[tail command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1102</guid> <description><![CDATA[How do I bind Postfix MTA to specific IP address such as 127.0.0.1 or 202.5.1.2?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/postfix-receive-mail-on-specific-network-interfaces/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
