|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Backup RelayI have 2 courier servers.
1 server (mx1.domain.com) receives all email to deliver locally. The other server i want to configure as a backup relay for email that can not be delivered within the warntime. in backuprelay file i have mx2.domain.com in warntime i have 10m When a email comes into mx1 it tries to deliver, then after 10m tries to send it to mx2. The problem is mx1 strips the domain off the rcpt address. For example mx1 trying to send an email to mx2. Oct 7 08:02:31 mx21 courieresmtpd: error,relay=::ffff:24.116.0.82,from=<emailaddress@...>,to=<admin>: 513 Syntax error. Oct 7 08:02:31 mx21 courieresmtpd: error,relay=::ffff:24.116.0.82,msg="502 ESMTP command error",cmd: DATA Though on mx1 it shows Oct 7 07:42:02 mail11 courieresmtp: id=0194D0DE.48EAF666.00006390,from=<emailaddress@...>,addr=<admin@...>: 513 Syntax error. Oct 7 07:42:02 mail11 courieresmtp: id=0194D0DE.48EAF666.00006390,from=<emailaddress@...>,addr=<admin@...>,status: failure Why is the domain being stripped? Thanks. William ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list courier-users@... Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users |
|
|
Re: Backup RelayHi,
On Tue, Oct 7, 2008 at 5:11 PM, MrOzone <mrozone@...> wrote: > I have 2 courier servers. > > 1 server (mx1.domain.com) receives all email to deliver locally. The other > server i want to configure as a backup relay for email that can not be > delivered within the warntime. not sure if it helps, but I have a similar configuration and I didn't have to configure any special parameters in Courier. Simply copying the configuration to the backup MX did the trick. > in backuprelay file i have mx2.domain.com > in warntime i have 10m I never heard about these files and didn't see them mentioned in the documentation anywhere? > When a email comes into mx1 it tries to deliver, then after 10m tries to > send it to mx2. The problem is mx1 strips the domain off the rcpt address. > For example mx1 trying to send an email to mx2. > > > Oct 7 08:02:31 mx21 courieresmtpd: > error,relay=::ffff:24.116.0.82,from=<emailaddress@...>,to=<admin>: > 513 Syntax error. > Oct 7 08:02:31 mx21 courieresmtpd: error,relay=::ffff:24.116.0.82,msg="502 > ESMTP command error",cmd: DATA > > Though on mx1 it shows > > Oct 7 07:42:02 mail11 courieresmtp: > id=0194D0DE.48EAF666.00006390,from=<emailaddress@...>,addr=<admin@...>: > 513 Syntax error. > Oct 7 07:42:02 mail11 courieresmtp: > id=0194D0DE.48EAF666.00006390,from=<emailaddress@...>,addr=<admin@...>,status: > failure > > > Why is the domain being stripped? > > Thanks. > William Did you make any other special changes to the MTA configuration on your backup MX? HTH Marcus ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list courier-users@... Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users |
|
|
Re: Backup RelayOn Wed, Oct 8, 2008 at 7:52 AM, Marcus Ilgner <marcus.ilgner@...> wrote: Hi, The servers are configured the exact same way. That is why im confused with why this happens. Could it be because our mx records point to a 3rd party spam filtering? By the way , I am using courier-0.58.0-1 on CentOS 5.1.
From http://www.courier-mta.org/courier.html
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list courier-users@... Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users |
|
|
Re: Backup RelayMrOzone wrote:
> > I have 2 courier servers. > > > > 1 server (mx1.domain.com <http://mx1.domain.com>) receives all > email to deliver locally. The other > > server i want to configure as a backup relay for email that can > not be > > delivered within the warntime. > > By the way , I am using courier-0.58.0-1 on CentOS 5.1. Dunno why the domain is not transmitted, nor why the receiving server doesn't just add it. The backup relay should be a transport just like any other. Thus, up to bugs, the answer should be in the locals vs. hosted domains, acceptmailfor, and MX settings. Perhaps it would be helpful if you post some plain actual data about that... ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list courier-users@... Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users |
|
|
Re: Backup RelayMrOzone writes:
> When a email comes into mx1 it tries to deliver, then after 10m tries to > send it to mx2. The problem is mx1 strips the domain off the rcpt address. > For example mx1 trying to send an email to mx2. > > > Oct 7 08:02:31 mx21 courieresmtpd: > error,relay=::ffff:<URL:http://24.116.0.82>24.116.0.82,from=<<URL:mailto:em > ailaddress@...>emailaddress@...>,to=<admin>: 513 > Syntax error. > Oct 7 08:02:31 mx21 courieresmtpd: > error,relay=::ffff:<URL:http://24.116.0.82>24.116.0.82,msg="502 ESMTP > command error",cmd: DATA account keeps failing with a temporary error, so the message remains in the queue. This results in an attempt to forward the stuck message to the backup relay, which fails. Courier needs to be fixed not to do this for mail addressed to local mailboxes, but your real problem is your broken admin account. You stopped reading your maillog too soon. Scroll back up, and find out what exactly is broken with your admin account. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list courier-users@... Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users |
| Free Forum Powered by Nabble | Forum Help |