Hello,
a while a go I had a working exim-3-system on woody, then I changed from woody
to sid and now archlinux, so I did not use exim for a while. I used exim as a
simple MTA on my local machine just for one user. The only 'fancy' about my
exim was that I could send mail with three different providers (T-Online, GMX, tu-berlin
(my university)). Now under archlinux I installed exim4 and tried to adjust the
new exim.conf with the old one, but it doesn't work.
The mainlog says:
2004-03-11 18:56:01 Rewrite of f.braennstroem@??? yielded unparseable address: empty address in address
2004-03-11 18:56:02 1B1UPa-0003wN-3T <= f.braennstroem@??? H=localhost (rechner1.ddorf.de) [127.0.0.1] P=esmtp S=999 id=874qsve09a.fsf@???
2004-03-11 18:56:03 1B1UPa-0003wN-3T ** f.braennstroem@??? R=dnslookup T=remote_smtp: SMTP error from remote mailer after RCPT TO:<f.braennstroem@???>: host mx0.gmx.de [213.165.64.100]: 553-5.7.1 {mx031} The IP address of the server you are connecting to GMX is listed to be\n553-5.7.1 part of a dynamic address range. The recipient does not want to receive\n553 5.7.1 mail from such servers.
2004-03-11 18:56:03 1B1UPb-0003wQ-3N <= <> R=1B1UPa-0003wN-3T U=exim P=local S=2095
2004-03-11 18:56:03 1B1UPa-0003wN-3T Completed
2004-03-11 18:56:03 1B1UPb-0003wQ-3N ** f.braennstroem@??? R=dnslookup T=remote_smtp: SMTP error from remote mailer after RCPT TO:<f.braennstroem@???>: host mx0.gmx.net [213.165.64.100]: 553-5.7.1 {mx003} The IP address of the server you are connecting to GMX is listed to be\n553-5.7.1 part of a dynamic address range. The recipient does not want to receive\n553 5.7.1 mail from such servers.
2004-03-11 18:56:03 1B1UPb-0003wQ-3N Frozen (delivery error message)
So it is something about 'Rewrite'. My config-part looks like this:
######################################################################
# REWRITE CONFIGURATION #
######################################################################
# There are no rewriting specifications in this default configuration file.
begin rewrite
#*@rechner1.ddorf.de ${if eq {${lc:$sender_address_domain}}{gmx\.de}{true} fail}:
#${lookup{$1}lsearch{/etc/email-addresses}\
# {$value}fail} frFs
*@* $header_from: Fs
My old one was:
*@rechner1.ddorf.de ${lookup{$1}lsearch{/etc/email-addresses}\
{$value}fail} frFs
*@* $header_from: Fs
But in '/etc/email-addresses' was nothing, so it is not needed!?
Does anybody have an idea what goes wrong with my config?
Greetings!
--
Fabian Braennstroem
Duesseldorf/Berlin