forwarders problem: relay not permitted

bdj

Verified User
Joined
Feb 22, 2008
Messages
113
Forwarder updated
Details

Alias [email protected] -> [email protected] has been created
Click HERE to return to the forwards list

When I try to send myself a message, it bounces with

----- The following addresses had permanent fatal errors -----
<[email protected]>
(reason: 550 relay not permitted)

----- Transcript of session follows -----
... while talking to dom1.nl.:
>>> DATA
<<< 550 relay not permitted
550 5.1.1 <[email protected]>... User unknown
<<< 503-All RCPT commands were rejected with this error:
<<< 503-relay not permitted
<<< 503 Valid RCPT command must precede DATA

Exim Mainlog:
rejected RCPT <[email protected]>: relay not permitted

I created a forwarder to my home e-mail, but the server is rejected it?

Any Help, Thanks
 
after that I get this
2009-12-03 21:52:19 TLS error on connection from (sender) [213.000.000.00] (SSL_CTX_use_certificate_chain_file file=/etc/exim.cert): error:02001002:system library:fopen:No such file or directory
2009-12-03 21:52:19 1NGIex-00059Z-Sh <= [email protected] H=(sender) [213.000.000.00] P=esmtp S=2872 id=6215C3874D7A384A8B247A58BFB01B50299011E3F4@sender T="test exim dovecot" from <[email protected]> for [email protected] [email protected]
2009-12-03 21:52:19 1NGIex-00059Z-Sh Error in system filter: /etc/system_filter.exim does not exist
 
here is my fix for the above problem:

enable eximconf in custombuild and rebuild, that fix the cert error, exim.cert still does not exists in /etc but it's not causing problems any more.

Then there is left:
1NGIex-00059Z-Sh Error in system filter: /etc/system_filter.exim does not exist

I edited exim.conf and quoted out the line with system_filter.exim.

Now everything works.
 
Commented out? Why? Not a good solution at all!

wget -O /etc/system_filter.exim "http://files.directadmin.com/services/system_filter.exim"
 
Back
Top