RE: [courier-users] Seeming issue between SA courier... WAS RE: [SAtalk] RCVD_IN_DYNABLOCK,RCVD_IN_SORBS in 2.61 when sending myself a test message?

2004-01-09 Thread Mitch \(WebCob\)
Nah... (and admittedly I didn't know this before! - I am not a regex guru)

^ contained inside [] denotes the inverse of the character set... the *
after it says many...

so a set containing any character that is NOT ) - basically skip every
character until ) ( which is what the \) that follows the * is for...

Gordon says (and I've heard this before) that .* in a regex makes it
slower - so this more explicit repeat until pattern is more efficient.

m/

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mirko
Zeibig
Sent: Thursday, January 08, 2004 12:17 AM
To: [EMAIL PROTECTED]
Cc: Mitch (WebCob)
Subject: Re: [courier-users] Seeming issue between SA  courier... WAS
RE: [SAtalk] RCVD_IN_DYNABLOCK,RCVD_IN_SORBS in 2.61 when sending myself
a test message?


I guess you have to escape the parenthese in the square brackets as well:
\(AUTH: [^\)]*\)

Regards
Mirko





---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Courier 20031101

2004-01-09 Thread Roland
--On Donnerstag, 8. Januar 2004 22:23 -0800 Gordon Messmer
[EMAIL PROTECTED] wrote:

 I'm not getting anywhere with this.  Is there any way to prevent courier
 from building its fax component?  My intent with the without options was
 to enable users to skip the dependency check and the packaging of optional
 components.  The sql options can be disabled easy enough...

Just remove them prior to ./configure, wont cause any troubles:

rm -rf courier/module.uucp courier/module.fax 2/dev/null

Roland



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Postfix - MySQL - courierIMAP and Maildrop

2004-01-09 Thread Roland
--On Freitag, 9. Januar 2004 01:00 +0100 F [EMAIL PROTECTED] wrote:

 Google for 'postfix maildrop' and be prepared to invest considerable more
 time than simply replacing postfix (including the sasl-crap) with courier.
 
 Postfix can authenicate users _only_ aginst /etc/shadow, no PAM or
 anything
 else, while courier contains everything you need out of the box.
 That's simply UNTRUE. Postfix uses cyrus-sasl or cyrus-sasl2, which can auth
 from many different sources ( LDAP, SQL, sasldb, passwd, PAM, Kerberos,
 One-Time-Password schemas...)

You are taking this out of context.
SASL exclusively stores passwords for the smtp-authentification
and Postfix has no means to provide a $HOME and execute something
on delivery except for usernames listed /etc/shadow.

Compare the functionality of SASL and Postfix local and virtual
with courier authmodules and local for yourself.
Postfix is great unless you want to deliver something, and then
it gets a hack unless the smtp-part is replaced with courier.
Not really a big deal.

Unfortunately courier has no hooks for smtp-contentfilters, this
and the flexible lookup-tables could be imported from Postfix ;)

Roland



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] RE: Postfix - MySQL - courierIMAP and Maildrop

2004-01-09 Thread Julian Mehnle
Roland [EMAIL PROTECTED] wrote:
 Unfortunately courier has no hooks for smtp-contentfilters, this
 and the flexible lookup-tables could be imported from Postfix ;)

What do you mean by smtp-contentfilters?



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Trouble with Courier / SpamAssassin

2004-01-09 Thread Dave Kliczbor
Jens Greven sagte:
 
 import HOME
 import SENDER
 import RECIPIENT
 xfilter /usr/bin/spamassassin -t
 if (/^X-Spam-Flag: *YES/)
 {
 to Maildir/.Junk
 }
 

 This seems to work quite well.

 But when I remove the option -t I only get the following errors:
 At the first to be checked Couldn't open ./Maildir: Is a directory at
 /usr/share/perl5/Mail/SpamAssassin/NoMailAudit.pm line 365.
 With every following mail I get the error Could not lock ./Maildir:
 File exists at /usr/share/perl5/Mail/SpamAssassin/NoMailAudit.pm line
 381.

Hmm ... This is not directly related to your problem, but why don't
you use spamc/spamd? This way, you don't call spamassassin directly
but a client that connects to a spamassassin daemon. You'll not only
get better performance (config files are only read once), it may also
solve your problem.

