PostgreSQL support for SASL

2007-12-09 Thread Andrzej Kwiatkowski
Hello.

On my page http://www.kwiatek.eu.org/soft/patches/
is now available version of Cyrus Sasl library patch
for  version 2.1.22.

After applying this patch you can use PostgreSQL as
auth mechanism, and use this backend without PAM.

Next step is to create the same patch for MySQL.
-
AK

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Cannot get vacaion right..

2007-12-09 Thread Per olof Ljungmark
Anders Norrbring wrote:
> I have a problem with relaying vacation messages from Sieve on the Cyrus 
> IMAP server, I always get this:
> 
> 
> Dec  6 12:47:48 svea postfix/pickup[15082]: 94BD5246D: uid=96 from=<>
> Dec  6 12:47:48 svea postfix/cleanup[15090]: 94BD5246D: 
> message-id=<[EMAIL PROTECTED]>
> Dec  6 12:47:48 svea postfix/qmgr[15081]: 94BD5246D: from=<>, size=644, 
> nrcpt=1 (queue active)
> Dec  6 12:47:49 svea postfix/smtp[15094]: 94BD5246D: 
> to=<[EMAIL PROTECTED]>, relay=192.168.222.210[192.168.222.210]:25, 
> delay=13, delays=12/0.08/0.02/0.01, dsn=5.5.3, status=bounced (host 
> 192.168.222.210[192.168.222.210] said: 550 5.5.3 : 
> End-of-data rejected: Multi-recipient bounce (in reply to end of DATA 
> command))
> 
> 
> Can I please have some advice on where to look for errors?
> 

Sounds like a Postfix configuration error, try

http://www.google.se/search?hl=en&q=cyrus+%22Multi-recipient+bounce%22&btnG=Google+Search&meta=
http://www.postfix.org/postconf.5.html#reject_multi_recipient_bounce

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: PostgreSQL support for SASL

2007-12-09 Thread Ken Murchison
Andrzej Kwiatkowski wrote:
> Hello.
> 
> On my page http://www.kwiatek.eu.org/soft/patches/
> is now available version of Cyrus Sasl library patch
> for  version 2.1.22.
> 
> After applying this patch you can use PostgreSQL as
> auth mechanism, and use this backend without PAM.
> 
> Next step is to create the same patch for MySQL.

Am I missing something?  We've had MySQL and PgSQL sasldb code for quite 
a while.  This code can support ALL SASL mechanisms, where saslauthd can 
ONLY support plaintext mechanisms.

-- 
Kenneth Murchison
Systems Programmer
Project Cyrus Developer/Maintainer
Carnegie Mellon University

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html