RE: IMAP clients that use ANNOTATE[MORE]
Hi, I can't log yet and i relieve that's postfix problem... and I wanna answer this be ok? # ps -aux | grep master root 15211 0.0 0.0 2908 964 ?S18:17 0:00 [master] cyrus15283 0.0 0.1 3468 1128 ?S18:34 0:00 [master] this could be the problem?? Greetings Arturo -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Scott Russell Enviado el: Miércoles, 17 de Marzo de 2004 22:01 Para: [EMAIL PROTECTED] Asunto: IMAP clients that use ANNOTATE[MORE] Greets - I was thinking about enabling ANNOTATEMORE on the Cyrus IMAPd 2.2.3 build I'm planning. I was curious though, is it worth it? Are there IMAP clients in the wild that use ANNOTATE and ANNOTATEMORE? Most of my users are Mozilla Mail, Netscape Mail (4.7x), pine, mutt, and Evolution Googeling on "ANNOTATEMORE IMAP client" was kind of useless :) Lots of good info about the draft though, which I skimmed. -- Scott Russell <[EMAIL PROTECTED]> Linux Technology Center System Admin --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
can't log in
Hi!... When i try login from outlook... sasl (with -d option) says: saslauthd[2456] :rel_accept_lock : released accept lock saslauthd[2458] :get_accept_lock : acquired accept lock saslauthd[2456] :do_auth : auth success: [user=arturo.coretech.cl] [service=imap] [realm=] [mech=pam] saslauthd[2456] :do_request : response: OK but the authentication window continue open... and I input user and password and again sasl say ok but window it's always open... like failure authentication?... any idea? Thx, Arturo -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Edward Rudd Enviado el: Martes, 23 de Marzo de 2004 15:25 Para: Paul Dorneanu CC: Cyrus-IMAP Asunto: Re:converting sppol and config dirs from 2.1.x to 2.2.x (WAS:cyrus 2.2.3 & virtual) First shutdown cyrus-imapd. The current directory structure for user jon_doecom is like this (with hashimapspool: off) seendb: /var/lib/imap/user/j/jon_doecom.seen subdb: /var/lib/imap/user/j/jon_doecom.sub spool: /var/spool/imap/user/jon_doecom/ quota: /var/lib/imap/quota/j/user.jon_doecom sieve: /var/lib/imap/sieve/j/jon_doecom/ For the virtual domain support to find everything.. The directory structures need to be like this.. (mapping jon_doecom -> [EMAIL PROTECTED]) seendb: /var/lib/imap/domain/d/doe.com/user/j/jon.seen subdb: /var/lib/imap/domain/d/doe.com/user/j/jon.sub spool: /var/spool/imap/domain/doe.com/user/jon/ quota: /var/lib/imap/domain/d/doe.com/quota/j/user.jon sieve: /var/lib/imap/sieve/domain/d/doe.com/j/jon/ Now a few files need to have their data updated as well. the mailboxes.db needs to be dumped by using the ctl_mboxlist 9which needs to be run as the cyrus user).. Now i'm assuming Simon Matter's RPM here.. you may have to find the ctl_mboxlist program on your system.. su - cyrus /usr/lib/cyrus-imapd/ctl_mboxlist -d > mailboxes.txt Then you need to edit the mailboxes.txt file so that it goes from this user.jon_doecom default jon_doecom lrswipcda user.jon_doecom.somefolder default jon_doecom lrswipcda To this doe.com!user.jondefault [EMAIL PROTECTED] lrswipcda doe.com!user.jon.somefolder default [EMAIL PROTECTED] lrswipcda Note that there are tabs between everything not spaces. and a trailing tab at the end of the line, and an exlamation mark between the domain and the user. Next you will have to update the jon_doecom.sub file (renaming to jon.sub in the new directory) so that it goes from this user.jon_doecom user.jon_doecom.somefolder To this doe.com!user.jon doe.com!user.jon.somefolder Once all that is done for all the users.. set the virtdomains: userid in imapd.conf and start up cyrus-imapd. You will probably have to fix up your SQL database so that the full username ([EMAIL PROTECTED]) is stored in the username field.. OR split it up into username and domain.. then you'll have to change your query to use %p for the part before the @ and %r for the part after the @.. Make sure you are using the 2.1.17 release of cyrus-sasl as well. If you follow all of the instructions above,every should go smoothly, with a few exceptions.. domains that begin with a number do not end up in a numbered hash directory.. ie.. 3somesite.tld does not go in a 3/3somesite.tld.. it actually goes into the q directory q/3somesite.tld.. I haven't investigated that much further to figure out where all of the numbers go.. If you adept at perl programming you may download my partially started conversion script here http://svn.outoforder.cc/svn/mailserver/trunk/cyrus-spool.pl Note it currently doesn't actually make any changes.. it only shows what would be done. It still has a bit of work to do before it's finished. On Tue, 2004-03-23 at 01:36, Paul Dorneanu wrote: > Hello Edward, > > finally someone answered to my problem. > > Here's what I have: > configdirectory: /var/lib/imap > partition-default: /var/spool/imap > sievedir: /var/lib/imap/sieve > sendmail: /usr/sbin/sendmail > lmtpsocket: /var/spool/postfix/lmtp > > admins: cyrus > allowanonymouslogin: no > sieveuserhomedir: no > hashimapspool: no > allowplaintext: yes > servername: ns1.holman.net > > sasl_pwcheck_method: auxprop > sasl_sql_engine: mysql > sasl_sql_hostnames: 127.0.0.1 > sasl_sql_user: user > sasl_sql_passwd: *** > sasl_sql_database: mail_db > sasl_sql_select: select password from users where username='%u' > sasl_sql_verbose: yes > sasl_verbose: yes > sasl_mysql_verbose: yes > 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 > > deleteright: c > poptimeout: 3 > verbose: yes > > --- > I use something like user_domaintld and I want to be able to have > [EMAIL PROTECTED] > > An update script will be great. Although, I did not found what there is > to convert. > > Thanks for the help. > > > Edward Rudd wrot
Dont work
Hi, I try many times log in cyrus but in all this time don't work. Logs don't throw anything anyone can gime any clue? Link please... I need leave ready this server asap. Thanks, Arturo -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Robert Fitzpatrick Enviado el: Lunes, 22 de Marzo de 2004 19:41 Para: Rob Siemborski CC: Cyrus-IMAP Asunto: Re: servname not supported On Mon, 2004-03-22 at 15:45, Rob Siemborski wrote: > On Mon, 22 Mar 2004, Robert Fitzpatrick wrote: > > > Found this solution, the book I'm reading and using to setup Cyrus-IMAP, > > Managing IMAP (O'reilly), has this as a typo '/usr/local/bin/imtest -p > > localhost imap'. I found on the net that it should be: > > > > ../imtest -p imap localhost > > > > Man, that will be dissapointing for many readers when they test their > > new installation... > > As will learning that they're reading a book that was written against an > ancient version of Cyrus. > I noticed, know any recent books? -- Robert --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
RE: PAM (Red Hat) saslauthd, and Cyrus IMAP
Hi o all!!! I can't connect from Outlook to cyrus but in error logs don't say any extrange... and log form imap say what user is logged at ... but can't send anything. I review my master.cf and main.cf but I dont know what I doing bad... then the first question is how can I made a debug log from saslauthd and postfix, because the first don't have log ?¿ and the second it's very light. I remember that after this, in maillog throw error about user login... and say some [EMAIL PROTECTED] how I fix this??? Thanks for any idea, help, link, doc... etc... Arturo. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Ken Murchison Enviado el: Miércoles, 10 de Marzo de 2004 18:15 Para: Prentice Bisbal CC: [EMAIL PROTECTED] Asunto: Re: PAM (Red Hat) saslauthd, and Cyrus IMAP Prentice Bisbal wrote: > I'm having trouble authenticating to Cyrus IMAP. After having problems > with salsdb2 and auxprop, I"m now trying to use saslauthd and pam so I > can use the users' password from NIS. > > I can authenticate as myself, the cyrus admin, and the mupdate user fine > with the cyradm command, but when I try to use imtest or connect from an > IMAP mail client, I get reject, with the following entries in > /var/log/auth.log > > Mar 10 15:40:18 pdb-mail-1 saslauthd[11318]: do_auth : auth > failure: [user=mupdate] [service=mupdate] [realm=] [mech=pam] You need to create a PAM config file for each service. -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY 14127 --PGP Public Key--http://www.oceana.com/~ken/ksm.pgp --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
RE: Additional information about RV: login problem
Hi again! When use testsaslauthd -u user.domain.cl -p password throw me error: 0: NO "authentication failed" And logs same errors...: Feb 12 11:57:56 LXPROD01 saslauthd[28901]: pam_sm_authenticate called. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: dbuser changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: dbpasswd changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: host changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: database changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: table changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: usercolumn changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: passwdcolumn changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: crypt changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: logtable changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: logmsgcolumn changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: logusercolumn changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: loghostcolumn changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: logpidcolumn changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: logtimecolumn changed. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: db_connect called. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: returning 0 . Feb 12 11:57:56 LXPROD01 saslauthd[28901]: db_checkpasswd called. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: pam_mysql: where clause = Feb 12 11:57:56 LXPROD01 saslauthd[28901]: SELECT password FROM accountuser WHERE username= 'user.domain.cl' Feb 12 11:57:56 LXPROD01 saslauthd[28901]: returning 7 . Feb 12 11:57:56 LXPROD01 saslauthd[28901]: returning 7 after db_checkpasswd. Feb 12 11:57:56 LXPROD01 saslauthd[28901]: do_auth : auth failure: [user=user.domain.cl] [service=imap] [realm=] [mech=pam] [reason=PAM auth error] Thanks for any clue... solution... idea... etc... etc... Arturo. -Mensaje original- De: Christian Beilstein [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 12 de Febrero de 2004 10:49 Para: Arturo Mardones Asunto: Re: Additional information about RV: login problem Am Donnerstag, 12. Februar 2004 14.00 schrieb Arturo Mardones: > Hi!... > > When i change on imapd.conf sasl_pwcheck_method for > imapsasl_pwcheck_method in messages log there this: > > badlogin: [192.168.2.24] plaintext user.domain.cl SASL(-13): user not > found: checkpass failed > > but when is sasl... throw: > > > Feb 12 09:44:09 LXPROD01 saslauthd[2480]: SELECT password FROM > accountuser WHERE username='user.domain.cl' > Feb 12 09:44:09 LXPROD01 saslauthd[2480]: returning 7 . > Feb 12 09:44:09 LXPROD01 saslauthd[2480]: returning 7 after > db_checkpasswd. > Feb 12 09:44:09 LXPROD01 saslauthd[2480]: do_auth : auth > failure: [user=user.domain.cl] [service=imap] [realm=] [mech=pam] > [reason=PAM auth error] > badlogin: [192.168.2.24] plaintext user.domain.cl SASL(-13): user not > found: checkpass failed that's looking good ;-) saslauthd is trying to authenticate via pam_mysql. So you should start saslauthd with flage "-d" to enable the debugging mode and check the logs again after another try. Maybe you will find there a line like: saslauth[x]: DEBUG: auth_pam: pam_authenticate failed: Permission denied Then check your mysql settings in /etc/pam.d/imap. Another way to debug the problem is to test saslauthd with the program "testsaslauthd". Either this program is preinstalled or you have to compile it (its somwhere in the source dir) testsaslauth -u user.domain.cl -p hispassword you should get 0: OK "Success." if everything is configured well. good luck chris > > Thanks for any help... I googling but cant find any answer... > > Arturo. > > -Mensaje original- > De: Arturo Mardones [mailto:[EMAIL PROTECTED] > Enviado el: Jueves, 12 de Febrero de 2004 9:33 > Para: 'Christian Beilstein' > CC: '[EMAIL PROTECTED]' > Asunto: RE: login problem > > Hi, > > Thanks for your answer!!, I follow that howto but in imapd.conf I've > sasl_pwcheck_method: saslauthd and in imap file have two lines > additional: > > auth sufficient pam_unix_auth.so > > account sufficient pam_unix_acct.so > > when make this changes... in messages log throw me this error: > > unable to open Berkeley db > > > /etc/sasldb2: Permission denied > > then I make chown cyrus:mail /etc/sasldb2 > > and now throw me in messages and imap log : > > badlogin: [192.168.2.24] plaintext user.domain.cl SASL(-13): user not > found: checkpass failed > > > but whit this I use Berkeley db, and I want use the users created in > mysql with webcyradm. > > Thanks for your help, > > > Arturo. > > -Mensaje original- > De: Christian Beilstein [mailto:[EMAIL PROTECTED] > Enviado el: Miércoles, 11 de Febrero de 2004 18:54 > Para: [EMAIL PROTECTED] > CC: [EMA
Additional information about RV: login problem
Hi!... When i change on imapd.conf sasl_pwcheck_method for imapsasl_pwcheck_method in messages log there this: badlogin: [192.168.2.24] plaintext user.domain.cl SASL(-13): user not found: checkpass failed but when is sasl... throw: Feb 12 09:44:09 LXPROD01 saslauthd[2480]: SELECT password FROM accountuser WHERE username='user.domain.cl' Feb 12 09:44:09 LXPROD01 saslauthd[2480]: returning 7 . Feb 12 09:44:09 LXPROD01 saslauthd[2480]: returning 7 after db_checkpasswd. Feb 12 09:44:09 LXPROD01 saslauthd[2480]: do_auth : auth failure: [user=user.domain.cl] [service=imap] [realm=] [mech=pam] [reason=PAM auth error] badlogin: [192.168.2.24] plaintext user.domain.cl SASL(-13): user not found: checkpass failed Thanks for any help... I googling but cant find any answer... Arturo. -Mensaje original- De: Arturo Mardones [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 12 de Febrero de 2004 9:33 Para: 'Christian Beilstein' CC: '[EMAIL PROTECTED]' Asunto: RE: login problem Hi, Thanks for your answer!!, I follow that howto but in imapd.conf I've sasl_pwcheck_method: saslauthd and in imap file have two lines additional: auth sufficient pam_unix_auth.so account sufficient pam_unix_acct.so when make this changes... in messages log throw me this error: unable to open Berkeley db > /etc/sasldb2: Permission denied then I make chown cyrus:mail /etc/sasldb2 and now throw me in messages and imap log : badlogin: [192.168.2.24] plaintext user.domain.cl SASL(-13): user not found: checkpass failed but whit this I use Berkeley db, and I want use the users created in mysql with webcyradm. Thanks for your help, Arturo. -Mensaje original- De: Christian Beilstein [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 11 de Febrero de 2004 18:54 Para: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Asunto: Re: login problem > Hi, > > When try connect me from MUA in messages log through this error: > > Feb 11 17:11:40 mymachine imap(pam_unix)[3395]: could not identify user (from getpwnam(user.domain.cl)) > > Exist any way that cyrus take users created in mysql and not mapped over linux users?? yes, there is a way (using pam): use the module pam_mysql (google knows where to find it ;-) set in /etc/imapd.conf: imapsasl_pwcheck_method: saslauthd start: saslauthd -a pam and configure pam_mysql the way you want to use it, eg in /etc/pam.d/imap #%PAM-1.0 auth sufficient pam_mysql.souser=username passwd=mysecret host=localhost db=mail table=accountuser usercolumn=username passwdcolumn=password crypt=1 logtable=log logmsgcolumn=msg logusercolumn=user loghostcolumn=host account required pam_mysql.souser=username passwd=mysecret host=localhost db=mail table=accountuser usercolumn=username passwdcolumn=password crypt=1 logtable=log logmsgcolumn=msg logusercolumn=user loghostcolumn=host I would recommend to read the Postfix-Cyrus-Web-cyradmin-Howto; i've taken my configuration from there (and im using SuSE8.2, so the paths are takem from there) greez Chris > > Thanks in advance. > > Arturo > > --- > Home Page: http://asg.web.cmu.edu/cyrus > Wiki/FAQ: http://cyruswiki.andrew.cmu.edu > List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
RE: login problem
Hi, Thanks for your answer!!, I follow that howto but in imapd.conf I've sasl_pwcheck_method: saslauthd and in imap file have two lines additional: auth sufficient pam_unix_auth.so account sufficient pam_unix_acct.so when make this changes... in messages log throw me this error: unable to open Berkeley db > /etc/sasldb2: Permission denied then I make chown cyrus:mail /etc/sasldb2 and now throw me in messages and imap log : badlogin: [192.168.2.24] plaintext user.domain.cl SASL(-13): user not found: checkpass failed but whit this I use Berkeley db, and I want use the users created in mysql with webcyradm. Thanks for your help, Arturo. -Mensaje original- De: Christian Beilstein [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 11 de Febrero de 2004 18:54 Para: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Asunto: Re: login problem > Hi, > > When try connect me from MUA in messages log through this error: > > Feb 11 17:11:40 mymachine imap(pam_unix)[3395]: could not identify user (from getpwnam(user.domain.cl)) > > Exist any way that cyrus take users created in mysql and not mapped over linux users?? yes, there is a way (using pam): use the module pam_mysql (google knows where to find it ;-) set in /etc/imapd.conf: imapsasl_pwcheck_method: saslauthd start: saslauthd -a pam and configure pam_mysql the way you want to use it, eg in /etc/pam.d/imap #%PAM-1.0 auth sufficient pam_mysql.souser=username passwd=mysecret host=localhost db=mail table=accountuser usercolumn=username passwdcolumn=password crypt=1 logtable=log logmsgcolumn=msg logusercolumn=user loghostcolumn=host account required pam_mysql.souser=username passwd=mysecret host=localhost db=mail table=accountuser usercolumn=username passwdcolumn=password crypt=1 logtable=log logmsgcolumn=msg logusercolumn=user loghostcolumn=host I would recommend to read the Postfix-Cyrus-Web-cyradmin-Howto; i've taken my configuration from there (and im using SuSE8.2, so the paths are takem from there) greez Chris > > Thanks in advance. > > Arturo > > --- > Home Page: http://asg.web.cmu.edu/cyrus > Wiki/FAQ: http://cyruswiki.andrew.cmu.edu > List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
login problem
Hi, When try connect me from MUA in messages log through this error: Feb 11 17:11:40 mymachine imap(pam_unix)[3395]: could not identify user (from getpwnam(user.domain.cl)) Exist any way that cyrus take users created in mysql and not mapped over linux users?? Thanks in advance. Arturo --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
autentication problemq
Hi!... I cant autenticate to my imap... and found this mail... > Meantime I found the source of the problem. > Before I had started with src.rpm version I tried to install from sources. > A residue of this attempt was lmtpd deamon still running. > To make long story short; postfix used one socket, cyrus listening an other > and all configuration files were pointing to new socket (of course). > > How to detect ? > > lsof -U|grep cyrus > > cyrus-master and lmtpd should point to the same location. Anyone can explain please??? If I use the command lsof... master1652root 71u unix 0xf793c080 1918 private/old-cyrus master1652root 74u unix 0xf7941080 1922 private/cyrus master2792 cyrus5u unix 0xc3ab7a80 16864 socket master2792 cyrus 22u unix 0xf3ebe080 16888 /var/imap/socket/lmtp it really necessary that third line and fourth point to same location? If answer is yes... how? Thanks in advance... Arturo -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Andrew J Caird Enviado el: Miércoles, 11 de Febrero de 2004 13:41 Para: [EMAIL PROTECTED] CC: Shelley Waltz Asunto: Re: saslauthd and ldap and ??? pam On Wed, 11 Feb 2004, Igor Brezac wrote: > > On Wed, 11 Feb 2004, Shelley Waltz wrote: > > > I am interested in knowing the difference and/or advantages > > of the ways one can use ldap authentication with sasl. > > > > One way is to use saslauthd -a ldap, which uses the auth_ldap > > module for saslauthd. > > > > Another way is to use saslauthd -a pam and then specify ldap > > as the auth mechanism in the various pam.d services such as > > smtp or imap. > > > > saslauthd/ldap combination will give you better performance and in general > it is more stable. Some pam implementations/modules leak memory. And without PAM it's one less layer to debug. And you will be debugging. Cyrus IMAP and SASL are great, but they are not simple. As always, Occam's Razor is a handy tool. If you don't have a clear need for PAM integration with SASL, eliminate it. Good luck. -- Andrew --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
RE: folder pointing to another IMAP server?
Hi to all! I'm still trying to configure Cyrus but cannot login me from outlook this error throw in messages and was found on web and can't find any solution... do_auth : auth failure: [user=catador2.coretech.cl] [service=imap] [realm=] [mech=pam] [reason=PAM auth error] Feb 5 11:51:09 LXPROD01 imap[2464]: badlogin: [192.168.2.24] plaintext catador2.coretech.cl SASL(-13): authentication failure: checkpass failed It's any problem with sasl??? Realm?? Thanks in advance for any help.. Arturo --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
RE: cyradm problem
Hi! I resolv rebuild problem, but now cannot connect to cyrus with cyradm... # cyradm --user cyrus --server localhost --auth plain Password: IMAP Password: Login failed: can't request info until later in exchange at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Cyrus/IMAP/Admin. pm line 118 cyradm: cannot authenticate to server with plain as cyrus # testsaslauthd -u cyrus -p cyrusmail 0: OK "Success." It's a Sasl problem? I've been reading mails in archivo of list but cannot find any useful... Thanks in advance. Arturo -Mensaje original- De: Arturo Mardones [mailto:[EMAIL PROTECTED] Enviado el: Martes, 03 de Febrero de 2004 9:33 Para: '[EMAIL PROTECTED]' Asunto: RE: cyradm problem Hi to all!! Alter fitght a lot of time with postfix... now when test imap following Luc'c howto cyradm hangs... and log say deliver[2051]: incorrect version of Berkeley db: compiled against 4.2.52, linked against 4.0.14 ctl_cyrusdb[2233]: incorrect version of Berkeley db: compiled against 4.2.52, linked against 4.0.14 how can I rebuild imap...?? because when I try do it from tarball throw an error with Kerberos... any can help me please... Arturo Pd: I use rh9 and imap 2.2.3 and install bdb 4.0.14 -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Andreas Enviado el: Lunes, 02 de Febrero de 2004 15:39 Para: Max Malkov CC: [EMAIL PROTECTED] Asunto: Re: cyradm problem On Mon, Feb 02, 2004 at 09:35:39AM -0800, Max Malkov wrote: > been having cyradm problem on openbsd 3.4 running on sparc. > tried cyrus imapd 2.2.3 and 2.1.16 -- with the same result: > perl dumps core when trying to connect. > > any pointers to what i should be looking at here? I got some segfaults with cyradm from 2.1.16, take a look if this is the same cenario as yours: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2300
RE: cyradm problem
Hi to all!! Alter fitght a lot of time with postfix... now when test imap following Luc'c howto cyradm hangs... and log say deliver[2051]: incorrect version of Berkeley db: compiled against 4.2.52, linked against 4.0.14 ctl_cyrusdb[2233]: incorrect version of Berkeley db: compiled against 4.2.52, linked against 4.0.14 how can I rebuild imap...?? because when I try do it from tarball throw an error with Kerberos... any can help me please... Arturo Pd: I use rh9 and imap 2.2.3 and install bdb 4.0.14 -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Andreas Enviado el: Lunes, 02 de Febrero de 2004 15:39 Para: Max Malkov CC: [EMAIL PROTECTED] Asunto: Re: cyradm problem On Mon, Feb 02, 2004 at 09:35:39AM -0800, Max Malkov wrote: > been having cyradm problem on openbsd 3.4 running on sparc. > tried cyrus imapd 2.2.3 and 2.1.16 -- with the same result: > perl dumps core when trying to connect. > > any pointers to what i should be looking at here? I got some segfaults with cyradm from 2.1.16, take a look if this is the same cenario as yours: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2300
cyrus on rh9
Anyone use cyrus on rh9? What packages has installed?? Thx.
postalias cant load
Hi! Wen i try Start postfix this throw me this error: /usr/sbin/postalias: error while loading shared libraries: libsasl.so.7: cannot open shared object file: No such file or directory I install postfix from rpm and howto say : After installing the Postfix-RPM, just over-install Postfix by further following the HOWTO How I do this??? Where found the makes files?? Thanks in advance, Arturo -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de RJ45 Enviado el: jueves, 16 de octubre de 2003 5:05 Para: [EMAIL PROTECTED] Asunto: script for creating folders into users mailboxes Hello, I would like to create automatically a folder SPAM in every user mailbox. Is it possible to do that with a cyradm script ? Anyone did that already ? Anyone could point me to an already avaliable sript if such a thing does exist ? thank you Rick
Cant load postfix
Hi to all!! I follow step by step howto from http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/html/install.html and now cant load postfix. When I review used ports I saw what smtp was not loaded. And when try start postfix throw me this error: [EMAIL PROTECTED] catador]$ /etc/rc.d/init.d/postfix restart Shutting down postfix: [Fail] Starting postfix: /usr/sbin/postalias: error while loading shared libraries: libsasl.so.7: cannot open shared object file: No such file or directory [Fail] anyone can help me please!!!... thx in advance. Arturo
problem with kerberos
Hi…. I’ve a problem with kerberos… i saying in .configure what –with-auth= unix… and when do it make throw error what not found any directory. Any idea?? Thx in advance