Community Discussions and Support
Automatic reply from address problem for outside - v 4.01B

I change the pop3 client config for our users :

Now in local account field I enter the external email address (user1@company.com)

 Everything seems to be OK

<p>I change the pop3 client config for our users :</p><p>Now in local account field I enter the external email address (user1@company.com)</p><p> Everything seems to be OK </p>

We are using Mercury mail c 4.01B as mail server.

The mails from the outside are popped from our ISP mail server.

 The local domain name is company.priv

The domain name  from the Internet is company.com

We create one local account by user , mine is v-luce with local email address v-luce@company.priv

Then we create one alias per user, v-luce@company.com, and we configure mercury pop3 client  to pop mail on ISP mail server.

When I create and automatic reply by adding a  areply.cfg file in mail box directory I have problem with email sent from the outside.

When an email is sent from the outside the from address in the automatic response is v-luce without any domain name, it should be v-luce@company.com.

I tried to configured synonym.mer file but it does not seem to work...

synonym.txt content (converted to synonym.mer with fsynonym.exe) :

v-luce@company.com == v-luce

I hope it's clear, ...

<p>We are using Mercury mail c 4.01B as mail server. </p><p>The mails from the outside are popped from our ISP mail server. </p><p> The local domain name is company.priv</p><p>The domain name  from the Internet is company.com</p><p>We create one local account by user , mine is v-luce with local email address v-luce@company.priv</p><p>Then we create one alias per user, v-luce@company.com, and we configure mercury pop3 client  to pop mail on ISP mail server.</p><p>When I create and automatic reply by adding a  areply.cfg file in mail box directory I have problem with email sent from the outside.</p><p>When an email is sent from the outside the from address in the automatic response is v-luce without any domain name, it should be v-luce@company.com.</p><p>I tried to configured synonym.mer file but it does not seem to work...</p><p>synonym.txt content (converted to synonym.mer with fsynonym.exe) :</p><p>v-luce@company.com == v-luce </p><p>I hope it's clear, ... </p>

Is the To: header within the mail correct? or is it re-written?

Otherwise, try to add among the domains section your company.com

Areply routine (I believe) is formed by using the To: header if it matches your config as the From: when forming the areply.

<P>Is the To: header within the mail correct? or is it re-written?</P> <P>Otherwise, try to add among the domains section your company.com</P> <P>Areply routine (I believe) is formed by using the To: header if it matches your config as the From: when forming the areply.</P>

I have a problem into the from field in the automatic response mail.
 
See below the header of the automatic response. I sent an email from test@free.fr to v-luce@company.com
In the header of the automatic response the FROM field contain  v-luce. It should be v-luce@company.com
Return-Path: <>
Delivered-To: online.fr-test@free.fr
Received: (qmail 13745 invoked from network); 31 Jul 2008 08:27:12 -0000
Received: from 90.80.3.9 (HELO company.priv) (90.80.3.9)
by mrelay3-g25.free.fr with SMTP; 31 Jul 2008 08:27:12 -0000
Received: from Spooler by company.priv (Mercury/32 v4.01b) ID MO000010;
31 Jul 2008 10:27:12 +0200
Received: from spooler by company.priv (Mercury/32 v4.01b); 31 Jul 2008 10:27:03 +0200
X-Autoreply-From: v-luce
Precedence: Bulk
To: test@free.fr
From: v-luce
Date: Thu, 31 Jul 2008 10:26:32 +0200
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----=neXtPaRt_1217492832"
Subject: Absence
Message-ID: <B9D8A8922D7A@company.priv>

&lt;pre&gt;I have a problem into the from field in the automatic response mail.&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;See below the header of the automatic response. I sent an email from test@free.fr to v-luce@company.com &lt;/pre&gt;&lt;pre&gt;In the header of the automatic response the FROM field contain v-luce. It should be v-luce@company.com &lt;/pre&gt;&lt;pre&gt;Return-Path: &amp;lt;&amp;gt; Delivered-To: online.fr-test@free.fr Received: (qmail 13745 invoked from network); 31 Jul 2008 08:27:12 -0000 Received: from 90.80.3.9 (HELO company.priv) (90.80.3.9) by mrelay3-g25.free.fr with SMTP; 31 Jul 2008 08:27:12 -0000 Received: from Spooler by company.priv (Mercury/32 v4.01b) ID MO000010; 31 Jul 2008 10:27:12 +0200 Received: from spooler by company.priv (Mercury/32 v4.01b); 31 Jul 2008 10:27:03 +0200 X-Autoreply-From: v-luce Precedence: Bulk To: test@free.fr From: v-luce Date: Thu, 31 Jul 2008 10:26:32 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=&quot;----=neXtPaRt_1217492832&quot; Subject: Absence Message-ID: &amp;lt;B9D8A8922D7A@company.priv&amp;gt; &lt;/pre&gt;

