RE: [Mimedefang] Rejecting some recipients

2005-09-15 Thread Jeff Grossman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:mimedefang- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, September 15, 2005 3:20 PM > To: mimedefang@lists.roaringpenguin.com > Subject: RE: [Mimedefang] Rejecting some recipients >

RE: [Mimedefang] Rejecting some recipients

2005-09-15 Thread Matthew.van.Eerde
Matthew van Eerde wrote: > Then in filter_recipient > > my $email = lc $sender; Er, I meant my $email = lc $recip; (duh) -- Matthew.van.Eerde (at) hbinc.com 805.964.4554 x902 Hispanic Business Inc./HireDiversity.com Software Engineer

Re: [Mimedefang] Rejecting some recipients

2005-09-15 Thread Les Mikesell
On Thu, 2005-09-15 at 17:00, Jeff Grossman wrote: > Sorry for the run on message before. I have MIMEDefang set up with the > md_check_against_smtp_server setting. So, it checks my server first to see > if the address is valid or not. So, do you think it is still a problem with > just putting th

RE: [Mimedefang] Rejecting some recipients

2005-09-15 Thread Matthew.van.Eerde
Jeff Grossman wrote: > Sorry for the run on message before. I have MIMEDefang set up with > the md_check_against_smtp_server setting. Is it possible the SMTP server check is what's causing the timeout? If it's only fifteen, I'd just hardcode this into your mimedefang-filter (untested:) my @rej

Re: [Mimedefang] Rejecting some recipients

2005-09-15 Thread alan premselaar
Jeff Grossman wrote: [snip] Sorry for the run on message before. I have MIMEDefang set up with the md_check_against_smtp_server setting. So, it checks my server first to see if the address is valid or not. So, do you think it is still a problem with just putting the addresses I want to reject

Re: [Mimedefang] Rejecting some recipients

2005-09-15 Thread Jeff Grossman
On 9/15/05 2:18 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Yes but it's better to list the email addresses that you will accept rather > than the ones you will reject. That will save your server from constructing > bounce messages for nonexistent addresses. > > And depending on how you

RE: [Mimedefang] Rejecting some recipients

2005-09-15 Thread Matthew.van.Eerde
Jeff Grossman wrote: > I currently have MIMEDefang setup on a Linux box running as a gateway > to my mail server. ... > I was thinking of using my access database to help me instead of > MIMEDefang. I don't know enough about the access database. If I put > each of e-mail address that I don't want

[Mimedefang] Rejecting some recipients

2005-09-15 Thread Jeff Grossman
I currently have MIMEDefang setup on a Linux box running as a gateway to my mail server. In my mimedefang-filter, I have some code which will reject certain recipients who are not allowed to receive outside e-mail. I have about 15 e-mails accounts set up in this rule. It works for the most part.