[courier-users] reliable recipient-specific content filtering without bounces

2005-02-08 Thread Trev
Dear Mr. Varshavchik: I have been trying to find a way to implement reliable recipient-specific content filtering without bounces ("reliable" plus "without bounces" means that every message the user's filter doesn't like will encounter a 5yz SMTP response code). I have had a discussion with Wietse

[courier-users] Weird Login Problem

2005-02-08 Thread Michael Nguyen
Hey guys, I'm having a weird issue with my brand new Courier server. I'm running Courier IMAP 4.0.1 and Courier-authlib 0.53 with the MySQL module. Everytime this particular user logs in, they get the following error: Escape character is '^]'. +OK Hello there. user daryn +OK Password required. p

Re: [courier-users] reliable recipient-specific content filtering without bounces

2005-02-08 Thread Sam Varshavchik
Trev writes: The strategy I've arrived at is slightly different from yours, so perhaps you will find an idea or two which you would like to cherry- pick. Or perhaps you could give me some valuable advice about how to make this system practical in today's SMTP environment. Or perhaps you have alre

Re: [courier-users] Weird Login Problem

2005-02-08 Thread Sam Varshavchik
Michael Nguyen writes: Hey guys, I'm having a weird issue with my brand new Courier server. I'm running Courier IMAP 4.0.1 and Courier-authlib 0.53 with the MySQL module. Everytime this particular user logs in, they get the following error: Escape character is '^]'. +OK Hello there. user daryn +OK

RE: [courier-users] reliable recipient-specific content filtering without bounces

2005-02-08 Thread Julian Mehnle
Sam Varshavchik wrote: > The strategy in [draft-varshavchik-exdata-smtpext] has been in Courier > for years. > > Courier has an internal API for recipient-specific content filters. If > enabled, Courier will begin behaving exactly as that document describes. How can this be enabled? To what exte

RE: [courier-users] authdaemond: file not found

2005-02-08 Thread Haven Skys
Prefect, thanks. After doing an ldd on libauthmysql.so I saw the error and corrected /etc/ld.so.conf and ran ldconfig. Works perfectly. Thanks again. Haven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Varshavchik Sent: Sunday, February 06, 2005 8:

[courier-users] etc/enablefiltering ignored for global mail filter

2005-02-08 Thread Martin Orr
According to the courierfilter.sgml documentation, mail is filtered only if its source is listed in the enablefiltering configuration file. However my enablefiltering file contains only "esmtp" and mail originating locally is still filtered: [EMAIL PROTECTED]:~$ cat /etc/courier/enablefiltering es

[courier-users] Upgrading to courier 0.48.2 - problem with COURIERAUTHCONFIG

2005-02-08 Thread paeddy
Hi, I would liek to upgrade my 0.47 courier installation to 0.48.2. the installation of the courier-authlib didn't cause any problems but the oinstallation of the courier-0-48.2 does. Running ./configure tells me: configure: WARNING: === Courier authentication library not found. configure: WARNIN

[courier-users] Error creating aliases in webadmin

2005-02-08 Thread Jay Lee
Not sure if this is a bug or OppErr. When I create aliases in webadmin with a program as the recipient (i.e. | /usr/local/bin/myscript.pl). The makealias will fail when I attempt to install the new configuration: Installing aliases/webadmin... Executing makealiases... aliasexp: ERR: "| /usr/loca

RE: [courier-users] Upgrading to courier 0.48.2 - problem with COURIERAUTHCONFIG

2005-02-08 Thread Sander Holthaus - Orange XL
$COURIERAUTHCONFIG should be /usr/lib/courier/bin/courierauthconfig ? Kind Regards, Sander Holthaus > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of paeddy > Sent: Tuesday, February 08, 2005 10:06 PM > To: courier-users@lists.sourceforge.net > Subj

Re: [courier-users] reliable recipient-specific content filtering without bounces

2005-02-08 Thread Sam Varshavchik
Julian Mehnle writes: Sam Varshavchik wrote: The strategy in [draft-varshavchik-exdata-smtpext] has been in Courier for years. Courier has an internal API for recipient-specific content filters. If enabled, Courier will begin behaving exactly as that document describes. How can this be enabled? ma

