<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/list.postfix.users</id>
  <title type="text">list.postfix.users Google Group</title>
  <subtitle type="text">
  </subtitle>
  <link href="/group/list.postfix.users/feed/atom_v1_0_topics.xml" rel="self" title="list.postfix.users feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Renato Forti</name>
  <email>rtfo...@gmail.com</email>
  </author>
  <updated>2013-04-29T00:12:26Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/0dfed5df60c2841a</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/0dfed5df60c2841a" />
  <title type="html">Help -&gt; Setup MX backup serve!</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; I am tring setup one MX backup server! And I need help! &lt;br&gt; For sample, I have 2 MX: &lt;br&gt; 10 mail.mydomain.net &lt;br&gt; 20 mail.backup.mydomain.net &lt;br&gt; In my main server (10) I have this on main.cf &lt;br&gt; myhostname = mail.mydomain.net &lt;br&gt; alias_maps = hash:/etc/aliases &lt;br&gt; alias_database = hash:/etc/aliases &lt;br&gt; myorigin = /etc/mailname
  </summary>
  </entry>
  <entry>
  <author>
  <email>peter.law...@glendiscovery.co.uk</email>
  </author>
  <updated>2013-04-15T11:09:02Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/380efc65d0880c8f</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/380efc65d0880c8f" />
  <title type="html">how to configure virtual smtp, server has horde, unable to send from external client</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; I have set up a RedHat 6 server with Horde 5, it works correctly now (after much headscratching) for users using imp for their mail. &lt;br&gt; However, if using an external mail client (I have been testing with thunderbird 17.0.4) - &lt;br&gt; I can send and receive messages from horde / imp to users on external domains and also I can send mail from Thunderbird to imp users on the server but not beyond to the external domains as the server will not act as a relay
  </summary>
  </entry>
  <entry>
  <author>
  <name>Gabriele</name>
  <email>netre...@netrelay.eu</email>
  </author>
  <updated>2013-04-15T08:25:26Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/6aab1267ca3a452d</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/6aab1267ca3a452d" />
  <title type="html">Conditional replace among e-mail header fields: possible?</title>
  <summary type="html" xml:space="preserve">
  Greetings, &lt;br&gt; &lt;p&gt;I need to modify the &amp;quot;From:&amp;quot; header line in incoming e-mail messages ONLY IF &amp;quot;Message-Id:&amp;quot; starts with a defined string. &lt;br&gt; &lt;p&gt;The action pattern would be similar to the following: &lt;br&gt; &lt;p&gt;/^From: (.*)@johndoe.com/ REPLACE From: $...@ext.johndoe.com &lt;br&gt; &lt;p&gt;Can you suggest a way to accomplish this?
  </summary>
  </entry>
  <entry>
  <author>
  <email>i...@sinelabore.com</email>
  </author>
  <updated>2013-04-06T19:02:08Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/3c9e7e06c227e094</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/3c9e7e06c227e094" />
  <title type="html">Find out reason for error 550 from smtp server</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I tried multiple things but all failed. I still get the following error from the Strato smtp Server (to address modified). &lt;br&gt; &lt;p&gt;Apr 6 19:34:11 www postfix/smtp[95066]: 65FE0F0060C: to=&amp;lt;x...@gmx.de&amp;gt;, relay=smtp.strato.de[81.169.14 5.133]:25, delay=0.4, delays=0.19/0.02/0.14/0.04, dsn=5.7.0, status=bounced (host smtp.strato.de[81.169.145.133] said: 530 5.7.0 Bitte konfigurieren Sie ihr E-Mailprogramm fuer Authentifizierung am SMTP Server, wie auf &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.strato.de/email-hilfe&quot;&gt;[link]&lt;/a&gt; beschrieben. - Please configure your mail client for using SMTP Server Authentication (in reply to MAIL FROM command))
  </summary>
  </entry>
  <entry>
  <author>
  <email>czora...@gmail.com</email>
  </author>
  <updated>2013-04-03T15:57:21Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/fac378f07647892a</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/fac378f07647892a" />
  <title type="html">sender address/domain rewrite problem</title>
  <summary type="html" xml:space="preserve">
  Hi there, &lt;br&gt; &lt;p&gt;I&#39;m trying to rewrite sender address/domain from @sub.example-domain.com to @example-domain.com. &lt;br&gt; &lt;p&gt;I tried: &lt;br&gt; 1) masquerade_domains = example-domain.com &lt;br&gt; 2) sender_canonical_maps=hash:/et c/postfix/sender_canonical &lt;br&gt; (sender_canonical: @sub.example-domain.com to @example-domain.com) &lt;br&gt; &lt;p&gt;In both cases, with masquerade_domains and sender_canonical_maps, when I send a mail from u...@sub.example-domain.com, I recieve mail with:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dmitry Maksimov</name>
  <email>dmt...@gmail.com</email>
  </author>
  <updated>2013-03-27T12:35:25Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/c9fd100981e24805</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/c9fd100981e24805" />
  <title type="html">postfix/stmtpd[pid]: warning: connect to private/anvil: Permission denied</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I have a problem with postfix after updating it to 2.7.0. Some time after the start (1-2 hour) postfix smtpd process starts to throw &amp;quot;Permission denied&amp;quot; errors. &lt;br&gt; &lt;p&gt;Mar 27 12:59:04 ir postfix/smtpd[10616]: connect from unknown[unknown] &lt;br&gt; Mar 27 12:59:04 ir postfix/smtpd[10616]: warning: connect to private/anvil: Permission denied
  </summary>
  </entry>
  <entry>
  <author>
  <email>acmetrajase...@gmail.com</email>
  </author>
  <updated>2013-03-25T10:52:16Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/591afaf4a4624c7a</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/591afaf4a4624c7a" />
  <title type="html">Postfix header_check</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; &lt;p&gt;I want to forward a copy of the users email which has the specific subject. I have tried the below settings, able to Redirect that particular subject mail. But i want to forward a copy of that mail to another group id. Instead of REDIRECT is there any option to put a Cc: to the group id. &lt;br&gt; &lt;p&gt;in /etc/postfix/main.cf:
  </summary>
  </entry>
  <entry>
  <author>
  <name>the_bat</name>
  <email>bart.mo...@gmail.com</email>
  </author>
  <updated>2013-03-18T11:29:15Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/b6e281dfd1ea1d76</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/b6e281dfd1ea1d76" />
  <title type="html">postfix multiple instances on same machine using concrete IP for sending</title>
  <summary type="html" xml:space="preserve">
  VPS with mail servers - each have it&#39;s own public IP: &lt;br&gt; &lt;p&gt;mail.mydomain.com &lt;br&gt; mail.mailing1.mydomain.com &lt;br&gt; mail.mailing2.mydomain.com &lt;br&gt; mail.mailing3.mydomain.com &lt;br&gt; &lt;p&gt;Send/receive emails works fine but &lt;br&gt; &lt;p&gt;Problem: &lt;br&gt; &lt;p&gt;When I sent test email from mail.mydomain.com to my gmail account I saw the strange header there
  </summary>
  </entry>
  <entry>
  <author>
  <email>jcha...@gmail.com</email>
  </author>
  <updated>2013-03-11T15:28:53Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/d8b368d7e8e43972</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/d8b368d7e8e43972" />
  <title type="html">help with rbls in maillog</title>
  <summary type="html" xml:space="preserve">
  Hello I have 2 rbls on my main.cf &lt;br&gt; &lt;p&gt;I have &lt;br&gt; &lt;p&gt;reject_rbl_client xbl.spamhaus.org, reject_rbl_client bl.spamcop.net &lt;br&gt; &lt;p&gt;in &lt;br&gt; &lt;p&gt;smtpd_client_restrictions &lt;br&gt; &lt;p&gt;and &lt;br&gt; &lt;p&gt;smtpd_recipient_restrictions &lt;br&gt; &lt;p&gt;for some reason my log does not show when they are being used. &lt;br&gt; &lt;p&gt;I only see error 421 &lt;br&gt; &lt;p&gt; postfix/smtpd[23976]: NOQUEUE: reject: RCPT from unknown[177.x.x.x]: 421 4.7.1 Service not available, closing transmission channel; from=&amp;lt;YxYFDmf...@xx.xx&amp;gt; to=&amp;lt;pe...@xx.org&amp;gt; proto=ESMTP helo=&amp;lt;177.x.x.x&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <email>hjwbgv2wcgg...@yahoo.com</email>
  </author>
  <updated>2013-03-08T03:40:48Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/4b1a7f199ce03aab</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/4b1a7f199ce03aab" />
  <title type="html">big girl ass sexy fuck porn sexy large naked boobs naked sex tits fuck</title>
  <summary type="html" xml:space="preserve">
  Visit: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://free-newest-dating.info/index3533.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://free-newest-dating.info/index3534.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://free-newest-dating.info/index3535.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://free-newest-dating.info/index3536.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://free-newest-dating.info/index3537.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://free-newest-dating.info/index3538.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://free-newest-dating.info/index3539.html&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rishi Gangoly</name>
  <email>rishigang...@gmail.com</email>
  </author>
  <updated>2013-03-07T13:51:20Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/d0ff44d1aa6ee92c</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/d0ff44d1aa6ee92c" />
  <title type="html">warning: network_biopair_interop: error writing 37 bytes to the network: Broken pipe</title>
  <summary type="html" xml:space="preserve">
  Hello &lt;br&gt; &lt;p&gt;I&#39;ve been receiving lots of errors in mail.log &lt;br&gt; &lt;p&gt;Mar 7 11:49:47 mail postfix/smtpd[92520]: warning: network_biopair_interop: error writing 37 bytes to the network: Broken pipe &lt;br&gt; Mar 7 11:50:13 mail postfix/smtpd[92555]: warning: network_biopair_interop: error writing 27 bytes to the network: Broken pipe
  </summary>
  </entry>
  <entry>
  <author>
  <name>the_bat</name>
  <email>bart.mo...@gmail.com</email>
  </author>
  <updated>2013-03-04T15:20:52Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/c4ece5eff73bbb72</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/c4ece5eff73bbb72" />
  <title type="html">how to block annoying spammer</title>
  <summary type="html" xml:space="preserve">
  I have postfix / amavis / dovecot / vmails via postgresdb stack for office website &lt;br&gt; &lt;p&gt;Sending/receiving emails works fine but &lt;br&gt; &lt;p&gt;The problem: (domainname changed) &lt;br&gt; &lt;p&gt;all the emails in the domain are affected by spam with modified header &lt;br&gt; &lt;p&gt;I put the example header from the message delivered to jo...@abc.com.pl which is an alias of real mailbox jo...@abc.pl
  </summary>
  </entry>
  <entry>
  <author>
  <email>ja...@mailarchiva.com</email>
  </author>
  <updated>2013-02-25T13:48:50Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/8b8576c3d0ead41f</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/8b8576c3d0ead41f" />
  <title type="html">possible localhost dns spoof attack</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; &lt;p&gt;Earlier today I noticed a spammer using my Postfix server as a relay to send out spam. This was puzzling because i had all requisite anti relay host settings applied. Further, it was particularly alarming that Postfix seems to be receiving the spam messages from localhost as indicated: &lt;br&gt; &lt;p&gt;connect from localhost.localdomain[127.0.0. 1]
  </summary>
  </entry>
  <entry>
  <author>
  <email>calvin.f...@gmail.com</email>
  </author>
  <updated>2013-02-25T06:20:39Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/225570e5fd534045</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/225570e5fd534045" />
  <title type="html">sender ip + sender address</title>
  <summary type="html" xml:space="preserve">
  Dear All, &lt;br&gt; &lt;p&gt;Is there any way to check both sender ip + sender address in postfix without using SASL Auth? &lt;br&gt; &lt;p&gt;I would like to allow only from known IP + sender address for mail relay, e.g. &lt;br&gt; use...@test01.com + 192.168.1.1 OK &lt;br&gt; use...@test02.com + 192.168.2.2 OK &lt;br&gt; &lt;p&gt;My current config is &lt;br&gt; mynetworks = /etc/postfix/allowRelay
  </summary>
  </entry>
  <entry>
  <author>
  <name>HỒ MINH ĐẠT</name>
  <email>hominhdat2...@gmail.com</email>
  </author>
  <updated>2013-02-23T05:48:52Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/fdd1f1b398792d8e</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/fdd1f1b398792d8e" />
  <title type="html">postfix don&#39;t show real sender ip</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; I have postfix use multi instance. &lt;br&gt; one instance listen on one interface. &lt;br&gt; &lt;p&gt;When there is a connection from sender to postfix, I found that postfix log show only the IP of interface that get connection. It&#39;s not the real IP of sender. &lt;br&gt; &lt;p&gt;What&#39;s wrong?
  </summary>
  </entry>
  <entry>
  <author>
  <name>crush</name>
  <email>a...@fastrobot.com</email>
  </author>
  <updated>2013-02-13T06:26:09Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/538ad952dbd52c7d</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/538ad952dbd52c7d" />
  <title type="html">virtual-regex problem</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I am having an issue with setting up virtual-regex email redirection. It appears that my wild card redirection is overriding an entry with less specific criteria. &lt;br&gt; &lt;p&gt;Here is what I have in my /etc/postfix/virtual-regex &lt;br&gt; &lt;p&gt;/somename...@somedomain.com/ somen...@gmail.com &lt;br&gt; /.*@.*/ somelocaluser
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sylvain</name>
  <email>sylvain.postmas...@gmail.com</email>
  </author>
  <updated>2013-02-12T12:53:15Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/813394ead14d2e52</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/813394ead14d2e52" />
  <title type="html">smtp timeout ramdomly with postfix and sasl</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;For my proxy server, I use Postfix (submission) with SASL for ldap authentication. &lt;br&gt; &lt;p&gt;Randomly, I can’t send messages: timeout from the client (thunderbird) &lt;br&gt; &lt;p&gt;This is my configuration: &lt;br&gt; &lt;p&gt;Red Hat enterprise linux 5.4 64bits &lt;br&gt; &lt;p&gt;Postfix 2.9.1 &lt;br&gt; &lt;p&gt;Cyrus sasl 2.1.22 &lt;br&gt; &lt;p&gt;I think that the problem is SASL, but I’m not sure.
  </summary>
  </entry>
  <entry>
  <author>
  <email>henri.me...@gmail.com</email>
  </author>
  <updated>2013-02-10T14:59:46Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/17ecfd9eeaa2f062</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/17ecfd9eeaa2f062" />
  <title type="html">Reject messages sent from a given sender to a given recipient domain</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I know it is possible to deny a given sender or a given recipient. &lt;br&gt; But how to create a rule that checks both? &lt;br&gt; &lt;p&gt;I want to temporarily reject messages sent from apache/php (www-d...@mydomain.ltd) to a given domain (externaldomain.ltd) &lt;br&gt; &lt;p&gt;Should I define some sender dependent transport mapping?
  </summary>
  </entry>
  <entry>
  <author>
  <name>larzeni</name>
  <email>l.arz...@gmail.com</email>
  </author>
  <updated>2013-02-06T12:55:39Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/82aa425950deef12</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/82aa425950deef12" />
  <title type="html">Unable to set postfix as smarthost with plain authentication on port 25 (no tls/ssl): error 550 5.1.0 xxxxx authentication failed</title>
  <summary type="html" xml:space="preserve">
  Hi there, &lt;br&gt; I&#39;m using Debian GNU Linux &amp;quot;squeeze&amp;quot;, &lt;br&gt; postfix 2.7.1-1+squeeze1 &lt;br&gt; &lt;p&gt;I&#39;m in need of using a smarthost to relay all of my mail. &lt;br&gt; &lt;p&gt;I&#39;m unable to use an italia provider (aruba) as smarthos for my server. &lt;br&gt; I obtain the (in)famous &amp;quot;550 5.1.0 XXXXX authentication failed&amp;quot; &lt;br&gt; &lt;p&gt;relevant part of logs:
  </summary>
  </entry>
  <entry>
  <author>
  <email>gadanas.ga...@gmail.com</email>
  </author>
  <updated>2013-02-05T12:55:41Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/521f134b285368b4</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/521f134b285368b4" />
  <title type="html">alias and mailing lists</title>
  <summary type="html" xml:space="preserve">
  hello everyone, &lt;br&gt; i&#39;ve setup postfix + mysql + virtual domains and evertything is working fine. Now i&#39;m wondering how to create and administer some mailing list i need to contact my customers. &lt;br&gt; i googled alot o f time, but didn&#39;t find what i&#39;m looking for, i think i can do it simply creating virtual aliases that point to a bunch of real addresses internal or external to my server :
  </summary>
  </entry>
  <entry>
  <author>
  <email>arnaldoraf...@gmail.com</email>
  </author>
  <updated>2013-02-03T04:41:49Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/69879076832e47a2</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/69879076832e47a2" />
  <title type="html">Error user send email from outlook using postfix</title>
  <summary type="html" xml:space="preserve">
  Hi guys thanks for time and help &lt;br&gt; i have a smpt/pop3 using postfix and dovecot &lt;br&gt; &lt;p&gt;when user try to send email from outlook client in the server i get: &lt;br&gt; warning: hostname does not resolve to adress name o service not know &lt;br&gt; &lt;p&gt;but my server can receive email from others domain without problems. &lt;br&gt; &lt;p&gt;what i have to check on my postfix configuration?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Paul Benetis</name>
  <email>lut...@gmail.com</email>
  </author>
  <updated>2013-01-31T19:06:40Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/5a737f5ecbc2ff95</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/5a737f5ecbc2ff95" />
  <title type="html">split domain with postfix</title>
  <summary type="html" xml:space="preserve">
  I am trying to achieve with postfix what is described in this zimbra documentation: &lt;br&gt; &lt;p&gt;If delivering to a single secondary mail system, configure a catchall on the domain to deliver mail to a secondary mail transport if users for the same domain reside on the second system. &lt;br&gt; zmpov cd example.com &lt;br&gt; zmprov md example.com zimbraMailCatchAllAddress @example.com zimbraMailCatchAllForwardingAd dress @example.com zimbraMailTransport smtp:mail.example.com:25
  </summary>
  </entry>
  <entry>
  <author>
  <name>Curtis Vaughan</name>
  <email>cavaug...@gmail.com</email>
  </author>
  <updated>2013-01-30T19:45:33Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/7699203c69e6ea43</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/7699203c69e6ea43" />
  <title type="html">maildir delivery failed</title>
  <summary type="html" xml:space="preserve">
  Been using the same Postfix server for years now, but today, when I created a new user and sent a test letter to that user, I got the following error: &lt;br&gt; &lt;p&gt; The mail system &lt;br&gt; &lt;p&gt;&amp;lt;postfix@******.com&amp;gt; (expanded from &amp;lt;security@*****.com&amp;gt;): maildir delivery &lt;br&gt; failed: create maildir file
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pradip Barua</name>
  <email>pradipbarua.eparad...@gmail.com</email>
  </author>
  <updated>2013-01-25T09:03:40Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/04309bc21d3a6bef</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/04309bc21d3a6bef" />
  <title type="html">VERP configure on postfix</title>
  <summary type="html" xml:space="preserve">
  We have a outgoing postfix mail server. No inbox is there for any user. How do I configure VERP in postfix-2.9.4 mail server. I have read &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.postfix.org/VERP_README.html&quot;&gt;[link]&lt;/a&gt; but I am not able to understand what is the meaning of that is what to write in it
  </summary>
  </entry>
  <entry>
  <author>
  <name>Saqib Ali</name>
  <email>saqib.ali...@gmail.com</email>
  </author>
  <updated>2013-01-13T21:45:45Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/083f7e27916d5631</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/083f7e27916d5631" />
  <title type="html">Postfix Error: mail loops back to myself</title>
  <summary type="html" xml:space="preserve">
  I have installed, configured and run the postfix mail server. &lt;br&gt; &lt;p&gt;Here is my main.cf file: &lt;br&gt; &lt;p&gt;myhostname = myhost.mydomain.com &lt;br&gt; mydomain = mydomain.com &lt;br&gt; myorigin = $mydomain &lt;br&gt; inet_interfaces = all &lt;br&gt; mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, mail.$mydomain &lt;br&gt; mynetworks = 192.168.0.0/24, 127.0.0.0/8
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jaap van Wingerde</name>
  <email>jvw1...@gmail.com</email>
  </author>
  <updated>2013-01-13T12:34:24Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/5a78e3d3c84f2a50</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/5a78e3d3c84f2a50" />
  <title type="html">postfix rejecting mail: 555 5.5.4 Unsupported option: AUTH=&lt;&gt;</title>
  <summary type="html" xml:space="preserve">
  /var/log/old/mail.log-20121219 .gz: &lt;br&gt; Dec 18 20:12:33 gaugino postfix/smtpd[1954]: Anonymous TLS connection &lt;br&gt; established from ch1gmehub08.msn.com[207.46.200 .12]: TLSv1 with cipher &lt;br&gt; AES128-SHA (128/128 bits) &lt;br&gt; Dec 18 20:12:34 gaugino policyd-spf[1956]: &lt;br&gt; spfcheck: pyspf result: &amp;quot;[&#39;None&#39;, &#39;&#39;, &#39;helo&#39;]&amp;quot; &lt;br&gt; Dec 18 20:12:34 gaugino policyd-spf[1956]: None; identity=helo;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Saqib Ali</name>
  <email>saqib.ali...@gmail.com</email>
  </author>
  <updated>2013-01-12T09:19:11Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/df585192b935ab2c</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/df585192b935ab2c" />
  <title type="html">Why won&#39;t local messages be sent using postfix?</title>
  <summary type="html" xml:space="preserve">
  I am following this tutorial that shows how to install, configure and test postfix email: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wiki.centos.org/HowTos/postfix&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I did everything he tells me to do. But when I try to send a local mail from myUser to myUser using mutt, it doesn&#39;t work. Mutt thinks it&#39;s sent. But it doesn&#39;t show up.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rodrigo Jorge</name>
  <email>rlljo...@gmail.com</email>
  </author>
  <updated>2013-01-10T02:47:00Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/92b43cf6f62bd99f</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/92b43cf6f62bd99f" />
  <title type="html">Alias Falied</title>
  <summary type="html" xml:space="preserve">
  Hello there! &lt;br&gt; &lt;p&gt;I have a problem here that can not find the reason. &lt;br&gt; I have a group (alias) created and only one source address of the same domain can not send to this address &lt;br&gt; &lt;p&gt;Jan 9 16:33:35 correio221 postfix / smtpd [13219]: 9AA8A166F58: client = unknown [177.X.XXX.XXX] sasl_method = LOGIN, sasl_username = luis.mario_at_xxxxx.xxx.xx
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alejandro Aguilar Sierra</name>
  <email>algsie...@gmail.com</email>
  </author>
  <updated>2013-01-07T18:50:55Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/d9f9273ce74b8a04</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/d9f9273ce74b8a04" />
  <title type="html">New instalation un a Debian GNU/Linux server. Some problems, please help!</title>
  <summary type="html" xml:space="preserve">
  Hello: &lt;br&gt; &lt;p&gt;For the last 13 years I was using qmail in my commercial server, but it has not been updated for many years and months ago I got a DOS attack over it. For a new server I decided to try postfix. &lt;br&gt; &lt;p&gt;I need virtual users, virtual hosts, pop/imap (dovecot), and antivirus and antispam (with qm I use clamav and SA), all in a just installed stable Debian GNU/Linux server.
  </summary>
  </entry>
  <entry>
  <author>
  <email>luke.vanderfl...@e3learning.com.au</email>
  </author>
  <updated>2013-01-06T21:50:58Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/2d8033035ce1a5dc</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/2d8033035ce1a5dc" />
  <title type="html">send mail from domain1.com to specific email address</title>
  <summary type="html" xml:space="preserve">
  Hi. &lt;br&gt; &lt;p&gt;I have a mail server set up to receive and relay mail from specific domains as specified in main.cf &amp;quot;mynetworks&amp;quot; directive... &lt;br&gt; &lt;p&gt;Now I have a new server (newserver.foo.com) that is sending mail to that mail server (SMTP) ... and the mail server is refusing to relay that mail... which makes sense...
  </summary>
  </entry>
  <entry>
  <author>
  <email>kloetpa...@gmail.com</email>
  </author>
  <updated>2013-01-03T20:00:07Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/69f75a7ac2e18000</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/69f75a7ac2e18000" />
  <title type="html">client (Outlook 2007) can&#39;t send mails</title>
  <summary type="html" xml:space="preserve">
  Hi! &lt;br&gt; &lt;p&gt;I got the following strange behaviour. I have one client who is using Outlook 2007. And he can&#39;t send mails. Sometimes it works, but most of the time it doesn&#39;t. Especially when the mails have attachments it doesn&#39;t work at all. &lt;br&gt; &lt;p&gt;From the view of outlook it looks like outlook doesn&#39;t do anything. Not even an error is shown. I think outlook even thinks the mail has been sent, but it will stay in the outbox and it wasn&#39;t sent.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pradip Barua</name>
  <email>pradipbarua.eparad...@gmail.com</email>
  </author>
  <updated>2013-01-01T07:26:16Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/b0e173198aaf2878</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/b0e173198aaf2878" />
  <title type="html">How to add List-Unsubscribe in postfix mail server</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; We have been using postfix-2.9.4 with dkim-milter and SPF in centos 6.3. I want to add List-Unsubscribe: &amp;lt;mailto:usern...@domain.com?su bject=unsubscribe&amp;gt; header for every outgoing mail from my mail server. Is there any script or process to add this List-Unsubscribe header in our postfix mail server. The mails can be send from any MUA.
  </summary>
  </entry>
  <entry>
  <author>
  <name>I. Vazquez</name>
  <email>ivazq...@desdelaconsola.es</email>
  </author>
  <updated>2012-12-20T12:16:44Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/3f630447bc5e6d94</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/3f630447bc5e6d94" />
  <title type="html">Most users local, some users same domain, rerouted via transport</title>
  <summary type="html" xml:space="preserve">
  I have a mailhost with most of the domain users delivered locally and some users (same domain) residing in other machines. &lt;br&gt; The relevant configuration: &lt;br&gt; mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain &lt;br&gt; local_recipient_maps = proxy:unix:passwd.byname, $alias_maps, ldap:/etc/postfix/ldap-users.c f
  </summary>
  </entry>
  <entry>
  <author>
  <email>d.agostino.vic...@gmail.com</email>
  </author>
  <updated>2012-12-17T09:29:11Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/0ce77e488291f8c0</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/0ce77e488291f8c0" />
  <title type="html">destination_concurrency_limit to relayhost only</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Our postfix server serves several internal domains and relays outgoing traffic through our ISP SMTP relay server. This external SMTP server is limited to 3 destination domains at the same time. &lt;br&gt; &lt;p&gt;I am wondering if it is possible to set a destination_concurrency_limit of 3 to the relayhost SMTP server *only* and use the default limit for others SMTP servers.
  </summary>
  </entry>
  <entry>
  <author>
  <name>DGoranson</name>
  <email>dgoran...@gmail.com</email>
  </author>
  <updated>2012-12-13T17:19:06Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/57ed75c1deb7956d</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/57ed75c1deb7956d" />
  <title type="html">Postfix RSET when relaying mail</title>
  <summary type="html" xml:space="preserve">
  I&#39;m having a strange issue and I thought I&#39;d post it here in case anyone else may be seeing the same thing. I&#39;m running postfix 2.6.6 on Centos 6.0. I&#39;ve set postfix up as a relay box inside the network and NAT&#39;d the address so that incoming mail hits the linux system. This then relays to an M$ Exchange 2010.
  </summary>
  </entry>
  <entry>
  <author>
  <name>gm</name>
  <email>goncalodinismarquesmob...@gmail.com</email>
  </author>
  <updated>2012-11-29T22:45:55Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/76221d41d8985620</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/76221d41d8985620" />
  <title type="html">Postfix - Multiple IP addresses binding</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I am the administrator of a Postfix setup for more than 2 years with multiple domains, multiple IP addresses and SSL configured and up and running. Everything was configured by myself and I have no restrictions on the mail server machine so basically I can do whatever you suggest. &lt;br&gt; &lt;p&gt;Today I received a new requirement and I&#39;m not being able to configure it, even after reading lots of resources around the web. Email messages for each separate domain must be sent FROM their respective IP address.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rodrigo Moglia</name>
  <email>rmog...@gmail.com</email>
  </author>
  <updated>2012-11-29T13:05:32Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/7a3c2bb87db7c1e8</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/7a3c2bb87db7c1e8" />
  <title type="html">Header checks filters don´t working with encoded headers on utf-8</title>
  <summary type="html" xml:space="preserve">
  I´m trying use header checks to slow down a common spammers subjects. &lt;br&gt; Anyway, now spammers discovery a new technics to bypass the filters. &lt;br&gt; &lt;p&gt;When the subject on header comes with text plain &lt;br&gt; decoded the header ckecks works good. On another &lt;br&gt; side if then comes encoded is unredable and don´t &lt;br&gt; reconize regexp then i use it.
  </summary>
  </entry>
  <entry>
  <author>
  <name>jnalepa</name>
  <email>jimnal...@yahoo.com</email>
  </author>
  <updated>2012-11-26T21:07:18Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/c833ba066d18d62c</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/c833ba066d18d62c" />
  <title type="html">forwarding to internal server</title>
  <summary type="html" xml:space="preserve">
  We have two mail locations that we would like to route mail based on an ldap attribute. &lt;br&gt; &lt;p&gt;The LDAP attribute that is being queried is the internal email address of the user: &lt;br&gt; us...@server1.example.com &lt;br&gt; us...@server2.example.com &lt;br&gt; &lt;p&gt;Is it possible to rewrite the users email address to the internal address and use MX of the rewritten address to direct the mail? If so what postfix function should be used?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ed Flecko</name>
  <email>edfle...@gmail.com</email>
  </author>
  <updated>2012-11-08T20:04:31Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/276d9761c1492671</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/276d9761c1492671" />
  <title type="html">Install Postfix and DCC 1.3.143 on FreeBSD?</title>
  <summary type="html" xml:space="preserve">
  Hi folks, &lt;br&gt; I have a clean FreeBSD 9 install and I&#39;m planning on installing Postfix from the port collection. &lt;br&gt; &lt;p&gt;When I install Postix, it gives me the option to install &amp;quot;DCC support&amp;quot; as well as other DCC options. &lt;br&gt; &lt;p&gt;The &amp;quot;included&amp;quot; version of DCC is not current, so I&#39;m wondering - &lt;br&gt; &lt;p&gt;1.) Should I just install Postfix and choose no options relative to DCC?
  </summary>
  </entry>
  <entry>
  <author>
  <name>countrydj</name>
  <email>j...@ukzone.com</email>
  </author>
  <updated>2012-11-03T18:23:52Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/4e290dc2468dc711</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/4e290dc2468dc711" />
  <title type="html">I want to setup SMTP Postfix to send mail externally</title>
  <summary type="html" xml:space="preserve">
  Hi Guys... &lt;br&gt; My system is Centos 6.1, new build. &lt;br&gt; I have setup Poatfix and can receive mail for users with no problem &lt;br&gt; I want to setup Webmail, probably SquirrelMail. &lt;br&gt; When viewing emails and want to reply, the server will not send it. &lt;br&gt; If I switch to Sendmail, I have no problem. &lt;br&gt; &lt;p&gt;Any advice ???
  </summary>
  </entry>
  <entry>
  <author>
  <email>bzipiti...@gmail.com</email>
  </author>
  <updated>2012-11-02T19:21:22Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/e15b7068fe308665</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/e15b7068fe308665" />
  <title type="html">null or MISSING-HOST-NAME in From field</title>
  <summary type="html" xml:space="preserve">
  I have set up a postfix mail server behind a NAT. Am using a static 192.168 IP address, and have port 25 forwarded to that server. Also am using outgoing.verizon.net as a relay host, (And dovecot to provide IMAP service, but it&#39;s not running while I test this.) I am able to receive and send mail. The problem is, in sent mails, the sender has no host name. If I send a message from user1 to a Yahoo account, the mail is received, but the From field has &amp;quot;user1@.MISSING-HOST-NAME.&amp;quot;. If I send a message to a local user (user2), the mail is received, but the From field has &amp;quot;user1@&amp;quot;. I don&#39;t see what is wrong in the configuration.
  </summary>
  </entry>
  <entry>
  <author>
  <email>gianni.pape...@gmail.com</email>
  </author>
  <updated>2012-10-29T15:24:42Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/34409a9af33160d6</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/34409a9af33160d6" />
  <title type="html">mail from google groups</title>
  <summary type="html" xml:space="preserve">
  Hi all; &lt;br&gt; i manage a postfix MTA for my company, and when we recive mail from a google group i always see this sendere in postfix logs: &lt;br&gt; &lt;p&gt;from=&amp;lt;tf+bncCK-qtq6JFxCo1Nr_BB oES2fpCA@sender_domain.com&amp;gt; to=&amp;lt;u...@mydomain.com&amp;gt; &lt;br&gt; &lt;p&gt;Can anyone explain me what the hell tf+bncCK-qtq6JFxCo1Nr_BBoES2fp CA is? &lt;br&gt; &lt;p&gt;Users see tf+bncCK-qtq6JFxCo1Nr_BBoES2fp CA as mail sender in their client; is it normal?
  </summary>
  </entry>
  <entry>
  <author>
  <email>an...@webkr.de</email>
  </author>
  <updated>2012-10-12T21:15:02Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/d00dabefc17b2300</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/d00dabefc17b2300" />
  <title type="html">message_size_limit ignored</title>
  <summary type="html" xml:space="preserve">
  Hi list, &lt;br&gt; &lt;p&gt;should the message_size_limit (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.postfix.org/postconf.5.html#message_size_limit&quot;&gt;[link]&lt;/a&gt;) directive be applied unconditionally or are there exceptions? &lt;br&gt; &lt;p&gt;My Postfix server accepts huuuge mails despite having message_size_limit set: &lt;br&gt; &lt;p&gt;message_size_limit = 26214400 &lt;br&gt; &lt;p&gt;From the log: &lt;br&gt; &lt;p&gt;03:38:31 mail1 postfix/smtpd[9202]: connect from redacted
  </summary>
  </entry>
  <entry>
  <author>
  <email>jeremy.schillin...@gmail.com</email>
  </author>
  <updated>2012-09-26T19:53:48Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/67c2fa5282edad09</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/67c2fa5282edad09" />
  <title type="html">Exemption for wildcard &quot;catchall&quot;</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;we have a postifx/dovecot configuration as the mail server in our QA environment. since we used obuscated versions of live data in QA we have the postfix server in QA setup up as a catchall for all domains. &lt;br&gt; &lt;p&gt;We have a new project that involves mobile messing through email, so the QA analysts actually need to receive the messages on the phone.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Keith</name>
  <email>a294...@gmail.com</email>
  </author>
  <updated>2012-09-16T12:05:47Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/402a851b18f53c54</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/402a851b18f53c54" />
  <title type="html">Details web base mail log analysis</title>
  <summary type="html" xml:space="preserve">
  Dear All, &lt;br&gt; &lt;p&gt;Anyone know which web-base mail log analysis can provide comprehensive mail report feature similar to mailwatch, such as mail trace report by sender / recipient , date and time or subject, because mailwatch required to integrate with mailscanner, we don&#39;t want to use mailscanner anymore, and postfix official site not recommend to use mailscanner for mail filter, we will try amavis instead of mailscanner.
  </summary>
  </entry>
  <entry>
  <author>
  <email>kloetpa...@gmail.com</email>
  </author>
  <updated>2012-09-13T14:10:10Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/c502c18a7dbec556</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/c502c18a7dbec556" />
  <title type="html">Problem with virtual_alias_maps matching for virtual_mailbox_domains only</title>
  <summary type="html" xml:space="preserve">
  Hi, I have let&#39;s say 3 virtual domains: &lt;br&gt; - virtual.org &lt;br&gt; - example.com &lt;br&gt; - testing.net &lt;br&gt; &lt;p&gt;What I want is that all mails sent to i.e. webmas...@virtual.org, webmas...@example.com, webmas...@testing.net go to mys...@testing.net. &lt;br&gt; &lt;p&gt;I want the alias to match only the virtual domains. &lt;br&gt; With this configuration the regular expression matches all domains, not only the 3 virtual ones. So let&#39;s say I send a mail to webmas...@humpadoo.com it is redirected to mys...@testing.net.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kazz Saito</name>
  <email>aspect...@gmail.com</email>
  </author>
  <updated>2012-09-01T23:34:27Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/f3be0527d0b63b6f</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/f3be0527d0b63b6f" />
  <title type="html">Install postfix on QEMU</title>
  <summary type="html" xml:space="preserve">
  I installed postfix. &lt;br&gt; But It stop on error. &lt;br&gt; &lt;p&gt;I use Ubuntu12.04 as host machine. &lt;br&gt; Target machine is arm cortex-A8. &lt;br&gt; I use emulation of arm by qemu-arm-static. &lt;br&gt; &lt;p&gt;In postfix_2.9.3-2~12.04.2_armel. deb &lt;br&gt; newaliases -&amp;gt; ../sbin/sendmail &lt;br&gt; I think that is a error of getifaddrs using in sendmail. &lt;br&gt; &lt;p&gt;Results of ifconfig is normal.
  </summary>
  </entry>
  <entry>
  <author>
  <name>openfeel</name>
  <email>openfeelpte...@gmail.com</email>
  </author>
  <updated>2012-08-29T02:26:01Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/081874ad4f3df648</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/081874ad4f3df648" />
  <title type="html">postfix smtp Intermittent error sending via Thunderbird</title>
  <summary type="html" xml:space="preserve">
  I have no problem receiving email via mobile broadband. But there is intermittent error when sending email. Sometimes the mail can be send. Is it because imap have automatic retry. While SMTP does not? &lt;br&gt; &lt;p&gt;The sending problem does not exist for ADSL. Is there any way to tune postfix to reduce the error.
  </summary>
  </entry>
  <entry>
  <author>
  <email>isaac.guen...@primefocusworld.com</email>
  </author>
  <updated>2012-08-29T01:08:32Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/03e78cf1b14e1de7</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/03e78cf1b14e1de7" />
  <title type="html">Configure postfix to relay mail recieved from specific IP addressess</title>
  <summary type="html" xml:space="preserve">
  I would like to configure my postfix server to relay any mail received from a specific IP address directly to a different mail server. Content is irrelevant - if the email was forwarded to us from this address, it gets sent on to a different server, even if there is a local mailbox which can accept the email.
  </summary>
  </entry>
  <entry>
  <author>
  <email>kbr...@gmail.com</email>
  </author>
  <updated>2012-08-28T14:21:22Z</updated>
  <id>http://groups.google.com/group/list.postfix.users/browse_thread/thread/7a2cfae0a596bf71</id>
  <link href="http://groups.google.com/group/list.postfix.users/browse_thread/thread/7a2cfae0a596bf71" />
  <title type="html">Route incoming @server.example.com to joe@example.com</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve been beating my head on this one. I&#39;ve got group who has a windows test box and they want all email from that box to go to one email address. &lt;br&gt; &lt;p&gt;What I&#39;d like to do is something like: &lt;br&gt; /^From: ....@server1.example.com/ j...@example.com &lt;br&gt; &lt;p&gt;So email from server1.example.com is sent to mail.example.com (linux postix box). There all email from server1 is routed to a single email address, j...@example.com.
  </summary>
  </entry>
</feed>
