RE: [Exim] Using Exim for Sending mail (SMTP Gateway)

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jai Kumar Shinde
Data:  
Para: Simon Boulet, exim-users
Asunto: RE: [Exim] Using Exim for Sending mail (SMTP Gateway)
Hi Simon,

> am wondering how to allow only the mail with a valid local-domain in the
>"From:" field to be accepted in forward? I don't want my SMTP server to
>?become a SPAM-forwarder (even if I know spoofing is easy to do). We have
>many different users on different ISP so an ip/host filtering is
>impossible.


Add the following lines

relay_match_host_or_sender = true
host_accept_relay = x.x.x.x/x
sender_address_relay = lsearch;/usr/exim/localdomains

where localdomains are the domains name u want to relay.

Jai



-----Original Message-----
From: exim-users-admin@??? [mailto:exim-users-admin@exim.org]On
Behalf Of Simon Boulet
Sent: Tuesday, January 22, 2002 1:20 PM
To: 'exim-users@???'
Subject: [Exim] Using Exim for Sending mail (SMTP Gateway)


Hello everyone,

I am wondering how to allow only the mail with a valid local-domain in the
"From:" field to be accepted in forward? I don't want my SMTP server to
become a SPAM-forwarder (even if I know spoofing is easy to do). We have
many different users on different ISP so an ip/host filtering is
impossible.

Thank you.

Simon Boulet


--

## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
details at http://www.exim.org/ ##