Re: [courier-users] Upgrading to courier 0.48.2 - problem with COURIERAUTHCONFIG

2005-02-08 Thread Sam Varshavchik
paeddy writes: Hi, I would liek to upgrade my 0.47 courier installation to 0.48.2. the installation of the courier-authlib didn't cause any problems but the oinstallation of the courier-0-48.2 does. Running ./configure tells me: configure: WARNING: === Courier authentication library not found. conf

Re: [courier-users] Error creating aliases in webadmin

2005-02-08 Thread Sam Varshavchik
Jay Lee writes: Not sure if this is a bug or OppErr. When I create aliases in webadmin with a program as the recipient (i.e. | /usr/local/bin/myscript.pl). The makealias will fail when I attempt to install the new configuration: Installing aliases/webadmin... Executing makealiases... aliasexp: ER

RE: [courier-users] reliable recipient-specific content filtering without bounces

2005-02-08 Thread Julian Mehnle
Sam Varshavchik wrote: > Julian Mehnle writes: > > How can this be enabled? > > man localmailfilter Oh, that. Now I see the connection. Thanks for the pointer. > The draft also describes, exactly, what to do with mailing list > traffic. It really describes what Courier's been doing, for quite

[courier-users] Authlib Suggestions

2005-02-08 Thread Michael Nguyen
We have a system where we separate some email users by prepending a string to their password. This way, we can limit certain users' access to say only the website while others are able to access via POP/IMAP freely. Basically the logic goes like this: - Look for the special string at the start

Re: [courier-users] Authlib Suggestions

2005-02-08 Thread Sam Varshavchik
Michael Nguyen writes: We have a system where we separate some email users by prepending a string to their password. This way, we can limit certain users' access to say only the website while others are able to access via POP/IMAP freely. Basically the logic goes like this: - Look for the specia

Re: [courier-users] Authlib Suggestions

2005-02-08 Thread Michael Nguyen
From: "Sam Varshavchik" <[EMAIL PROTECTED]> >Michael Nguyen writes: [snip] Hi, Sam! >> I would like to add this functionality to courier-authlib, but I was >> wondering if I could get some advice as to where I put this code. I'll >> handle all of the specificsI was just wondering if the exp

Re: [courier-users] Authlib Suggestions

2005-02-08 Thread Sam Varshavchik
Michael Nguyen writes: From: "Sam Varshavchik" <[EMAIL PROTECTED]> Michael Nguyen writes: [snip] Hi, Sam! I would like to add this functionality to courier-authlib, but I was wondering if I could get some advice as to where I put this code. I'll handle all of the specificsI was just wondering

Re: [courier-users] Authlib Suggestions

2005-02-08 Thread Michael Nguyen
From: "Sam Varshavchik" <[EMAIL PROTECTED]> >Michael Nguyen writes: [snip] Hi again, Sam! >> Could you elaborate here? I'm not totally sure what you're thinking, but >> it's very possible that this problem is far more simple that I make it out >> to be. > > Courier already includes the facility

Re: [courier-users] Authlib Suggestions

2005-02-08 Thread Sam Varshavchik
Michael Nguyen writes: Courier already includes the facility for selectively control which services can be used to access the account. Example: "disableimap=1" option disables IMAP access to the account; POP3 access still goes through; et alâ Hmm...so how would I make this work for me... What I

Re: [courier-users] Authlib Suggestions

2005-02-08 Thread Michael Nguyen
From: "Sam Varshavchik" <[EMAIL PROTECTED]> >>Michael Nguyen writes: [snip] Hi again. >> BasicUser1 does not have the authority to use POP3 and IMAP via her local >> MUA (e.g. Outlook Express). However, she does have the authority to use the >> website to check her mail. We differentiate what

Re: [courier-users] Authlib Suggestions

2005-02-08 Thread Sam Varshavchik
Michael Nguyen writes: But back to the original question If I wanted to add this logic into courier-authlib, where do you think I should do it? Basically, I want to find the right spot to intercept the user password, check for the prepended string, and treat the account appropriately dependin