>> "Patrick" == Patrick Kirk <[EMAIL PROTECTED]> wrote:
Patrick> I want exim on my home machine to relay mail from the whole Patrick> 212.19.64.x and 212.19.67.x so my email does not appear to Patrick> have a spoofed header and go into spam folders on friends Patrick> machines. [I tend to move desk a bit]. I don't know what relaying has to do with your headers, but anyways: Patrick> sender_net_accept_relay = 10.0.0.0/24:212.19.0.0/32 This will add the IP 212.19.0.0 (32 bits in the netmask mean a exact IP). If you want to add the two nets, add 212.19.64.0/24:212.19.67.0/24 Ciao, Martin