Re: [PATCH][saslauthd] cyrus-sasl-2.1.10/saslauthd credential caching

2003-01-15 Thread Rob Siemborski
On Wed, 15 Jan 2003, Jeremy Rumpf wrote: > Round 3 now has: > > cache_lookup() > cache_commit() > cache_discard() I'm guessing a failure to call cache_discard() just results in a memory leak and nothing worse (since you are preserving state from cache_lookup to cache_commit)? > > Wasn't this

Re: how to make sendmail authenticate to lmtpd

2003-01-15 Thread Gautam Das
Rob, Thanks. SMTP AUTH was the answer. Now sendmail is authenticating to frontend lmtpproxyd as murder and delivering mail via the backend lmtpd with proper authentication. Next I have to figure out how to get mailbox moves between backends to work. Just wanted to clarify, I am not running lmtpd

Re: [PATCH][saslauthd] cyrus-sasl-2.1.10/saslauthd credential caching

2003-01-15 Thread Jeremy Rumpf
Thanks, excellent feedback. I've been busy coding away all day. I'm not quite ready for another realease, but I thought I'd drop a line with some of the mods I'm making (they're pretty major). > The biggie: > > cache_lookup() writes the user-provided password hash into the hash table > BEFORE it

Delivering to NonExistant Subfolder...

2003-01-15 Thread Allan Rafuse
If a subfolder doesn't exists, it seems to put it in INBOX. Is there anyway to make the email go to the parent folder? IE: INBOX INBOX.Test1 INBOX.Test1.Personal INBOX.Public So if mail was to be delivered to Personal, but for some reason it didn't exist, could "d

Re: Antivirus

2003-01-15 Thread Henrique de Moraes Holschuh
On Wed, 15 Jan 2003, Matt Bernstein wrote: > Maybe a hook could be bolted in whenever an IMAP fetch or store command is > requested. There is a possible protocol for this called ICAP, for which > patches to squid exist. At least Symantec offer a commercial ICAP server; > there's a GPLish one wri

Re: [PATCH][saslauthd] cyrus-sasl-2.1.10/saslauthd credential caching

2003-01-15 Thread Igor Brezac
On Wed, 15 Jan 2003, Jeremy Rumpf wrote: > On Tuesday 14 January 2003 23:36 pm, Igor Brezac wrote: > > Jeremy, > > > > This stuff looks great and with a limited user sample (10) the performance > > improvement was almost 100 fold. Keep in mind, this is my first crack at > > it. I am using Solar

Re: how to make sendmail authenticate to lmtpd

2003-01-15 Thread Rob Siemborski
On Wed, 15 Jan 2003, Gautam Das wrote: > /* secprops = mysasl_secprops(SASL_SEC_NOPLAINTEXT); */ >secprops = mysasl_secprops(0); > > There was a discussion thread with the above tip from Rob (Thanks Rob). > However it made imap proxy work but not mailbox move from one backend to > another. I'

how to make sendmail authenticate to lmtpd

2003-01-15 Thread Gautam Das
We are trying to get a murder configuration going. Thus far we have the backend, frontend, and mupdate (running on a frontend) servers mostly working. Here are the outstanding issues to resolve - and all have to do with authentication. 1. Mailbox move from one backend to another using cyradm on

7PNTTmaqgML4vI7ZqEvd 專業出租中心 1GMsGVm9SOf5UituhpldaEzdAxy

2003-01-15 Thread ©f©f
Title: ¤â¾÷¥X¯²¤¤¤ß ¤½¥q²¤¶ ¤â¾÷¥X¯²

Re: [PATCH][saslauthd] cyrus-sasl-2.1.10/saslauthd credential caching

2003-01-15 Thread Paul M Fleming
_My_ original plan was to use libmm.. Jeremy already had a similiar solution that he modified. libmm does have the advantage that it is platform neutral -- no need for fancy autoconf tricks to figure out what kinda of shm we have. not to mention it can do the locking in a platform neutral format.

Re: Antivirus

2003-01-15 Thread Matt Bernstein
At 15:00 -0200 Henrique de Moraes Holschuh wrote: >since Cyrus doesn't even enter the picture. Hey, why not? Now that you've switched from UW-IMAP to Cyrus, you need something to do with your spare CPU cycles.. Maybe a hook could be bolted in whenever an IMAP fetch or store command is requeste

RE: Sendmail: deliver to local and cyrus users

2003-01-15 Thread John Colton
Thanks to all for your ideas. In the end, I added the following line to my sendmail mc file: define(`LUSER_RELAY', `cyrusv2:localhost') Now all apparently local names that aren't accounts or aliases are sent to cyrusv2 which is the name of my cyrus mailer. This works great for me. Thanks Deke C

Re: [PATCH][saslauthd] cyrus-sasl-2.1.10/saslauthd credential caching

2003-01-15 Thread Rob Siemborski
On Wed, 15 Jan 2003, Jeremy Rumpf wrote: > Ok, I've set things up on a Solaris 8 machine for testing. After a few tweaks, > things appear to be working ok. One thing though, it seems that the maximum > shared memory segment size on Solaris is 1M by default. Solaris users will > have to tweak their

Re: Antivirus

2003-01-15 Thread Henrique de Moraes Holschuh
On Wed, 15 Jan 2003, Sebastien Marmorat wrote: > What is the best antivirus solution for my mail server Cyrus/Postfix ? We use amavisd-new at work, which works very very well with Postfix. Use whatever virus scanner you want (such as clamav), and you can also have side-wide SPAM filtering through

Re: [PATCH][saslauthd] cyrus-sasl-2.1.10/saslauthd credential caching

2003-01-15 Thread Paul M Fleming
I have a comment. From the readme: 1) The entry was not found, but was created for future lookups. 2) The entry was found, but the password in the cache didn't match the supplied password. In this case, the password in the cache is updated with the supplied password for future lookups.

