Re: reject outgoiong mail not from domain of host

2009-03-14 Thread mouss
Noel Jones a écrit : > John G. Heim wrote: >> I want to make sure that any messages my system sends out always has a >> sender of someb...@math.wisc.edu. I am looking at configuring the >> smtpd_sender_restrictions directive. >> >> smtpd_sender_restrictions = >> hash:/etc/postfix/all_addresses_at_m

Re: reject outgoiong mail not from domain of host

2009-03-13 Thread Noel Jones
John G. Heim wrote: Thanks very much for your help. Do the directives you give below work if the mta is accepting incoming mail too? Please don't top post, it makes the archives hard to follow. Yes, the example I gave should work fine with "internet" mail. It allows any mail addressed to you

Re: reject outgoiong mail not from domain of host

2009-03-13 Thread John G. Heim
Thanks very much for your help. Do the directives you give below work if the mta is accepting incoming mail too? - Original Message - From: "Noel Jones" To: "John G. Heim" ; Sent: Friday, March 13, 2009 11:58 AM Subject: Re: reject outgoiong mail not from doma

Re: reject outgoiong mail not from domain of host

2009-03-13 Thread Noel Jones
John G. Heim wrote: I want to make sure that any messages my system sends out always has a sender of someb...@math.wisc.edu. I am looking at configuring the smtpd_sender_restrictions directive. smtpd_sender_restrictions = hash:/etc/postfix/all_addresses_at_math_wisc_edu,reject Am I close?