> When I create and automatic reply by adding a  areply.cfg file in mail
> box directory everything I have problem with email sent from the
> outside.
>
> When an email is sent from the outside the from address  is v-luce
> without any domain name, it should be v-luce@company.com.

How are you delivering the mail via POP3?  If you are using a simple local username then the X-Envelope-To: address will be the local username instead of a full SMTP email address.  Since this address is used in the forwarding as the MAIL FROM: address it will fail.

You need to leave the local username blank and then alias v-luce@company.com to a full SMTP address v-luce@company.priv for this to work.  In any case, check the headers on a received message.  If the X-Envelope-To: does not have a full SMTP address then you have not yet got it right.  ;-)

&amp;gt; When I create and automatic reply by adding a&amp;nbsp; areply.cfg file in mail &amp;gt; box directory everything I have problem with email sent from the &amp;gt; outside. &amp;gt; &amp;gt; When an email is sent from the outside the from address&amp;nbsp; is v-luce &amp;gt; without any domain name, it should be v-luce@company.com. How are you delivering the mail via POP3?&amp;nbsp; If you are using a simple local username then the X-Envelope-To: address will be the local username instead of a full SMTP email address.&amp;nbsp; Since this address is used in the forwarding as the MAIL FROM: address it will fail. You need to leave the local username blank and then alias v-luce@company.com to a full SMTP address v-luce@company.priv for this to work.&amp;nbsp; In any case, check the headers on a received message.&amp;nbsp; If the X-Envelope-To: does not have a full SMTP address then you have not yet got it right.&amp;nbsp; ;-)

Thanks a lot, that solved  my problem.

 For each pop3 client config I used to enter the local user and default user. If I leave these two fields empty then Mercury mail use the alias to find the correct mail box to deliver the mail. Then, the automatic response use the destination address to fullfill the From field.

 Thanks again,

 Vincent

 

&lt;p&gt;Thanks a lot, that solved&amp;nbsp; my problem.&lt;/p&gt;&lt;p&gt;&amp;nbsp;For each pop3 client config I used to enter the local user and default user. If I leave these two fields empty then Mercury mail use the alias to find the correct mail box to deliver the mail. Then, the automatic response use the destination address to fullfill the From field.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks again,&lt;/p&gt;&lt;p&gt;&amp;nbsp;Vincent &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

I have a problem with this new way to configure pop3 client.

 If a mail is sent to two users : user1@company.com and user2@company.com

then this mail will be duplicated in each user's mailbox on our ISP's mail server. 

When Mercury mail pops  user1 mailbox on the ISP server it wil deliver the to user1 and user2 using aliases

When Mercury mail pops  user2 mailbox on the ISP server it wil deliver the to user1 and user2 using aliases

User1 and user2 will receive the mail twice

 

 

&lt;p&gt;I have a problem with this new way to configure pop3 client.&lt;/p&gt;&lt;p&gt;&amp;nbsp;If a mail is sent to two users : user1@company.com and user2@company.com &lt;/p&gt;&lt;p&gt;then this mail will be duplicated in each user&#039;s mailbox on our ISP&#039;s mail server.&amp;nbsp;&lt;/p&gt;&lt;p&gt;When Mercury mail pops&amp;nbsp; user1 mailbox on the ISP server it wil deliver the to user1 and user2 using aliases &lt;/p&gt;&lt;p&gt;When Mercury mail pops&amp;nbsp; user2 mailbox on the ISP server it wil deliver the to user1 and user2 using aliases&lt;/p&gt;&lt;p&gt;User1 and user2 will receive the mail twice &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

If each user has their own mailbox at your ISP, then you should enter only a 'local user' on the MercuryD definition so that all the mail from that mailbox will go to just one user.  In that way there will be no interpretation of the To:, Cc: etc. headers and is easier to manage.

 

 

&lt;P&gt;If each user has their own mailbox at your ISP, then you should enter only a &#039;local user&#039;&amp;nbsp;on the MercuryD definition so that all the mail from that mailbox will go to just one user.&amp;nbsp; In that way there will be no interpretation of the To:, Cc: etc. headers and is easier to manage.&lt;/P&gt; &lt;P mce_keep=&quot;true&quot;&gt;&amp;nbsp;&lt;/P&gt; &lt;P mce_keep=&quot;true&quot;&gt;&amp;nbsp;&lt;/P&gt;
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft