Francisco Corella wrote: > OK, let me restate the first configuration, which shows the problem > most clearly. Machine 1 receives messages for someuser, and I want to > use /home/someuser/.courier in machine 1 to forward them to machine 2 > and machine 3. > > If I put the following two lines in /home/someuser/.courier: > > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > then machine 1 forwards the message to machine 2 successfully, but fails > to forward it to machine 3, with a 513 error. If I swap the lines: > > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > without changing anything else, then machine 1 forwards the message to > machine 3, which receives it just fine, but fails to forward it to > machine 2, with a 513 error.
Ooops, re-reading you first post more carefully I realize I misunderstood what you were saying... Sorry about that. > So the problem must be in machine 1. It seems that machine 1 will > forward mail, but only to the first mailbox that it sees in .courier. > This seems to be a Courier bug, doesn't it? Yes, it does. The order of the lines shouldn't be relevant in this case. I've never seen that bug. What version of Courier is running on machine1? At any rate, have you confirmed that an attempt at sending has been done? I mean, do the logs at machine2 and machine3 both confirm an SMTP connection from machine1, one succeeded and one failed? In order to try and understand what changes in between, you may test with a .courier file with intermixed commands like so: | env > env0 [EMAIL PROTECTED] | env > env1 [EMAIL PROTECTED] | env > env2 The three environments should equate to one another. Of course, you may also tinker with such things as [EMAIL PROTECTED] | sendmail [EMAIL PROTECTED] but that's not a proper solution of the problem. -- Please don't include footers in your responses ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
