RE: AB003-cyrus
I had the same problem, what I had to do was alter cyradm from: exec Perl -MCyrus::IMAP::Shell -e shell -- "$@" to: exec Perl -I/usr/imap/lib/perl5/site_perl -MCyrus::IMAP::Shell -e (insert whatever path you have to the Shell.pm above) -Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael J Barber Sent: Thursday, July 24, 2003 5:51 AM To: Andrea Bencini Cc: [EMAIL PROTECTED] Subject: Re: AB003-cyrus Can't remember how to fix it but It is referring to your perl search path. Perl has it's own PATH environment variable. It is looking everywhere it knows to look for the file. This at least is what the @INC is for. Michael J Barber SUNY Plattsburgh CMS Computer Labs Technician 116D Feinberg Library Plattsburgh, NY 12901 518.564.2319 Quoting Andrea Bencini <[EMAIL PROTECTED]>: ^^ Hi all, ^^ I am trying to setup Cyrus on RedHat 8.0. When I try to use cyradm to add ^^ the user accounts etc. I get an error. ^^ ^^ Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: ^^ /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 ^^ /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi ^^ /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl ^^ /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi ^^ /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl ^^ /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .). ^^ BEGIN failed--compilation aborted. ^^ ^^ An other things, what is @INC ? ^^ ^^ please help ^^ ^^ Andrea ^^ ^^ - - This site run by Horde http://www.horde.org Apache http://httpd.apache.org PHPhttp://www.php.net PostgreSQL http://www.postgresql.org MySQL http://www.mysql.com Postfixhttp://www.postfix.org Cyrus-Imap http://asg.web.cmu.edu/ and of course GNU Linux by RedHat http://www.redhat.com -
RE: installation help, please
I was able to find a solution through one of the newsgroups. I had to alter cyradm from: exec Perl -MCyrus::IMAP::Shell -e shell -- "$@" to: exec Perl -I/usr/imap/lib/perl5/site_perl -MCyrus::IMAP::Shell -e Now cyradm seems to be working, yet no luck for logging in. I am trying: cyradm --user cyrus --server localhost --auth plain I do get a challenge for my SASL2 password. This is to no avail as I see in the log: "Badlogin: PLAIN [SASL-(4) no mechanism available, security flags do not match required] Perl: no worthy mechs found." Again, any (ANY) ideas are greatly appreciated at this point. Thanks, -Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andreas Freyvogel Sent: Tuesday, July 15, 2003 6:20 PM To: Marcelino Vallejo; [EMAIL PROTECTED] Subject: RE: installation help, please I have followed the instructions and each process is up and listening. I however am unable to test Cyrus with cyradm because it comes up with Can't Locate Cyrus/IMAP/Shell.pm in @INC. Even if I try and move, symlink these files to the path nothing works. Am I supposed to do anything additional for Perl? This is truly driving me nuts. Any ideas?? -Original Message- From: Marcelino Vallejo [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 3:50 PM To: Andreas Freyvogel Cc: [EMAIL PROTECTED] Subject: Re: installation help, please I recomend you to build and install the packages that our friend Simon Matter maintains at: http://home.teleport.ch/simix/ There are lots of Howtos on the net than can assist you.For example: http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Postfi x-Cyrus-Web-cyradm-HOWTO.html Hope this help you. Regards Andreas Freyvogel wrote: > Hi everyone ... > > > I have been trying to install Cyrus and cyrus-sasl on a RedHat 7.3 platform > with not very good results. The first time I had them installed I could not > authenticate, as it told me no mechanisms available. I do have a working > version on RedHat 6.2 and I like it very much. > > Are there any good installation instructions that also specify which > packages and where they all can be downloaded? > > The strange thing is that RedHat 7.3 comes with cyrus-sasl but there are no > updated rpm's for Cyrus-imapd?? > > I am desperate to get this going so any assistance is GREATLY appreciated. > THANKS ... > -Andreas > >
RE: installation help, please
I have followed the instructions and each process is up and listening. I however am unable to test Cyrus with cyradm because it comes up with Can't Locate Cyrus/IMAP/Shell.pm in @INC. Even if I try and move, symlink these files to the path nothing works. Am I supposed to do anything additional for Perl? This is truly driving me nuts. Any ideas?? -Original Message- From: Marcelino Vallejo [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 3:50 PM To: Andreas Freyvogel Cc: [EMAIL PROTECTED] Subject: Re: installation help, please I recomend you to build and install the packages that our friend Simon Matter maintains at: http://home.teleport.ch/simix/ There are lots of Howtos on the net than can assist you.For example: http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Postfi x-Cyrus-Web-cyradm-HOWTO.html Hope this help you. Regards Andreas Freyvogel wrote: > Hi everyone ... > > > I have been trying to install Cyrus and cyrus-sasl on a RedHat 7.3 platform > with not very good results. The first time I had them installed I could not > authenticate, as it told me no mechanisms available. I do have a working > version on RedHat 6.2 and I like it very much. > > Are there any good installation instructions that also specify which > packages and where they all can be downloaded? > > The strange thing is that RedHat 7.3 comes with cyrus-sasl but there are no > updated rpm's for Cyrus-imapd?? > > I am desperate to get this going so any assistance is GREATLY appreciated. > THANKS ... > -Andreas > >
installation help, please
Hi everyone ... I have been trying to install Cyrus and cyrus-sasl on a RedHat 7.3 platform with not very good results. The first time I had them installed I could not authenticate, as it told me no mechanisms available. I do have a working version on RedHat 6.2 and I like it very much. Are there any good installation instructions that also specify which packages and where they all can be downloaded? The strange thing is that RedHat 7.3 comes with cyrus-sasl but there are no updated rpm's for Cyrus-imapd?? I am desperate to get this going so any assistance is GREATLY appreciated. THANKS ... -Andreas
RE: full restore to a different machine
Sorry ... I sent this off to the wrong list. I apologise. -Andreas -Original Message- From: Andreas Freyvogel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 4:30 PM To: Cyrus List Subject: full restore to a different machine Hi all, I have a simple question, with hopefully an equally simple answer: How may I do a full restore of Machine "A" to Machine "B"? I know I can do a full restore of Machine "A" to Machine "A", but when I try to use the redirection below as: --- Redirections --- MachineA: | MachineB: --- it wants me to specify the "machine"/"path"/"folder/filename". I am using Arkeia version 4.2.6-1. Any ideas or suggestions? Thanks in advance for any help. Regards, -Andreas
full restore to a different machine
Hi all, I have a simple question, with hopefully an equally simple answer: How may I do a full restore of Machine "A" to Machine "B"? I know I can do a full restore of Machine "A" to Machine "A", but when I try to use the redirection below as: --- Redirections --- MachineA: | MachineB: --- it wants me to specify the "machine"/"path"/"folder/filename". I am using Arkeia version 4.2.6-1. Any ideas or suggestions? Thanks in advance for any help. Regards, -Andreas
RE: Notification when mailbox is full
Is it just me or is anyone else receiving this message many times? -Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bartosz Jozwiak Sent: Wednesday, June 04, 2003 9:25 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Notification when mailbox is full See attachments files.Save it to /usr/cyrus/quota and add quota.pl to your crontab. in quota.pl replace domain.tld in lines 113 and 132 with something you like and also replace domain\.tld in lines 199 and 207 with something you like. Bartosz Jozwiak IT Developer
unable to send emails to Yahoo
I am having a weird situation in the fact that on occasion we are unable to send emails to recipients at Yahoo. The error we are getting is: host mx2.mail.yahoo.com[64.156.215.6] said: 552 Put ,E=\r\n at the end of Mether, Mtcp, or Msmtp in sendmail.cf if you are using Solaris 2.5 (fixed in 2.5.1). I cannot accept messages with stray newlines. Many SMTP servers will time out waiting for \r\n.\r\n. We are running on RedHat with Cyrus and Postfix. Anyone ideas from anyone would be greatly appreciated. The tough thing is that it does not happen every time. Thanks for any help, -Andreas
not receiving quota warnings
Hello all, Currently I have Red Hat, Cyrus and Postfix working together quite well except for one problem. If a users mailbox is over quota they do not receive a warning. At this point all incoming email is rejected and as far as I know lost. Please direct me in the right direction to where I might be able to test and fix what is not running correctly. Thanks for any assistance. -Andreas --- Red Hat release 6.2 cyrus imapd 1.6.24 postfix 19991231 ---
where do full mailboxes send messages
Good Day all! I have a quick question: if a users mailbox is full what does the system do with that message? As far as I am able to see it does not send a response to the sender saying it cannot be delivered, but it does not keep it either. Thank you in advance for any assistance or thoughts. -Andreas