My ls -l /var/spool/imap/*/user/ **********************************************************
[EMAIL PROTECTED] src]# ls -l /var/spool/imap/*/user/ /var/spool/imap/c/user/: toplam 4 drwx------ 2 cyrus mail 4096 May 24 10:21 cyrus /var/spool/imap/s/user/: toplam 4 drwx------ 2 cyrus mail 4096 May 24 12:59 sibelnet ********************************************************************** But I had added this user from console not webcyradm, when I added by using web-cyradm, it cannot write anything to /var/spool/imap/*/user/ And I cannot login to squirrelmail by using username:[EMAIL PROTECTED], but I can login by writing user.domain.com to squirrelmail. After logging I had get following error from squirrelmail: ERROR: ERROR : Could not complete request. Query: SELECT "INBOX" Reason Given: Invalid mailbox name What must I do??? Please say someting? I will be mad. > Sibel Karabulut wrote: >> Micheal reaaly can you help me? You cannot imagine how be happy. >> >> output of ls -la /var/spool/imap/user/ >> ******************************************************* >> [EMAIL PROTECTED] imap]# ls -la /var/spool/imap/user/ >> ls: /var/spool/imap/user/: no such file or directory. >> >> **********ON REDHAT ENTERPRISE AS4************* >> >> my /usr/lib/sasl2/imapd.conf >> pwcheck_method: auxprop >> sql_engine: mysql >> #sql_hostname: localhost >> sql_user: mail >> sql_passwd: secret >> sql_database: mail >> sql_select: SELECT password FROM accountuser WHERE username = '%u' >> auxprop_plugin: sql >> ********************************************************* >> my /usr/lib/sasl2/smtpd.conf >> pwcheck_method: auxprop >> sql_engine: mysql >> #sql_hostname: localhost >> sql_user: mail >> sql_passwd: secret >> auxprop_plugin: sql >> sql_database: mail >> sql_select: SELECT password FROM accountuser WHERE username = '%u' >> >> ****************************************************************** >> my /usr/lib/sasl2/Cyrus.conf >> pwcheck_method: auxprop >> sql_engine: mysql >> #sql_hostname: localhost >> sql_user: mail >> sql_passwd: secret >> sql_database: mail >> sql_select: SELECT password FROM accountuser WHERE username = '%u' >> auxprop_plugin:sql >> ***************************************************************** >> my /etc/imapd.conf >> configdirectory: /var/lib/imap >> partition-default: /var/spool/imap >> admins: cyrus >> sievedir: /var/lib/imap/sieve >> sendmail: /usr/sbin/sendmail >> hashimapspool: true >> sasl_pwcheck_method: auxprop >> #sasl_mech_list: PLAIN >> tls_cert_file: /usr/share/ssl/certs/cyrus-imapd.pem >> tls_key_file: /usr/share/ssl/certs/cyrus-imapd.pem >> tls_ca_file: /usr/share/ssl/certs/ca-bundle.crt >> unixhierarcysep: yes >> altnamespace: yes >> >> ********************************************************************* > > In my /etc/imapd.conf I have: > > sasl_pwcheck_method: auxprop > sasl_mech_list: plain login cram-md5 digest-md5 > sasl_auxprop_plugin: sql > sasl_sql_engine: mysql > sasl_sql_user: *********** > sasl_sql_passwd: ********** > sasl_sql_hostnames: localhost > sasl_sql_database: mail > sasl_sql_statement: select password from accountuser where username = '%u' > > In smtpd.conf > pwcheck_method: auxprop > mech_list: plain login cram-md5 digest-md5 > auxprop_plugin: sql > sql_engine: mysql > sql_user: ********* > sql_passwd: ********** > #sql_hostnames: localhost > sql_database: mail > sql_statement: select password from accountuser where username = '%u' > > write output of: ls -l /var/spool/imap/*/user/ > > In first place change mech_list to plain and test if you can telnet (log > in) to localhost:143 > > rgds, > Lukasz > _______________________________________________ > This mailing list is hosted and supported > by bit-heads GmbH | http://www.bit-heads.ch > > _______________________________________________ > Web-cyradm mailing list > [email protected] > http://www.web-cyradm.org/mailman/listinfo/web-cyradm > -- ----------------------------------------- Gelecek A.S System Support & Development E-Mail:[EMAIL PROTECTED] ----------------------------------------- _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
