VirtualDomain support is not working with sendmail/cyrus/ldap

2007-04-02 Thread BipinDas
Dear List, I do have a Sendmail/Cyrus server with LDAP as backend. Sendmail deliver mails to the default domain. I had add the virtualdomain support in Cyrus. I had add a new user named [EMAIL PROTECTED]. But when try to login through webmail,cyrus shows the following error. /var/log/syslog --

Re: Postfix version of smmapd

2007-04-02 Thread Benjamin Donnachie
Simon Matter wrote: > I'm still interested to integrate it into my rpms but only if the encoding > issue has been solved. I'm sure people will start using it once it's in > the package. Would appear that I've wasted my time - although the tcp_tables protocol is fully documented for postfix, if you

Fatal error: tls_start_servertls()

2007-04-02 Thread David Newman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cyrus-imap-2.3.7 cyrus-sasl-2.1.22 FreeBSD 6.1-RELEASE (as guest OS on VMware-server 1.02 on CentOS 4.4) Somewhere between every 12-72 hours the server's CPU goes to 100 percent and stays there until I manually restart imapd. /var/log/messages gets a

Example of a perl callback with send()

2007-04-02 Thread Gary Mills
The Cyrus::IMAP perl library describes send() this way: $client->send(\&callback, \&cbdata, $format, ...); However, none of the examples I could find uses the callback and callback data arguments. Does anybody have an example of how these are used. I'm designing a perl script that makes

Re: deliver -q brings: Over Quota

2007-04-02 Thread Andrew Morgan
On Mon, 2 Apr 2007, Frank Richter wrote: Hi, I'm running a standard Murder: 2 backends, 2 frontends (Linux, cyrus-imapd 2.3.8, Simon's RPM). I'd like to use 'deliver -q user' on the frontend for delivering "Over quota messages" to users. This doesn't work, neither for mailboxes over quota nor f

Re: Cyrus sieve vacation database

2007-04-02 Thread Andrew Morgan
On Mon, 2 Apr 2007, Jerome Nenert wrote: Hi, With the "days" parameter on a vacation sieve script, the reply message will not be resent each time a sender send a message. Where is the database that stores the sender list ? deliver.db Andy Cyrus Home Page: http://cyrusimap.web.

Re: cyrus+spamassassin howto ?

2007-04-02 Thread Dmitriy Kirhlarov
On Mon, Apr 02, 2007 at 02:24:27PM +0530, JOYDEEP wrote: > 2> how to configure spamassassin to monitot spam and ham folders of > all the user ? isync + cyrus proxy-user? WBR. Dmitriy Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List A

Re: More success with TLS; problem with STARTTLS

2007-04-02 Thread Jorey Bump
JOYDEEP wrote: imtest -a aftab -m LOGIN linux.kolkatainfoservices.in -p 993 -s -t "" You want to test STARTTLS on the default IMAP port: imtest -a aftab -m LOGIN -t "" linux.kolkatainfoservices.in Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu

Re: More success with TLS; problem with STARTTLS

2007-04-02 Thread Jorey Bump
JOYDEEP wrote: OK, Arnaud now it is clear to me SSL includes STARTTLS. No, it just negates the need for it. 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: how to enable TLs encryption only ?

2007-04-02 Thread Jorey Bump
JOYDEEP wrote: thanks a lot for so in depth discussion. I have already enabled SSL encryption :-) as I have come to know from some documentation that the STARTTLS is stillnot very standard and the client side support for it is not become standard too. Actually, it's very standardized and w

shared mailboxes with virtual domain setup

2007-04-02 Thread Philippe Trolliet
hi, i´m using cyrus-imapd-2.2.12-6.fc4 on fedora core 4 with virtual domains. virtual domain and user information is stored in a mysql database. the authentication works with sasl configured with pam. everything works fine. i can check mails over pop/imap and send mail. the usernames are of the fol

Cyrus sieve vacation database

2007-04-02 Thread Jerome Nenert
Hi, With the "days" parameter on a vacation sieve script, the reply message will not be resent each time a sender send a message. Where is the database that stores the sender list ? Thanks for your help Jerome Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusima

how to configure sieve to start STARTTLS ?

2007-04-02 Thread JOYDEEP
Dear list, after implementing the imaps , I need to configure sieve to start STARTTLS. sivtest -a aftab -u aftab linux.kolkatainfoservices.in -m LOGIN -t "" is working well. is there any config file for sieve so that I can force sieve to start STARTTLS ? bcoz I am using sieve from a web-b

deliver -q brings: Over Quota

2007-04-02 Thread Frank Richter
Hi, I'm running a standard Murder: 2 backends, 2 frontends (Linux, cyrus-imapd 2.3.8, Simon's RPM). I'd like to use 'deliver -q user' on the frontend for delivering "Over quota messages" to users. This doesn't work, neither for mailboxes over quota nor for users not over quota. backend> quota

cyrus+spamassassin howto ?

2007-04-02 Thread JOYDEEP
dear list, I have a remote server with cyrus+postfix+ldap. now I like to implement the spamassassin technology for per user basis. like every user will create sapm and ham folder in their inbox. then spamassasin will monitor those folders to detect spam mails. in this way the user can also train

Re: More success with TLS; problem with STARTTLS

2007-04-02 Thread Mirosław Jaworski
On Mon, 2007-04-02 at 12:36 +0530, JOYDEEP wrote: > Dear all, > > here is some more success story. > > 1> using LOGIN > > imtest -a aftab -m LOGIN linux.kolkatainfoservices.in -p 993 -s > > > -- > verify error:num=19:self sign

Re: More success with TLS; problem with STARTTLS

2007-04-02 Thread JOYDEEP
[EMAIL PROTECTED] wrote: > Hello Joydeep > > > Selon JOYDEEP <[EMAIL PROTECTED]>: > > >> Dear all, >> >> here is some more success story. >> >> 1> using LOGIN >> >> imtest -a aftab -m LOGIN linux.kolkatainfoservices.in -p 993 -s >> >> >> --

Re: More success with TLS; problem with STARTTLS

2007-04-02 Thread arnaud
Hello Joydeep Selon JOYDEEP <[EMAIL PROTECTED]>: > Dear all, > > here is some more success story. > > 1> using LOGIN > > imtest -a aftab -m LOGIN linux.kolkatainfoservices.in -p 993 -s > > > -- > verify error:num=19:self signed

Re: More success with TLS; problem with STARTTLS

2007-04-02 Thread JOYDEEP
JOYDEEP wrote: > Dear all, > > here is some more success story. > > 1> using LOGIN > > imtest -a aftab -m LOGIN linux.kolkatainfoservices.in -p 993 -s > > > -- > verify error:num=19:self signed certificate in certificate chain > ve

how to configure sieve to start STARTTLS ?

2007-04-02 Thread JOYDEEP
Dear list, after implementing the imaps , I need to configure sieve to start STARTTLS. sivtest -a aftab -u aftab linux.kolkatainfoservices.in -m LOGIN -t "" is working well. is there any config file for sieve so that I can force sieve to start STARTTLS ? bcoz I am using sieve from a we

More success with TLS; problem with STARTTLS

2007-04-02 Thread JOYDEEP
Dear all, here is some more success story. 1> using LOGIN imtest -a aftab -m LOGIN linux.kolkatainfoservices.in -p 993 -s -- verify error:num=19:self signed certificate in certificate chain verify error:num=24:invalid CA certi