how to enable TLS in cyrus?

2007-03-20 Thread JOYDEEP
Dear list, How to enable TLS security in cyrus ? thanks 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: scan subdirectory of mailbox with PHP

2007-03-20 Thread Jochem Meyers
You can either make the connection to the lower mailbox directly by using the correct IMAP path, or you can use imap_reopen, which takes your imap resource identifier, and the full connection string to the server with the new foldername: imap_reopen($mbox, {imap.example.org:143}INBOX.Sent); I

Re: disallow bind_anon creates problem in cyrus

2007-03-20 Thread Roland Felnhofer
Hi, that should give you a hint: saslauthd.conf ldap_servers: ldap://127.0.0.1 ldap_search_base: ou=people,dc=example,dc=com ldap_bind_dn: cn=proxyagent,ou=special_users,dc=example,dc=com ldap_password: password ldap_scope: one ldap_uidattr: uid ldap_filter_mode: yes ldap_filter:

Re: disallow bind_anon creates problem in cyrus

2007-03-20 Thread JOYDEEP
Roland Felnhofer wrote: Hi, that should give you a hint: saslauthd.conf ldap_servers: ldap://127.0.0.1 ldap_search_base: ou=people,dc=example,dc=com ldap_bind_dn: cn=proxyagent,ou=special_users,dc=example,dc=com ldap_password: password ldap_scope: one ldap_uidattr: uid

very newbiw question about cyrus security

2007-03-20 Thread JOYDEEP
Dear list, I am using cyrus with LDAP authentication. Cyrus is working well with LDAP here. Now I like to implement some security as the authentication is based on clear text. I have heared about SSL/TLS connection which encrypts the connection between server and client. So could any one kindly

how to force cyrus to honor domain name with user name ?

2007-03-20 Thread JOYDEEP
Dear list, I can login the cyrus IMAP both as username as well as [EMAIL PROTECTED] How can I force cyrus to allow login as [EMAIL PROTECTED]only ? thanks Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info:

Re: how to force cyrus to honor domain name with user name ?

2007-03-20 Thread Rudy Gevaert
JOYDEEP wrote: Dear list, I can login the cyrus IMAP both as username as well as [EMAIL PROTECTED] How can I force cyrus to allow login as [EMAIL PROTECTED]only ? I believe it is virtdomains: userid in imapd.conf -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

can't create subfolder, plese help

2007-03-20 Thread JOYDEEP
Dear cyrus experts, I can create mail boxes as admin user of cyrus. I have created an user called aftab. *lm* shows user/aftab (\HasNoChildren) Then *lam * command shows as below localhost lam user/aftab aftab lrswipcda Now I configured kmail for the account aftab. But whenever I try to

Re: how to force cyrus to honor domain name with user name ?

2007-03-20 Thread JOYDEEP
Rudy Gevaert wrote: JOYDEEP wrote: Dear list, I can login the cyrus IMAP both as username as well as [EMAIL PROTECTED] How can I force cyrus to allow login as [EMAIL PROTECTED]only ? I believe it is virtdomains: userid in imapd.conf Thanks, I'll check it and let u know soon.

RE: Sent and Trash not being created

2007-03-20 Thread Jonathan Villa
Correction, I meant that they are NOT being created automatically.  They usually are.  They are on my other instances. From: Jonathan Villa [EMAIL PROTECTED] Sent: Tue, 3/20/2007 1:31pm To: Cyrus User's Mailing List info-cyrus@lists.andrew.cmu.edu Subject: Sent and Trash not being created I

Re: how to force cyrus to honor domain name with user name ?

2007-03-20 Thread JOYDEEP
JOYDEEP wrote: Rudy Gevaert wrote: JOYDEEP wrote: Dear list, I can login the cyrus IMAP both as username as well as [EMAIL PROTECTED] How can I force cyrus to allow login as [EMAIL PROTECTED]only ? I believe it is virtdomains: userid in imapd.conf Dear

Re: how to enable TLS in cyrus?

2007-03-20 Thread Martin Kraus
On Tue, Mar 20, 2007 at 01:41:11PM +0530, JOYDEEP wrote: Dear list, How to enable TLS security in cyrus ? how about reading the documentation at least once? http://cyrusimap.web.cmu.edu/imapd/install-configure.html section about SSL,TLS and OpenSSL mk Cyrus Home Page:

Re: disallow bind_anon creates problem in cyrus

2007-03-20 Thread Roland Felnhofer
Hi, hmm, let me guess - you are running saslauthd with -a PAM?! try running it /usr/sbin/saslauthd -a ldap no need (with a more or less up-to-date version of saslauthd) to do it via PAM - use LDAP directly. Less layers less potential problems. What log entry and result do you get by

Re: Sent and Trash not being created

2007-03-20 Thread Brian Dial
are you using the autocreateinboxfolders: option? Jonathan Villa wrote: I joined this list recently, so forgive me if I'm inquiring on a known bug. I've been using Cyrus-IMAP for a few years now and have installed and configured quite a few installs. I'm doing an install right now and the