Anyway... On http://da.andaka.org/Doku/imapspamfilter.html I
documented a setup with SA, courier-mta/imap and maildrop on a Debian
box. Maybe it gives you a hint to your problem if you skip the imap
and sa-learn sections.

cu
 Dave KLiczbor



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] SPF record support

2004-01-09 Thread Troy Benjegerdes
Apparently AOL is now interested in publishing SPF (spf.pobox.com) records.

http://article.gmane.org/gmane.mail.spam.spf.discuss/1338

There is also apparently a C implementation being developed for qmail
and exim. http://slashdot.org/comments.pl?sid=92139cid=7926370

What's the best way to get this into courier?

The fastest is probably adding a courier perl filter.. but does anyone
have plans or interest in implementing this?


-- 
--
Troy Benjegerdes'da hozer'[EMAIL PROTECTED]   

Somone asked my why I work on this free (http://www.fsf.org/philosophy/)
software stuff and not get a real job. Charles Shultz had the best answer:

Why do musicians compose symphonies and poets write poems? They do it
because life wouldn't have any meaning for them if they didn't. That's why
I draw cartoons. It's my life. -- Charles Shultz


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Bug or feature, with some headers?

2004-01-09 Thread Alexander Lazic
Hi,

On Son 14.12.2003 18:52, Alexander Lazic wrote:
Well it seams its only a local problem.
It was an local problem.

I have in my '.courier-*'

/opt/courier/bin/maildrop

but the installed are in

/usr/local/courier/bin/maildrop

therefore the builtin call to maildrop in 'deliver.c' don't work.

Jfyi

al ;-)

---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Courier 20040108

2004-01-09 Thread Sam Varshavchik
Download: http://www.courier-mta.org/download.php

Changes:

 Queue files from delivery status notifications were not cleaned up
properly when ARCHIVEDIR was set.  The fix will clean them up, and remove
all leftover crap that still exists.


pgp0.pgp
Description: PGP signature


[courier-users] Re: SPF record support

2004-01-09 Thread Sam Varshavchik
Troy Benjegerdes writes:

Apparently AOL is now interested in publishing SPF (spf.pobox.com) records.

http://article.gmane.org/gmane.mail.spam.spf.discuss/1338

There is also apparently a C implementation being developed for qmail
and exim. http://slashdot.org/comments.pl?sid=92139cid=7926370
What's the best way to get this into courier?
Write it yourself.  I'm not opposed to implementing SPF, even though I don't 
think much of it; but I have no time for this right now.

The fastest is probably adding a courier perl filter.. but does anyone
have plans or interest in implementing this?
No, the best way is to add the check in submit.  Look how BOFHCHECKDNS gets 
done, then do something similar.



pgp0.pgp
Description: PGP signature


Re: [courier-users] Re: SPF record support

2004-01-09 Thread Chris Petersen
 No, the best way is to add the check in submit.  Look how BOFHCHECKDNS gets 
 done, then do something similar.

Definitely.  SPF is a bofh type option.  Shouldn't be too hard to
implement for someone who understands C/C++ (which I do not,
unfortunately).  If the option is enabled in bofh, just check to see
that an SPF record exists, and if it does, reject the message as spam if
it comes from an unauthorized source.  That way, SPF will essentially
work for domains that use it, but still be backwards compatible with
those who don't.

-- 
Chris Petersen
Programmer / Web Designer 
Silicon Mechanics:  http://www.siliconmechanics.com/
Blade Servers:  http://www.siliconmechanics.com/c292/blade-server.php
1U Servers: http://www.siliconmechanics.com/c272/1u-server.php



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Problem with courier.

2004-01-09 Thread Federico Baraldi
Hi all ... i have a problem with courier ... 
I'm using virtual accounts with mysql and anytime i try tu send a message
to my domain, the following happens:

Jan 10 01:21:08 localhost courieresmtpd: started,ip=[:::195.110.128.1]
Jan 10 01:21:08 localhost courieresmtpd: error,relay=:::195.110.128.1,from=[EMAIL 
PROTECTED],to=[EMAIL PROTECTED]: 550 User unknown.
Jan 10 01:21:16 localhost courieresmtpd: error,relay=:::195.110.128.1,msg=502 
ESMTP command error,cmd: DATA

Any ideas ?? Thank you 

Federico.



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users