This is a discussion on Re: [courier-users] perlfilter questions within the Courier-Imap forums, part of the Mail Servers and Related category; On Apr 4, 2005 1:15 PM, Bowie Bailey <Bowie_Bailey@buc.com> wrote: > I would like to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Apr 4, 2005 1:15 PM, Bowie Bailey <Bowie_Bailey@buc.com> wrote:
> I would like to be able to reject invalid users from my mailserver, but I > don't want to add hundreds of users and .courier files. I was considering > writing a simple perlfilter to check the usernames of any incoming email to > this domain. Can I reject individual recipients from a filter? As I I had a ditto system sometime ago - only the servers were sendmail. What I did was to write a Milter on the front server that would check on the back server for users via a SMTP connection using VRFY, and cache the results for a configurable amount of time (mine was 6 hours, worked well). Maybe you could do the same with a courierfilter. Binand ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |