Re: [Mimedefang] Little help with no checks for AUTH users on 587

2013-11-22 Thread Joseph Brennan
On Thu, 21 Nov 2013, Ben Kamen wrote: I need a little quick help -- in my mimedefang milter, what can I put in to bypass checking emails being relayed by my server submitted on 587 by authorized users?? We have this near the top: undef $good; # SMTP Authentication if (defined

Re: [Mimedefang] Little help with no checks for AUTH users on 587

2013-11-22 Thread Ben Kamen
Thanks for all the replies... I don't actually need to worry about port number -- 465 or 587... as long as the user has authenticated, that's what I'm chasing after. For Steffen, I'm looking in /etc/mail/mimedefang-filter and don't see filter_recipient or filter_sender. (I'm on mimedefang

Re: [Mimedefang] Little help with no checks for AUTH users on 587

2013-11-22 Thread Joseph Brennan
Ben Kamen bka...@benjammin.net wrote: So to all (Like Joseph) , it looks like I can add this to filter_end near/at the top -- returning the ACCEPT_AND_NO_MORE_FILTERING as described in the following emails. Yes? Just put it in before you do any action_bounce Joseph Brennan Columbia

Re: [Mimedefang] Little help with no checks for AUTH users on 587

2013-11-22 Thread Ben Kamen
On 2013-11-22 12:52 PM, Joseph Brennan wrote: Ben Kamen bka...@benjammin.net wrote: Just put it in before you do any action_bounce Joseph Brennan Got it -- thanks! -ben ___ NOTE: If there is a disclaimer or other legal boilerplate in the above

Re: [Mimedefang] Little help with no checks for AUTH users on 587

2013-11-22 Thread Ben Kamen
On 2013-11-22 1:09 PM, Ben Kamen wrote: On 2013-11-22 12:52 PM, Joseph Brennan wrote: Ben Kamen bka...@benjammin.net wrote: Just put it in before you do any action_bounce Joseph Brennan Got it -- thanks! Erm, I don't think that quite worked. In my /etc/mail/mimedefang-filter, I have:

Re: [Mimedefang] Little help with no checks for AUTH users on 587

2013-11-22 Thread David F. Skoll
On Fri, 22 Nov 2013 14:16:16 -0600 Ben Kamen bka...@benjammin.net wrote: Nov 22 13:43:22 cornelius mimedefang.pl[11099]: rAMJhIGv015058: Message contains more than one Subject: header: and then some subject line which I removed for this post You should not call read_commands_file from