Re: Antivirus

2003-01-15 Thread David Chait
We use Trend Micro's Interscan Viruswall, and it seems to work really well...the install was trivial actuallyl. _   David ChaitSys Admin  - Facilities Operations333 Bonair Siding Road #107Stanford CA, 94305[EMAIL PROTECTED] - O

Re: Antivirus

2003-01-15 Thread Kendrick Vargas
On Wed, 15 Jan 2003, Sebastien Marmorat wrote: > What is the best antivirus solution for my mail server Cyrus/Postfix ? I use AMaViS acting as a SMTP filter for postfix. AMaViS is configured to use F-Prot and Clam AntiVirus for it's virus engines, though it can support many others. Specifically

Re: Antivirus

2003-01-15 Thread Damon Brinkley
Sophos has worked great for me and my company. Damon On Wed, 2003-01-15 at 10:38, Sebastien Marmorat wrote: > Hi, > > What is the best antivirus solution for my mail server Cyrus/Postfix ? > > Thanks a lot, > > Sebastien.

Re: [PATCH][saslauthd] cyrus-sasl-2.1.10/saslauthd credential caching

2003-01-15 Thread marc . bigler
Hi Jeremy, Just wanted to let you know that the default shared memory segment size on Solaris 9 has been changed to 8 MB. If you want more on any versions of Solaris you simply need to edit /etc/system. Regards Marc

Re: [PATCH][saslauthd] cyrus-sasl-2.1.10/saslauthd credential caching

2003-01-15 Thread Jeremy Rumpf
On Tuesday 14 January 2003 23:36 pm, Igor Brezac wrote: > Jeremy, > > This stuff looks great and with a limited user sample (10) the performance > improvement was almost 100 fold. Keep in mind, this is my first crack at > it. I am using Solaris 9. I am getting the following error > > # ./saslcac

Antivirus

2003-01-15 Thread Sebastien Marmorat
Hi,   What is the best antivirus solution for my mail server Cyrus/Postfix ?   Thanks a lot,   Sebastien.

Re: Sendmail: deliver to local and cyrus users

