On Sat, 4 Mar 2000, t s a d i wrote: > 1. how do i tell sendmail to relay email for a group of IPs ? > something like this in exim : > sender_net_accept_relay = 192.168.1.0/24:192.168.2.0/24
Our sendmail.cf uses: # IP addresses of local clients allowed to relay through us F{LocalIP}/etc/mail/localip Then we add the IPs and networks one per line to this /etc/mail/localip file. You may also want to read: http://www.sendmail.org/m4/anti-spam.html Jeremy C. Reed http://www.reedmedia.net http://bsd.reedmedia.net