You might want to add this to
ftp://ftp.exim.org/pub/exim/Contrib/
------------------------------------------------
Karl Schmidt (ks150) EMail Karl@???
Transtronics, Inc. WEB http://xtronics.com
3209 West 9th Street Ph(785) 841-3089
Lawrence, KS 66049 FAX(785) 841-0434
host_reject_recipients: Your host $sender_fullhost is listed in our host_reject_recipients list. |If you are not a spammer call "postmaster contact" at (555) 555-5555
host_reject: Your host $sender_fullhost is listed in our host_reject list. |If you are not a spammer call "postmaster contact" at (555) 555-5555
rbl_reject: Your host $sender_fullhost is on a spam sender list $rbl_domain |If you are not a spammer call "postmaster contact" at (555) 555-5555
host_accept_relay: Your host $sender_fullhost is not permitted to relay.
reciever_verify: No one by that name $localpart lives here.
sender_relay: Host $sender_fullhost is not permitted to relay.
sender_reject: $sender_fullhost is in our sender_reject list. | if you are not a spammer call "postmaster contact" at (555) 555-5555
sender_reject_recipients: $sender_fullhost is in our sender_reject_recipients list. |If you are not a spammer call "postmaster contact" at (555) 555-5555
sender_verify: $sender_fullhost does not have a valid return address. |If you are not a spammer call "postmaster contact" at (555) 555-5555
Add the following to your exim.conf file
prohibition_message = \
${lookup{$prohibition_reason}lsearch\
{/etc/exim/exim_prohibition_messages.txt}{${expand:$value}}}
###### Then deleet this line and every thing above and save the file to /etc/exim/ #########
host_reject_recipients: Your host $sender_fullhost is
listed in our host_reject_recipients list. |If you are not a spammer call
"postmaster contact" at (555) 555-5555 host_reject: Your host $sender_fullhost
is listed in our host_reject list. |If you are not a spammer call "postmaster
contact" at (555) 555-5555 rbl_reject: Your host $sender_fullhost is on a spam
sender list $rbl_domain |If you are not a spammer call "postmaster contact" at
(555) 555-5555 host_accept_relay: Your host $sender_fullhost is not permitted
to relay. reciever_verify: No one by that name $localpart lives here.
sender_relay: Host $sender_fullhost is not permitted to relay.
sender_reject: $sender_fullhost is in our sender_reject list. | if you are not a spammer call "postmaster contact" at (555) 555-5555
sender_reject_recipients: $sender_fullhost is in our sender_reject_recipients list. |If you are not a spammer call "postmaster contact" at (555) 555-5555
sender_verify: $sender_fullhost does not have a valid return address. |If you are not a spammer call "postmaster contact" at (555) 555-5555