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 ho

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: uid=%

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:

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: http://asg.w

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 cr

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 a

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 Subject: Sent and Trash not being created I joined this list recently, so

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: use

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: http://cyrusim

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 execu

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 an

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] [EM

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 Subject: Re: Sent and Trash not being created are you using the autocreateinboxfolders: option? Jonathan Villa wrote: >

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 #unixhi

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

vacation programs

2007-03-20 Thread Gene Rackow
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 address. The From line is forged. The spam is

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 virtdomain

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 addre

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 t

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 hashimapsp

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 w

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

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 type>Standard (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 sen

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 o

REJECTING w access to /var/spool/postfix/private/lmtp

2007-03-20 Thread JOYDEEP
Dear list, what does this error mean ? Mar 21 12:41:50 linux kernel: audit(1174461110.953:479): REJECTING w access to /var/spool/postfix/private/lmtp (local(9464) profile /usr/lib/postfix/local active /usr/lib/postfix/local) Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: htt