2003-01-15 Thread Steve Huston
On Tue, 14 Jan 2003, John Colton wrote: > I'm using cyrus-imapd-2.1.11 and sendmail-8.11.6 on RedHat 6.2. > I have some users who are local and some who are cyrus. What's the best way > to set this up? My experience so far is that when cyrus is defined as the > local mailer using define(`confLOCA

IMSP and RH 8.0

2003-01-15 Thread David W. Wormuth
Has anyone been able to get IMSP 1.6a3 (or a2) running on a RH 8.0 box? I get stopped in "configure" with the sasl.h test. cyrus-sasl (v2) is installed via an RPM. I also tried to drop back to cyrus-sasl (v1.5) but get fatal errors about checkpw.c. Thanks Dave

Re: Cyrus IMAPd & auth problem

2003-01-15 Thread Rob Siemborski
On Wed, 15 Jan 2003, Marc-Christian Petersen wrote: > On Wednesday 15 January 2003 11:39, David Brandt wrote: > > Hi David, > > > CRAM-MD5 doenst work with saslauthd. > this cannot be the reason. I have other users as well using the same MUA with > the same setup. The only difference here is that

Re: Cyrus IMAPd & auth problem

2003-01-15 Thread John A. Tamplin
Marc-Christian Petersen wrote: On Wednesday 15 January 2003 11:39, David Brandt wrote: CRAM-MD5 doenst work with saslauthd. this cannot be the reason. I have other users as well using the same MUA with the same setup. The only difference here is that sasl2db contains all working users.

Re: Too many open file in 2.2 (Re: Exploding number of cyrus processes)

2003-01-15 Thread Freerk J. Bosscha
This is a situtation when I get the problem: . . . . [6247] (SECURE) d48093.upc-d.chello.nl[213.46.48.93] [5762] (SECURE) node-c-b7b7.a2000.nl[62.194.183.183] [717] (SECURE) c5246.upc-c.chello.nl[212.187.5.246] rc2249-b13-10.bouhof.nhl.nl[141.252.84.102]peppelenuser.peppelen rc3130-b

SOLVED Re: debugging deliver

2003-01-15 Thread Francesc Guasch
Francesc Guasch Ortiz wrote: Hi. A disk drive crashed this morning, so I copied all the data to a new disk using tar. It looks /tmp mode was wrong and the virus mail scanner failed. cat 14384. | /usr/cyrus/bin/deliver jordi I thought this was supposed to deliver the message. Maybe it failed

Re: Cyrus IMAPd & auth problem

2003-01-15 Thread Marc-Christian Petersen
On Wednesday 15 January 2003 11:39, David Brandt wrote: Hi David, > CRAM-MD5 doenst work with saslauthd. this cannot be the reason. I have other users as well using the same MUA with the same setup. The only difference here is that sasl2db contains all working users. The non-working user isn't

[no subject]

2003-01-15 Thread k1680792
Hello All, I want to write a CGI script and use it I can create or delete mailbox,etc.(just like cyradm,but I found if I invoke cyradm I must use expect to send password,It's too inconvenient :-( ) I am going to use Cyrus::IMAP,but I don't know how can I send username and password to the server,I t

Cyrus IMAPd & auth problem

2003-01-15 Thread Marc-Christian Petersen
Hi all, I am having some troubles with my cyrus setup. I am using saslauthd with method pam. This is working now for over a year. Now I tried to add a user and if I want to login with this user, for example, with pine, I get this: Jan 15 11:23:26 intern master[8733]: about to exec /opt/cyrus/bi

Re: Cyrus-2.1.11 error: message is no longer available

2003-01-15 Thread John A. Tamplin
Dmitry Novosjolov wrote: Hello All, I've upgraded cyrus-2.1.4 to cyrus-2.1.11 and sometimes message could not be retrieved from the server, it is shown as deleted but not read in my outlook express. Outlook express shows "message is no longer available on server". The problem can be fixed manual

Re: Folders must be in Inbox

2003-01-15 Thread Piet Ruyssinck
On Tue, 14 Jan 2003, David Borgesen wrote: Hello, Our company recently installed Cyrus and we can not add folders at the same level as the Inbox. He says we must place all folers within the Inbox. Is this accurate, if so can we change it so I can have all my core folders at the root level a