<?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: Configure Postfix for Multiple ISP Client SMTP Authentication</title>
	<atom:link href="http://ubuntu-tutorials.com/2009/03/13/configure-postfix-for-multiple-isp-client-smtp-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2009/03/13/configure-postfix-for-multiple-isp-client-smtp-authentication/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:29:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fil</title>
		<link>http://ubuntu-tutorials.com/2009/03/13/configure-postfix-for-multiple-isp-client-smtp-authentication/#comment-14591</link>
		<dc:creator>Fil</dc:creator>
		<pubDate>Mon, 14 Feb 2011 22:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=993#comment-14591</guid>
		<description>I have a terminal server where that we use for sales, inventory, purchasing, etc. Very often, we have to send emails (PDF invoices, purchase order, etc) which go out using postfix on this particular server.  When we send these documents, we have to copy ourselves in order to have a record that it when out.  It comes in to our Inbox.  If we do not copy ourselves, we have no record of it going out.  We have a separate IMAP server (main email server) that when I send email from my iphone, it will show up in the sent box on my computer.  Is there a way to send these messages using postfix so that they are put in our sent folder of our Imap server without having to copy ourselves?  Thanks.</description>
		<content:encoded><![CDATA[<p>I have a terminal server where that we use for sales, inventory, purchasing, etc. Very often, we have to send emails (PDF invoices, purchase order, etc) which go out using postfix on this particular server.  When we send these documents, we have to copy ourselves in order to have a record that it when out.  It comes in to our Inbox.  If we do not copy ourselves, we have no record of it going out.  We have a separate IMAP server (main email server) that when I send email from my iphone, it will show up in the sent box on my computer.  Is there a way to send these messages using postfix so that they are put in our sent folder of our Imap server without having to copy ourselves?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister</title>
		<link>http://ubuntu-tutorials.com/2009/03/13/configure-postfix-for-multiple-isp-client-smtp-authentication/#comment-11277</link>
		<dc:creator>Mister</dc:creator>
		<pubDate>Thu, 01 Jul 2010 03:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=993#comment-11277</guid>
		<description>&lt;a href=&quot;#comment-9921&quot; rel=&quot;nofollow&quot;&gt;@ Mau  &lt;/a&gt; 

MAU , USE  PHP.INI   .   create an account  named   postmaster@localhost .     So  php scripts  send emails  with postmaster account.

Life is simple . Remember this. 
 
Hahahahaha.</description>
		<content:encoded><![CDATA[<p><a href="#comment-9921" rel="nofollow">@ Mau  </a> </p>
<p>MAU , USE  PHP.INI   .   create an account  named   postmaster@localhost .     So  php scripts  send emails  with postmaster account.</p>
<p>Life is simple . Remember this. </p>
<p>Hahahahaha.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mau</title>
		<link>http://ubuntu-tutorials.com/2009/03/13/configure-postfix-for-multiple-isp-client-smtp-authentication/#comment-9921</link>
		<dc:creator>Mau</dc:creator>
		<pubDate>Tue, 03 Nov 2009 19:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=993#comment-9921</guid>
		<description>So, if I am using this smtp relay how do I target the specific mapped account from say PHP? 
 
Sorry if this is kind of a stupid question, but while I get how the config and everything is working I just don&#039;t know how to make the PHP script trigger one of the defined relay accounts. </description>
		<content:encoded><![CDATA[<p>So, if I am using this smtp relay how do I target the specific mapped account from say PHP? </p>
<p>Sorry if this is kind of a stupid question, but while I get how the config and everything is working I just don&#039;t know how to make the PHP script trigger one of the defined relay accounts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico Prasetio</title>
		<link>http://ubuntu-tutorials.com/2009/03/13/configure-postfix-for-multiple-isp-client-smtp-authentication/#comment-8521</link>
		<dc:creator>Nico Prasetio</dc:creator>
		<pubDate>Tue, 14 Apr 2009 07:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=993#comment-8521</guid>
		<description>Hi,  
 
I think I know my mistake: 
Here it is on main.cf 
------------------------------------------------------------------------------------------------------------------------------------------ 
smtp_sender_dependent_authentication = yes  
sender_dependent_relayhost_maps = hash:/etc/postfix/relayhost_map  
smtp_sasl_auth_enable = yes  
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd &lt;-- changed to = hash:/etc/postfix/passwd 
smtp_sasl_security_options = noanonymous  
smtp_tls_CAfile = /etc/postfix/cacert.pem  
smtp_use_tls = yes 
------------------------------------------------------------------------------------------------------------------------------------------ 
 
Then run the following commands: 
 
sudo postmap hash:/etc/postfix/passwd 
sudo postmap hash:/etc/postfix/relayhost_map 
sudo /etc/init.d/postfix reload 
 
By the way, it&#039;s very nice article thanks a lot. 
 
Rgds, 
NP 
 
 </description>
		<content:encoded><![CDATA[<p>Hi,  </p>
<p>I think I know my mistake:<br />
Here it is on main.cf<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
smtp_sender_dependent_authentication = yes<br />
sender_dependent_relayhost_maps = hash:/etc/postfix/relayhost_map<br />
smtp_sasl_auth_enable = yes<br />
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd &lt;&#8211; changed to = hash:/etc/postfix/passwd<br />
smtp_sasl_security_options = noanonymous<br />
smtp_tls_CAfile = /etc/postfix/cacert.pem<br />
smtp_use_tls = yes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; </p>
<p>Then run the following commands: </p>
<p>sudo postmap hash:/etc/postfix/passwd<br />
sudo postmap hash:/etc/postfix/relayhost_map<br />
sudo /etc/init.d/postfix reload </p>
<p>By the way, it&#039;s very nice article thanks a lot. </p>
<p>Rgds,<br />
NP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico Prasetio</title>
		<link>http://ubuntu-tutorials.com/2009/03/13/configure-postfix-for-multiple-isp-client-smtp-authentication/#comment-8518</link>
		<dc:creator>Nico Prasetio</dc:creator>
		<pubDate>Tue, 14 Apr 2009 01:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=993#comment-8518</guid>
		<description>I&#039;d like to use two of my gmail accounts and send to one another; however I still got this warning: 
---------------------------------------------------------------------------------------------------------------------------------------- 
Apr 11 02:47:10 ubserver postfix/postfix-script[27408]: refreshing the Postfix mail system 
Apr 11 02:47:10 ubserver postfix/master[25731]: reload configuration /etc/postfix 
Apr 11 02:48:50 ubserver postfix/pickup[27413]: F0C6E408ED: uid=1000 from=&lt;prasetionico@gmail.com&gt; 
Apr 11 02:48:51 ubserver postfix/cleanup[27418]: F0C6E408ED: message-id=&lt;20090410194850.F0C6E408ED@ubserver.revetech.local&gt; 
Apr 11 02:48:51 ubserver postfix/qmgr[27411]: F0C6E408ED: from=&lt;prasetionico@gmail.com&gt;, size=309, nrcpt=1 (queue active) 
Apr 11 02:48:56 ubserver postfix/smtp[27420]: connect to smtp.gmail.com[209.85.143.109]:25: Connection refused 
Apr 11 02:48:57 ubserver postfix/smtp[27420]: connect to smtp.gmail.com[209.85.143.111]:25: Connection refused 
Apr 11 02:48:58 ubserver postfix/smtp[27420]: F0C6E408ED: to=&lt;g00rkha75@gmail.com&gt;, relay=none, delay=28, delays=21/0.07/6.9/0, dsn=4.4.1, status=deferred (connect to smtp.gmail.com[209.85.143.111]:25: Connection refused) 
------------------------------------------------------------------------------------------------------------------------------------------------------- 
 
Here are my configuration: 
 
myhostname = ubserver.revetech.local 
alias_maps = hash:/etc/aliases 
alias_database = hash:/etc/aliases 
myorigin = /etc/mailname 
mydestination = revetech.local, ubserver.revetech.local, localhost.localdomain, localhost 
relayhost = [smtp.gmail.com]:587 
 
smtp_sender_dependent_authentication = yes 
sender_dependent_relayhost_maps = hash:/etc/postfix/relayhost_map 
smtp_sasl_auth_enable = yes 
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd 
smtp_sasl_security_options = noanonymous 
smtp_tls_CAfile = /etc/postfix/cacert.pem 
smtp_use_tls = yes 
 
And here is the content of the relayhost_map and /etc/postfix/passwd 
 
nprasetio@ubserver:~$ sudo cat /etc/postfix/relayhost_map 
prasetionico@gmail.com [smtp.gmail.com] 
g00rkha75@gmail.com [smtp.gmail.com] 
 
nprasetio@ubserver:~$ sudo cat /etc/postfix/passwd 
prasetionico@gmail.com prasetionico@gmail.com:xxxxxxxxx 
g00rkha75@gmail.com    g00rkha75:xxxxxxxxx 
 
Really appreciate your help. 
 
Rgds, 
NP 
 
 </description>
		<content:encoded><![CDATA[<p>I&#039;d like to use two of my gmail accounts and send to one another; however I still got this warning:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Apr 11 02:47:10 ubserver postfix/postfix-script[27408]: refreshing the Postfix mail system<br />
Apr 11 02:47:10 ubserver postfix/master[25731]: reload configuration /etc/postfix<br />
Apr 11 02:48:50 ubserver postfix/pickup[27413]: F0C6E408ED: uid=1000 from=&lt;prasetionico@gmail.com&gt;<br />
Apr 11 02:48:51 ubserver postfix/cleanup[27418]: F0C6E408ED: message-id=&lt;20090410194850.F0C6E408ED@ubserver.revetech.local&gt;<br />
Apr 11 02:48:51 ubserver postfix/qmgr[27411]: F0C6E408ED: from=&lt;prasetionico@gmail.com&gt;, size=309, nrcpt=1 (queue active)<br />
Apr 11 02:48:56 ubserver postfix/smtp[27420]: connect to smtp.gmail.com[209.85.143.109]:25: Connection refused<br />
Apr 11 02:48:57 ubserver postfix/smtp[27420]: connect to smtp.gmail.com[209.85.143.111]:25: Connection refused<br />
Apr 11 02:48:58 ubserver postfix/smtp[27420]: F0C6E408ED: to=&lt;g00rkha75@gmail.com&gt;, relay=none, delay=28, delays=21/0.07/6.9/0, dsn=4.4.1, status=deferred (connect to smtp.gmail.com[209.85.143.111]:25: Connection refused)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- </p>
<p>Here are my configuration: </p>
<p>myhostname = ubserver.revetech.local<br />
alias_maps = hash:/etc/aliases<br />
alias_database = hash:/etc/aliases<br />
myorigin = /etc/mailname<br />
mydestination = revetech.local, ubserver.revetech.local, localhost.localdomain, localhost<br />
relayhost = [smtp.gmail.com]:587 </p>
<p>smtp_sender_dependent_authentication = yes<br />
sender_dependent_relayhost_maps = hash:/etc/postfix/relayhost_map<br />
smtp_sasl_auth_enable = yes<br />
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd<br />
smtp_sasl_security_options = noanonymous<br />
smtp_tls_CAfile = /etc/postfix/cacert.pem<br />
smtp_use_tls = yes </p>
<p>And here is the content of the relayhost_map and /etc/postfix/passwd </p>
<p>nprasetio@ubserver:~$ sudo cat /etc/postfix/relayhost_map<br />
<a href="mailto:prasetionico@gmail.com">prasetionico@gmail.com</a> [smtp.gmail.com]<br />
<a href="mailto:g00rkha75@gmail.com">g00rkha75@gmail.com</a> [smtp.gmail.com] </p>
<p>nprasetio@ubserver:~$ sudo cat /etc/postfix/passwd<br />
<a href="mailto:prasetionico@gmail.com">prasetionico@gmail.com</a> <a href="mailto:prasetionico@gmail.com">prasetionico@gmail.com</a> <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' /> xxxxxxxx<br />
<a href="mailto:g00rkha75@gmail.com">g00rkha75@gmail.com</a>    g00rkha75:xxxxxxxxx </p>
<p>Really appreciate your help. </p>
<p>Rgds,<br />
NP</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/6 queries in 0.004 seconds using disk: basic
Object Caching 258/259 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 23:52:15 -->