setacl mailbox foo%bar lrswipcda -- INVALID IDENTIFIER

2007-03-20 Thread Alain Spineux
I was testing my web application when I found (maybe) a bug into cyrus. I can create a mailbox user/[EMAIL PROTECTED], but cannot use this user [EMAIL PROTECTED] as who into any setacl command. setacl user/[EMAIL PROTECTED] [EMAIL PROTECTED] lrswipcda -- ok setacl user/[EMAIL PROTECTED] [EMAIL

RE: Sent and Trash not being created

2007-03-20 Thread Jonathan Villa
No I am not.  I never have.  I will try this. - Original Message - From: Brian Dial [EMAIL PROTECTED] Sent: Tue, 3/20/2007 9:00am To: Cc: Cyrus User's Mailing List info-cyrus@lists.andrew.cmu.edu Subject: Re: Sent and Trash not being created are you using the autocreateinboxfolders:

RE: Sent and Trash not being created

2007-03-20 Thread Jonathan Villa
Ok, I tried it now... here is my imapd.conf configdirectory: /var/lib/imap partition-default: /var/spool/imap admins: cyrus sievedir: /var/lib/imap/sieve sendmail: /usr/sbin/sendmail autocreateinboxfolders: Sent|Trash|Drafts createonpost: 1 hashimapspool: true sasl_pwcheck_method: auxprop

Re: Sent and Trash not being created

2007-03-20 Thread Brian Dial
Certain clients automaticly create folders. I think outlook express might automaticly create a sent items and drafts if you have it specified in the options to store those on the server. Outlook 2003 and below don't have tthese options, but i think it automaticly creates a Trash folder no matter

Re: autocreate broken in 2.3?

2007-03-20 Thread Aristotelis
Ken Murchison wrote: Brian Dial wrote: oh, duh. i thhought they were part of the core by now. thanks! They will be integrated once they support all possible configurations of : unixhierarchysep, virtdomains, and Murder The problem still is Murder. Although in UoA we don't use

Re: vacation programs

2007-03-20 Thread Chris St. Pierre
On Tue, 20 Mar 2007, Gene Rackow wrote: I know the subject of vacation programs have come up a few times in the past. I'm curious what people may be using to provide a reasonable auto-response. The problem that I have seen popping up is the spammers are sending mail directly to the users

Re: vacation programs

2007-03-20 Thread Wesley Craig
On 20 Mar 2007, at 11:24, Gene Rackow wrote: My current vacation program is based on the Unix vacation rules. Only respond to mail that you are listed on the To: or cc: lines. No response to mailing lists, precedence: bulk or junk, some black-listed addresses, etc. The only thing I'd add is

RE: Sent and Trash not being created

2007-03-20 Thread Andrew Morgan
On Tue, 20 Mar 2007, Jonathan Villa wrote: Ok, I tried it now... here is my imapd.conf configdirectory: /var/lib/imap partition-default: /var/spool/imap admins: cyrus sievedir: /var/lib/imap/sieve sendmail: /usr/sbin/sendmail autocreateinboxfolders: Sent|Trash|Drafts createonpost: 1

RE: Sent and Trash not being created

2007-03-20 Thread Jonathan Villa
Well, tinkering around some, I was able to get Thunderbird to create the Trash automatically as well as the Sent items once I sent out an email.  My issue now is still with squirrelmail which I will pursue later. Also the autocreateinboxfolders doesn't seem to work on this config either, even

Autocreateinboxfolders not being autocreated

2007-03-20 Thread Jonathan Villa
Ok, I've listed the following in my imapd.conf file autocreateinboxfolders: Sent|Trash|Drafts autosubscribeinboxfolders: Sent|Trash|Drafts createonpost:1 (aside from other options as well) but yet those folders are not being autocreated. The Trash folder is being created, with or without those

Re: disallow bind_anon creates problem in cyrus

2007-03-20 Thread JOYDEEP
Roland Felnhofer wrote: Hi, hmm, let me guess - you are running saslauthd with -a PAM?! try running it /usr/sbin/saslauthd -a ldap no need (with a more or less up-to-date version of saslauthd) to do it via PAM - use LDAP directly. Less layers less potential problems. What log entry

account creation in cyrus

2007-03-20 Thread JOYDEEP
dear list, I have a running egroupware with auto cyrus imap creation facility. If I set Mail server login typeStandard (login name identical to eGw domain name) the account created under cyrus is like ( example for account aftab) user/aftab user/aftab/Sent user/aftab/trash But after

Re: Autocreateinboxfolders not being autocreated

2007-03-20 Thread Simon Matter
Ok, I've listed the following in my imapd.conf file autocreateinboxfolders: Sent|Trash|Drafts autosubscribeinboxfolders: Sent|Trash|Drafts createonpost:1 (aside from other options as well) but yet those folders are not being autocreated. The Trash folder is being created, with or without