From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: erik quanstrom Date: Tue, 8 Jul 2008 12:05:08 -0400 In-Reply-To: <20080708155656.GI29253@hermes.my.domain> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] A question on remotemail Topicbox-Message-UUID: de8b0d2a-ead3-11e9-9d60-3106f5b1d025 > * erik quanstrom [080708 17:40]: >> > This machine has to deliver all mail to my ISPs smtp so I set the >> > rewrite script to rewrite.gateway. The ISPs smtp rejected my mail >> > though because it expected a From: line different to my $user@$site >> > or the default $fd set in remotemail. I added a >> >> is the problem that you require that the smtp helo domain be different >> from the envelope sender (the $address in the smtp "mail from >> $address" line?) is this why you can't set $fd to something that won't >> be rejected and still have your From: lines properly rewritten? >> > > As far as I understood $fd just sets the domain, I need the user > and the domain name to be different from my local settings though. smtp goes to the trouble of transforming lines like From: erik quanstrom to From: erik quanstrom provided fd=example.com - erik