[courier-users] UNSUBSCRIBE

2001-12-11 Thread Gachlem Ngassaki
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 6:07 AM Subject: courier-users digest, Vol 1 #1021 - 16 msgs Send courier-users mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web,

Re: [courier-users] smtps?

2001-12-11 Thread Gordon Messmer
I've got a patch almost ready. The attached patch adds the esmtpd-ssl service and makes the other rc files resemble each other more closely. However, it doesn't work. Yeah, sorta useless... but it's close. It looks like the problem is that when courieresmtpd is started under couriertls,

Re: [courier-users] smtps?

2001-12-11 Thread Peter C. Norton
OK, its working for me. I'll post the stuff I did here. On Tue, Dec 11, 2001 at 02:08:13AM -0800, Gordon Messmer wrote: I've got a patch almost ready. The attached patch adds the esmtpd-ssl service and makes the other rc files resemble each other more closely. However, it doesn't work.

[courier-users] Changes to get smtps/ssmtp working

2001-12-11 Thread Peter C. Norton
It'd be nice if this could be setup by the default courier install scripts. The first attachment is the diff that'll make esmptd-msa into esmtpd-ssl. The other thing you need to do is a modification to /usr/lib/courier/share/esmtpd. Around line 31, add: 'esmtpd-ssl')

Re: [courier-users] Changes to get smtps/ssmtp working

2001-12-11 Thread Peter C. Norton
Oh yeah, I had to # ln -s /usr/lib/courier/share/esmtpd /usr/lib/courier/sbin/esmtpd-ssl -- The 5 year plan: In five years we'll make up another plan. Or just re-use this one. ___ courier-users mailing list [EMAIL PROTECTED] Unsubscribe:

[courier-users] Troubles with authentication of imap

2001-12-11 Thread angryangel
This is the situation I have a mail server, running on Linux Mandrake 8.1 I have installed and configured postfix it places the mails in /home/user/maildir That part works ok. I have installed the lates rpms of courier courier-imap-1.3.12.20011123-3mdk.i586.rpm

Re: [courier-users] IMAP Admin User

2001-12-11 Thread Joshua E Warchol
Just as a final note (hopefully helpful to anyone searching for this in the future). If you want to use PHP's imap_get_quota() function, but didn't compile courier with client-bug workarounds, just make the second argument to imap_get_quota() be ROOT, and it should work. [begin] $stream =

Re: [courier-users] Re: IMAP Quota commands in courier-imap-1.3.12.20011128

