reject_unlisted_sender not working

2013-09-01 Thread warpspasm
Hi Everyone! I would like to use reject_unlisted_sender to allow only one From: address to be used to send email from my mail server. But it is not working, it seems to still just be allowing all From: addresses. Here is the output of what happened: main.cf myhostname = xxx.yyy.com alias_maps =

Re: reject_unlisted_sender not working

2013-09-01 Thread Sahil Tandon
On Sun, 2013-09-01 at 07:32:57 -0700, warpspasm wrote: I would like to use reject_unlisted_sender to allow only one From: address to be used to send email from my mail server. But it is not working, it seems to still just be allowing all From: addresses. Here is the output of what happened:

Re: reject_unlisted_sender not working

2013-09-01 Thread Wietse Venema
warpspasm: Hi Everyone! I would like to use reject_unlisted_sender to allow only one From: address As documented reject_unlisted_sender is implemented in the SMTP server. Sep 1 08:00:52 xxx postfix/pickup[31603]: A696A34E481: uid=33 This mail is not received via the SMTP server.

Re: reject_unlisted_sender not working

2013-09-01 Thread Sahil Tandon
On Sun, 2013-09-01 at 11:09:33 -0400, Sahil Tandon wrote: [ .. ] Instead, try: # main.cf check_sender_access hash:/etc/postfix/listed_senders, reject To be clear, this will not help in your test case (but rather, only when mail is received via smtpd) as Wietse points out. -- Sahil

Re: reject_unlisted_sender not working

2013-09-01 Thread warpspasm
Wietse Venema wrote warpspasm: Hi Everyone! I would like to use reject_unlisted_sender to allow only one From: address As documented reject_unlisted_sender is implemented in the SMTP server. Sep 1 08:00:52 xxx postfix/pickup[31603]: A696A34E481: uid=33 This mail is not received via

Re: reject_unlisted_sender not working

2013-09-01 Thread Wietse Venema
warpspasm: Wietse Venema wrote warpspasm: Hi Everyone! I would like to use reject_unlisted_sender to allow only one From: address As documented reject_unlisted_sender is implemented in the SMTP server. Sep 1 08:00:52 xxx postfix/pickup[31603]: A696A34E481: uid=33 This

Re: reject_unlisted_sender not working

2013-09-01 Thread warpspasm
Wietse Venema wrote warpspasm: Wietse Venema wrote warpspasm: Hi Everyone! I would like to use reject_unlisted_sender to allow only one From: address As documented reject_unlisted_sender is implemented in the SMTP server. Sep 1 08:00:52 xxx postfix/pickup[31603]:

Re: reject_unlisted_sender not working

2013-09-01 Thread Wietse Venema
warpspasm: Wietse Venema wrote warpspasm: Wietse Venema wrote warpspasm: Hi Everyone! I would like to use reject_unlisted_sender to allow only one From: address As documented reject_unlisted_sender is implemented in the SMTP server. Sep 1 08:00:52 xxx

Re: reject_unlisted_sender not working

2013-09-01 Thread /dev/rob0
On Sun, Sep 01, 2013 at 07:30:35PM -0700, warpspasm wrote: Wietse Venema wrote warpspasm: Wietse Venema wrote warpspasm: I would like to use reject_unlisted_sender to allow only one From: address As documented reject_unlisted_sender is implemented in the SMTP server.

Re: reject_unlisted_sender not working

2013-09-01 Thread /dev/rob0
On Sun, Sep 01, 2013 at 10:00:38PM -0500, /dev/rob0 wrote: On Sun, Sep 01, 2013 at 07:30:35PM -0700, warpspasm wrote: I would like to be able to have a postfix server that only allows outgoing emails from one From: address. Any ideas? Thanks Sure. As alluded above, that goal is