2001-12-11 Thread Joshua E Warchol
On Mon, Dec 10, 2001 at 05:56:37PM -0500, Sam Varshavchik wrote: Correct. This is one of the ways to arrange to use deliverquota code to deliver new mail into the mailbox. The README files contains explicit instructions for setting it up: My whole problem boils down to this (thanks to

[courier-users] ezmlm-web for couriermlm?

2001-12-11 Thread Yarema
Is there an ezmlm-web like interface to couriermlm? If not, does it make sense to start with ezmlm-web and tweak it until it works with couriermlm? I'm working with the basic assumption that couriermlm was inspired by ezmlm and shares a similar command line interface and directory structure.

Re: [courier-users] RPM install of courier-0.36.1.20011210

2001-12-11 Thread Peter C. Norton
You built the rpm's and it found a perl install in /usr/local/bin. However rpm only knows about perl if you installed a perl rpm. Solution: if this is the only problem you're seeing, then just run rpm -Uvh --nodeps courier-*.rpm On Tue, Dec 11, 2001 at 11:16:39AM -0800, Sysop wrote: I built

Re: [courier-users] RPM install of courier-0.36.1.20011210

2001-12-11 Thread Sysop
That's just the thing. The only perl i DID install was from an rpm... *shrug* oh well. Peter C. Norton wrote: You built the rpm's and it found a perl install in /usr/local/bin. However rpm only knows about perl if you installed a perl rpm. Solution: if this is the only problem you're

Re: [courier-users] RPM install of courier-0.36.1.20011210

2001-12-11 Thread Johannes Erdfelt
rpm -qf /usr/local/bin/perl rpm -ql perl While you may have installed perl from an rpm, rpm doesn't think the one in /usr/local/bin was installed that way. JE On Tue, Dec 11, 2001, Sysop [EMAIL PROTECTED] wrote: That's just the thing. The only perl i DID install was from an rpm... *shrug*

Re: [courier-users] RPM install of courier-0.36.1.20011210

2001-12-11 Thread Peter C. Norton
I'll postulate that someone put a symlink in /usr/local/bin and it was the first perl that the configure script tried out. -Peter P.S. Anyone have a postgres config that they can share using a unix domain socket? -- The 5 year plan: In five years we'll make up another plan. Or just re-use

[courier-users] Calandering

2001-12-11 Thread Sysop
Is there a better how-to on calandering? My users are getting Lost connection to the calander server. Can you help? My users are using mysql-auth. jkeating j2solutions.net ___ courier-users mailing list [EMAIL PROTECTED] Unsubscribe:

Re: [courier-users] Re: IMAP Quota commands in courier-imap-1.3.12.20011128

2001-12-11 Thread Joshua E Warchol
On Tue, Dec 11, 2001 at 05:42:33PM -0500, Sam Varshavchik wrote: The Postfix Maildir++ Quota patch does not use a maildirsize file. It uses the filesize as encoded on the filename to calculate quota use. The author says that a maildirsize file is not NFS safe and violates the main goals of

[courier-users] Re: Calandering

2001-12-11 Thread Sam Varshavchik
Sysop writes: Is there a better how-to on calandering? My users are getting Lost connection to the calander server. Can you help? My users are using mysql-auth. Make sure pcpd is running. Kudos to you for letting the users loose at beta code. -- Sam

Re: [courier-users] Re: IMAP Quota commands in courier-imap-1.3.12.20011128

2001-12-11 Thread Mike Horwath
On Tue, Dec 11, 2001 at 11:06:16PM -0500, Joshua E Warchol wrote: On Tue, Dec 11, 2001 at 05:42:33PM -0500, Sam Varshavchik wrote: The Postfix Maildir++ Quota patch does not use a maildirsize file. It uses the filesize as encoded on the filename to calculate quota use. The author says that

[courier-users] Re: IMAP Quota commands in courier-imap-1.3.12.20011128

2001-12-11 Thread Sam Varshavchik
Mike Horwath writes: On Tue, Dec 11, 2001 at 11:06:16PM -0500, Joshua E Warchol wrote: On Tue, Dec 11, 2001 at 05:42:33PM -0500, Sam Varshavchik wrote: The Postfix Maildir++ Quota patch does not use a maildirsize file. It uses the filesize as encoded on the filename to calculate quota

Re: [courier-users] Re: Calandering

2001-12-11 Thread Sysop
Sam Varshavchik wrote: Sysop writes: Is there a better how-to on calandering? My users are getting Lost connection to the calander server. Can you help? My users are using mysql-auth. Make sure pcpd is running. Kudos to you for letting the users loose at beta code. Hrmm, i haven't

[courier-users] sync sent items with outlook express

2001-12-11 Thread [EMAIL PROTECTED]
hello there i am having qmail+courier-imap_sqwebmail all is well with this but if i am configuring on outlook express i am not able to synchronise sent items with courier imap server those are getting saved on local send items of outlook express whether it is possible with outlook anyone

[courier-users] Re: Calandering

2001-12-11 Thread James Henry
Is there a better how-to on calandering? My users are getting Lost connection to the calander server. Can you help? My users are using mysql-auth. Make sure pcpd is running. Kudos to you for letting the users loose at beta code. Hrmm, i haven't seen anything about pcpd, and I've