[courier-users] catchall address for valid user domain

2004-06-11 Thread Jesse Keating
So, I know this is a stupid feature, and guarenteed to generate tons of 
spam, but my  boss will not listen to reason and demands that I 
impliment this feature.

Is there a way to have a catchall account for a domain that has valid 
accounts in it?  

For the domain foo.com:

say, [EMAIL PROTECTED] exists, but [EMAIL PROTECTED] doesn't.  I want 
[EMAIL PROTECTED] to be delivered correctly, but [EMAIL PROTECTED] would be 
delivered to [EMAIL PROTECTED]  Same with [EMAIL PROTECTED], that 
should be delivered to [EMAIL PROTECTED]  

Can this be done somehow w/ courier?  I am using mysql auth.

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgpnpXx1LiNon.pgp
Description: signature


Re: [courier-users] catchall address for valid user domain

2004-06-11 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 10 June 2004 14:56, Jesse Keating wrote:
 So, I know this is a stupid feature, and guarenteed to generate tons of
 spam, but my  boss will not listen to reason and demands that I
 impliment this feature.

 Is there a way to have a catchall account for a domain that has valid
 accounts in it?  

 For the domain foo.com:

 say, [EMAIL PROTECTED] exists, but [EMAIL PROTECTED] doesn't.  I want
 [EMAIL PROTECTED] to be delivered correctly, but [EMAIL PROTECTED] would be
 delivered to [EMAIL PROTECTED]  Same with [EMAIL PROTECTED], that
 should be delivered to [EMAIL PROTECTED]  

 Can this be done somehow w/ courier?  I am using mysql auth.

Sorry for the duplicate, please disregard, you answered this already, 
thanks!

- -- 
Jesse Keating RHCE  (http://geek.j2solutions.net)
Fedora Legacy Team  (http://www.fedoralegacy.org)
GPG Public Key  (http://geek.j2solutions.net/jkeating.j2solutions.pub)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAyb8A4v2HLvE71NURAjFhAJ46wHCj2kk96SNrU5z0T6eAIENiqACfeAlx
AcFs1IZyRB7MUub1iLT6OLs=
=lrOP
-END PGP SIGNATURE-


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: catchall address for valid user domain

2004-06-11 Thread Jesse Keating
On Thursday 10 June 2004 20:09, Sam Varshavchik wrote:
 If foo.com is in hosteddomains, define an account called
 [EMAIL PROTECTED]

 If foo.com is in locals, install aliasdir/.courier-default.

Ah, ok, that worked.  Thanks.  Thankfully I've talked my bosses into 
rewriting the bounce message rather than doing a catchall.  Cheers!

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgpAdd8YsFdG6.pgp
Description: signature


Re: [courier-users] Re: Rewriting the 'bounce' message

2004-06-11 Thread Jesse Keating
On Friday 11 June 2004 08:31, Sam Varshavchik wrote:
 Edit the various DSN files in the etc directory.

Ah, well, don't I feel a dolt.  Thanks Sam!

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgpYD52HzxRX1.pgp
Description: signature


Re: [courier-users] Re: Rewriting the 'bounce' message

2004-06-11 Thread Jesse Keating
On Friday 11 June 2004 08:31, Sam Varshavchik wrote:
 Edit the various DSN files in the etc directory.

Odd, but I'm not having much luck in trying this.  I'm using a 0.42.0 
box to test this, but it doesn't seem to find my changes.  After I edit 
the file (say dsnfailure.txt) and I restart the courier service, is 
there anything else I must do?

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgpYnVKvwpGFT.pgp
Description: signature


[courier-users] Uname to cram-md5 auth for esmtp

2004-06-11 Thread Jesse Keating
Even though I can cram-md5 auth for imap over tls, I cannot for esmtp.  
I can 'login' auth through tls, or plain through tls, but not cram-md5.  
The box is checked in courieradmin, I'm somewhat lost on what could be 
wrong.

Help?

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgpEhc86wguNx.pgp
Description: signature


[courier-users] catchall address for valid user domain

2004-06-10 Thread Jesse Keating
So, I know this is a stupid feature, and guarenteed to generate tons of 
spam, but my  boss will not listen to reason and demands that I 
impliment this feature.

Is there a way to have a catchall account for a domain that has valid 
accounts in it?  

For the domain foo.com:

say, [EMAIL PROTECTED] exists, but [EMAIL PROTECTED] doesn't.  I want 
[EMAIL PROTECTED] to be delivered correctly, but [EMAIL PROTECTED] would be 
delivered to [EMAIL PROTECTED]  Same with [EMAIL PROTECTED], that 
should be delivered to [EMAIL PROTECTED]  

Can this be done somehow w/ courier?  I am using mysql auth.

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgpwM4WHpbJTY.pgp
Description: signature


Re: [courier-users] Re: catchall address for valid user domain

2004-06-10 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 10 June 2004 20:09, Sam Varshavchik wrote:
 If foo.com is in hosteddomains, define an account called
 [EMAIL PROTECTED]

 If foo.com is in locals, install aliasdir/.courier-default.

foo.com is a hosteddomain, with a bunch of users in that domain.  This 
'[EMAIL PROTECTED]', how is it magically going to get all the mail that isn't 
delivered to the valid users of the foo.com domain?

- -- 
Jesse Keating RHCE  (http://geek.j2solutions.net)
Fedora Legacy Team  (http://www.fedoralegacy.org)
GPG Public Key  (http://geek.j2solutions.net/jkeating.j2solutions.pub)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAySho4v2HLvE71NURAhmSAKCf0omB27mthCxI/QI07PqZq0L/gwCfWnLO
bgiY30HHMqqPgzFnee8yeOc=
=6bKK
-END PGP SIGNATURE-


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Rewriting the 'bounce' message

2004-06-10 Thread Jesse Keating
I would like to rewrite some of the bounce message that gets sent out if 
an email address it not valid.  Where would I go about editing this 
text?


-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] RFC to block user.foo@bar.com addresses

2004-05-04 Thread Jesse Keating
Is there any RFC that says this is an invalid format for email address?  
(don't confuse with POSIX usernames, I'm talking straight email 
addresses)

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgp0.pgp
Description: signature


Re: [courier-users] RFC to block user.foo@bar.com addresses

2004-05-04 Thread Jesse Keating
On Tuesday 04 May 2004 17:41, Matthew Wilson wrote:
 Why would you want to block this format?  Many companies use this
 format, so I'd think that it's not likely.

I don't want to block it at all.  I am planning on deploying such a 
naming scheme for the company I work for, and I wanted to make sure 
there wasn't something glaringly stupid about doing this (:

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgp0.pgp
Description: signature


Re: [courier-users] Outlook IMAP Connectors

2004-03-16 Thread Jesse Keating
On Tuesday 16 March 2004 08:40, Nathan Harris wrote:
 Does anyone have any good/bad experiences with the various Outlook
 connectors (Bynari, CommuniGate, etc...) and courier-mta?  I tried
 some of them a year or so ago and was not satisfied.  I'm wondering
 if anyone has done with same with the latest courier (w/ access
 control) and the latest connectors.

Why exactly do you need a connector for courier?  Courier offers IMAP, 
outlook natively understands IMAP, what is the issue?

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgp0.pgp
Description: signature


Re: [courier-users] Check for Monkeys.com in your blacklist

2004-03-15 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 15 March 2004 06:40, Chad Osmond wrote:
 Anyone miss monkeys.com going offline and still have them in the
 blacklist entries?
 Interesting to see who is using them, all mail being rejected by servers
 that have them set in their blacklists now.

I noticed this around 11pm last night.  My server started blocking things 
around 5 pm, but I was out.  A user had to alert me to the situation.  
*grumble*

- -- 
Jesse Keating RHCE  (http://geek.j2solutions.net)
Fedora Legacy Team  (http://www.fedoralegacy.org)
GPG Public Key  (http://geek.j2solutions.net/jkeating.j2solutions.pub)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAVcwm4v2HLvE71NURAqyLAJ0YK0t0OZBNN5bUge27I2tXI3f17ACeL7+y
mcOyy+3WLnaQHIPdA+eVx0o=
=uept
-END PGP SIGNATURE-



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70alloc_id638op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] IMAP AUTH Problems

2004-03-11 Thread Jesse Keating
On Thursday 11 March 2004 07:49, Tech wrote:
   Trying 127.0.0.1...
Connected to localhost.avcschool.com.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004
 Double Precision, Inc.  See COPYING for distribution information.
 LOGIN username password
NO Error in IMAP command received by server.
* BYE Courier-IMAP server shutting down
LOGOUT
OK LOGOUT completed

 I am not too sure what is wrong but I can tell you that my
 AUTHMODULES=authdaemon authpwd . Also, I am working with a FreeBSD
 box. Now, all documentation seems to state that AUTHMODULES is
 managed in imapd.conf. Unfortunately, this file does not seem to
 exist. But I have found a /usr/lib/etc/imapd without the .conf. In it
  I did find a line for AUTHMODULES. I edited it but don't know if
 this is indeed the conf file in question.
 Also, do any of you think it possible to get a fully functional
 Postfix + Courier-IMAP server up and running in two days?

Prefix your commands with a number.

001 LOGIN ${username} ${password}

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgp0.pgp
Description: signature


Re: [courier-users] Re: Use of the $USER variable in aliases

2004-03-03 Thread Jesse Keating
On Wednesday 03 March 2004 03:55, Sam Varshavchik wrote:
 Same answer.  When you set up any alias foo: bar, mail addressed to
 foo gets delivered to bar, so the recipient is bar.

 Now, actually in cases of program aliases, the real recipient is the
 courier user itself, and program aliases are implemented via .courier
 files under the courier user; so $USER will be the courier user.

Ok, now I have a different problem.  It seems that my courier will not 
accept my alias of

address: |/call/some/other/program

strings on aliases.dat shows:

[EMAIL PROTECTED].xalias/[EMAIL PROTECTED]@j2solutions.net

The aliases file has:

jkspam: |/usr/local/bin/dspam --user [EMAIL PROTECTED] --addspam

but when I try to send, I get:

Mar  3 11:05:42 bean courieresmtpd: 
error,relay=:::64.122.111.107,from=[EMAIL PROTECTED],to=[EMAIL PROTECTED]: 
550 User unknown.

So, I'm not sure whats going on...

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgp0.pgp
Description: signature


Re: [courier-users] Re: Use of the $USER variable in aliases

2004-03-02 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 02 March 2004 19:30, Sam Varshavchik wrote:
 Since in this case you are delivering to the recipient address dspam,
 $USER will be dspam.

Hrm, I see how I misworded this, or misset this up.

Since I have only virtual users, I suppose that alias should be:

[EMAIL PROTECTED] |/usr/local/dspam/bin/dspam --user [EMAIL PROTECTED] --addspam

With the [EMAIL PROTECTED], I would like to get the value of the sender.  
Basically dspam keeps a database for each account, based on their address.  
Instead of setting up individual aliases for each user, I wanted to create 
one master alias that feeds dspam the user that is sending the email.  I 
imagine I should be using different variables shouldn't I?

- -- 
Jesse Keating RHCE  (http://geek.j2solutions.net)
Fedora Legacy Team  (http://www.fedoralegacy.org)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (http://geek.j2solutions.net/jkeating.j2solutions.pub)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFARWny4v2HLvE71NURAr9oAJ4t8AKdDYmgy249ffkwKs0XmsedsgCgljae
NA/KxmRJCZRMeZboHdokU/g=
=G378
-END PGP SIGNATURE-



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] dspam + mysql virtual users

2004-02-29 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm curious as to if anybody has set up courier (the suite, mta, imap, 
maildrop, etc..), with mysql virtual users, and dspam anti-spam software.  
If so, would you be so kind as to share your experiences and any issues 
you had along the way?

- -- 
Jesse Keating RHCE  (http://geek.j2solutions.net)
Fedora Legacy Team  (http://www.fedoralegacy.org)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (http://geek.j2solutions.net/jkeating.j2solutions.pub)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAQmGH4v2HLvE71NURAsMUAKConJPY2cBgz/O/CEEaMLiuYDL2DwCgsUz1
lR2VboFcfGTzUSFZkSPd/Uk=
=a3MM
-END PGP SIGNATURE-



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] esmtp routes

2004-02-03 Thread Jesse Keating
I've got a system that is basically an email gateway.  Email is 
generated internally and relayed through this courier system.  I have 
the internal systems specifically allowed in smtpaccess.  External 
email for a domain can go to the courier system (backup MX), and I have 
established a smart route for the domain.  Do I have to list the domain 
in esmtpacceptmailfor in order for the outside world to route email 
through this system?

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgp0.pgp
Description: signature


Re: [courier-users] Re: esmtp routes

2004-02-03 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 03 February 2004 18:16, Sam Varshavchik wrote:
 Yes.  In order for a recipient address to be accepted, either
 RELAYCLIENT must be set, or the domain must be listed in
 esmtpacceptmailfor.

Ok, I have it set in esmtpacceptmailfor, but now it's trying to deliver 
locally, and failing w/ a 550, user unknown.

Is there a way to have this box accept mail for @domian.com and just 
forward it straight to an internal system via IP?

- -- 
Jesse Keating RHCE  (http://geek.j2solutions.net)
Fedora Legacy Team  (http://www.fedoralegacy.org)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (http://geek.j2solutions.net/jkeating.j2solutions.pub)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAIHk94v2HLvE71NURAqyBAJ42Sqtb2WbK15pt3qV7CzeusIPjxgCfct/q
BZz9lQJxbZdGG/nVMlr7tfQ=
=u0v1
-END PGP SIGNATURE-



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Bounce from header

2004-01-31 Thread Jesse Keating
I've got a courier system set up as a mail gateway for a company.  Email 
is generated internally and relayed through the courier box, and email 
coming in from the internet is routed to an internal system via 
esmtproutes.  A problem is occuring when a bounce happens.  Courier 
tries to forward the bounce to the internal system, but the internal 
system refuses the mail because of an invalid header.  I think the 
header is this:

 Transcript of session follows 

Reason: Error copying file to destination:Error copying header: Error
processing header lines.

-First 8192 bytes of---
--- Unsent message enclosed after this line ---
Received: by pcserver.sanmar.com from localhost
(mail daemon,SLmail V5.1); Fri, 30 Jan 2004 19:48:31 -0800 
Received: from courier.sanmar.com [65.212.131.164]
 by pcserver.sanmar.com [65.212.144.9]  (SLmail 5.5.0.4433) with ESMTP
 id 065818C86CC14B27B073A55E858EE768
 for [EMAIL PROTECTED]; Fri, 30 Jan 2004 19:48:16 -0800
Received: from localhost (localhost [127.0.0.1])
  (ftp://ftp.isi.edu/in-notes/rfc1894.txt)
  by courier.sanmar.com with dsn; Fri, 30 Jan 2004 19:54:05 -0800
From: Courier mail server at courier.company.com @

that @ part seems wrong, shouldn't there be a valid address there?  
What happens is that the internal server tries to bounce it back out to 
[EMAIL PROTECTED] which doesn't exist (no local 
address), which spawns another bounce, and

Can one of you help me figure out how to set the address right for 
bounces from the courier system?

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgp0.pgp
Description: signature


Re: [courier-users] Bounce from header

2004-01-31 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 31 January 2004 01:56, Jeff Jansen wrote:
 Hi Jesse,

 Set the address you want in the /etc/courier/dsnfrom file and courier
 will use that as the FROM: on the bounce.

Excellent!  I could have sworn I dug through the man courier many many 
times, but I just didn't notice this one...  

 Great work with fedora legacy, BTW! :-)

Thanks!

- -- 
Jesse Keating RHCE  (http://geek.j2solutions.net)
Fedora Legacy Team  (http://www.fedoralegacy.org)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (http://geek.j2solutions.net/jkeating.j2solutions.pub)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAG/DH4v2HLvE71NURArUtAJ41vowoxw+0zKfoNI0CyASEsJlu2gCeJJuF
MP60cKX8gwl0hv2D+MXTZig=
=Oq8Q
-END PGP SIGNATURE-



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] SMTP authentication

2004-01-31 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 29 January 2004 13:17, Bowie Bailey wrote:
 Is it possible to set up Courier so that authenticated SMTP is required
 for everyone except one particular ip address?

Add the IP address to /etc/courier/smtpaccess/default and run make 
smtpaccess.  These IP addresses are allowed to relay w/out auth.  The 
rest will be forced to auth.

- -- 
Jesse Keating RHCE  (http://geek.j2solutions.net)
Fedora Legacy Team  (http://www.fedoralegacy.org)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (http://geek.j2solutions.net/jkeating.j2solutions.pub)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAG/Zr4v2HLvE71NURAqZ5AJ9FNLKlIVI940Hp5vrtf57SGgwsfACgxIAn
ocxpYDbHYxaIuVoC6hq8ZeQ=
=eMra
-END PGP SIGNATURE-



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Best way to upgrade Courier using rpms?

2003-12-16 Thread Jesse Keating
On Tuesday 16 December 2003 10:23, Alan wrote:
 Thank you,
  I guess my main concern was how using rpm -Uvh would deal with all
 the settings in files in the $sysconfig dir;  /etc/courier.

It leaves them where they are at.  New config files may be created as 
/etc/courier/file.rpmnew.

-- 
Jesse Keating RHCE MCSE (geek.j2solutions.net)
Fedora Legacy Team  (www.fedora.us/wiki/FedoraLegacy)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating

pgp0.pgp
Description: signature


Re: [courier-users] connection to courier SMTP server from certai n machines has long delay

2003-12-10 Thread Jesse Keating
On Wednesday 10 December 2003 12:19, Bowie Bailey wrote:
 I disabled ident lookups on my server, but I can't seem to figure out
 where I did it.  Maybe someone else can tell you how.

TCPDOPTS=-stderrlogger=/usr/lib/courier/sbin/courierlogger 
-noidentlookup -nodnslookup

(one line, stupid email..)

This is in the $SYSCONFIG/courier/esmtpd file.

-- 
Jesse Keating RHCE MCSE (geek.j2solutions.net)
Fedora Legacy Team  (www.fedora.us/wiki/FedoraLegacy)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating

pgp0.pgp
Description: signature


Re: [courier-users] scalability

2003-11-04 Thread Jesse Keating
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 03 November 2003 23:52, Michael J Wise wrote:
 But how WELL?
 Does it Breath Hard?
 Can it be used for anything else (like hosting a few hundred websites,
 etc.) ?

I'd have to ask the other party involved with the project, he's closer to 
the actual systems and can report how they handle the load.

 Any ideas as to the load average and %age processor usage of the three
 mail servers and the mailstore server? And what exactly is the hardware
 being used for each? How many messages a day does it handle? At work,
 we're on the receiving end of about 300K/day currently, turning away
 maybe double that in Spam we know about at the time of the HELO, and
 still awash in the stuff.

Again, I'll have to check with the local admin.

  We use courier for everything except for webmail.

 What software do you use for WebMail functionality?

 Just curious to get a sense of the room, so to speak.

SquirrelMail was used due to the easier ability to modify it for certian 
things that the customer needed.

- -- 
Jesse Keating RHCE MCSE (geek.j2solutions.net)
Fedora Legacy Team  (www.fedora.us/wiki/FedoraLegacy)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/p+/64v2HLvE71NURApjuAJ4nvKATdpbl/dz1hWFbJx5uGRMZdQCeL8iQ
jdWC02tCVycGQ008xnFUfdg=
=rj8e
-END PGP SIGNATURE-



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Mailing List Reply

2003-11-03 Thread Jesse Keating
On Monday 03 November 2003 13:08, Martin Furmanski wrote:
 Hello, Courier,

 Can't you make the mails from this mailing list to be From:
 courier-users... so when I press reply it goes to the mailing list
 and not to the one who wrote the q or a. Or perhaps it's the Reply
 To:

Configure your client to use the list-reply feature.  Most (decent) 
clients are able to do list-replys based on the headers included in the 
message.  Munging reply-to: header breaks RFCs and can lead to nasty 
problems.

In short, fix your client or get a better one.

-- 
Jesse Keating RHCE MCSE (geek.j2solutions.net)
Fedora Legacy Team  (www.fedora.us/wiki/FedoraLegacy)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating

pgp0.pgp
Description: signature


Re: SMAP was [Re: [courier-users] Re: Disk quota problem]

2003-10-14 Thread Jesse Keating
On Tuesday 14 October 2003 03:35, Sam Varshavchik wrote:
 I suppose that if you have a favorite open source mail client, you
 could pass along upstream some mild comments how useful you find some
 of the SMAP-specific particulars, enumerated at
 http://www.courier-mta.org/cone/.

Speaking of cone, I know it's the wrong list, but I just wanted to ask 
if anybody has had any luck getting cone to compile on OS X?

-- 
Jesse Keating RHCE MCSE (geek.j2solutions.net)
Fedora Legacy Team  (www.fedora.us/wiki/FedoraLegacy)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating

pgp0.pgp
Description: signature


[courier-users] Contents of courier-mysql rpm

2003-10-14 Thread Jesse Keating
Have the contents of the courier-mysql rpm changed recently?  I've built 
the rpm set twice today and courier-mysql doesn't contain the 
mysql-auth binary, and I can't select mysql as an auth method through 
webadmin.  Yes mysql-devel and mysql and mysql-server are all 
installed.  OS is RHL9.

-- 
Jesse Keating RHCE MCSE (geek.j2solutions.net)
Fedora Legacy Team  (www.fedora.us/wiki/FedoraLegacy)
Mondo DevTeam   (www.mondorescue.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating

pgp0.pgp
Description: signature


Re: [courier-users] RE: Installation Problem

2003-10-09 Thread Jesse Keating
On Thursday 09 October 2003 15:08, Ryan Burton wrote:
 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)

Anybody else getting blank messages from this mailer?  Headers say 7bit, 
but I bet it's really 8 bit.  If I view the message source, I can see 
his text, but in the client it's blank.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] README ??

2003-09-19 Thread Jesse Keating
On Friday 19 September 2003 03:11, Stefan Hornburg wrote:
 Your method of searching is very ineffective. Have you
 ever thought of using:

 dpkg -S authmysql
 dpkg -L courier-authmysql

How does that help if the software was installed via source?  Or what 
about a system that doesn't have dpkg on it?  There are more Linux 
distros than Debian.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] README ??

2003-09-19 Thread Jesse Keating
On Friday 19 September 2003 03:11, Stefan Hornburg wrote:
 Your method of searching is very ineffective. Have you
 ever thought of using:

 dpkg -S authmysql
 dpkg -L courier-authmysql

Whoops, disregard my comments, didn't see that the user stated he 
Installed the Debian packages.   My bad.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: another make check fails error

2003-08-14 Thread Jesse Keating
On Wednesday 13 August 2003 10:45, Georg Lutz wrote:
 I am running this as mailuser courier (su courier).

Shot in the dark, try (su - courier) instead of su.  su - is a more 
complete switch to the courier user, so that the courier user's login 
environment gets processed and all that good stuff.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Disaster tolerant IMAP and SMTP ?

2003-07-14 Thread Jesse Keating
On Monday 14 July 2003 12:18, Lars Holmström wrote:
 Some other file systems (like GFS) requires specific hardware as far
 as I understand (iSCSI or FC) and most of the Clustered file systems
 simply share the storage, usually SCSI and would sometimes be
 somewhat limited.

 My experience comes from OpenVMS clustering and If courier would be
 available on VMS it would have been my choice. But I may think that a
 VMS Cluster providing a NFS share, two or more Courier boxes that
 mount the NFS disk and a loadsharing device similar to LSNAT
 (RFC2391) and VRRP will do the job.

 The benefit with my concept would be that there are no kernel
 modifications and that the synchronisation may run over existing
 networks, and even slower lines that 10 Mbps, depending on
 application load.

Thats close to how we did ours, although we did it w/ IPVS load
balancing, and currently it's just a raided box for the mail store, no
redundancy above that.

IPVS doesn't require any kernel modifications per se, nor any software
reconfigurations.  Just place a load balancer between the real world
and your real servers.

--
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Disaster tolerant IMAP and SMTP ?

2003-07-14 Thread Jesse Keating
On Monday 14 July 2003 14:33, Jon Nelson wrote:
 Link #4 from google, searching for 'iSCSI'.

 http://linux-iscsi.sourceforge.net/

 also:

 googlin' for 'iscsi linux' nets 3-4 projects, including ones from
 Cisco, IBM and Intel.

Those would be initiators (think clients) and not targets.  Target 
software (think the box that has the disks in it) is not free, nor 
opensource.  Initiator software (the clients w/out the disks that 
connect to the server/target) does have free implementations.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Vacation Notices

2003-06-20 Thread Jesse Keating
On Friday 20 June 2003 09:29, Thomas von Hassel wrote:
 Ok, but if i change the default delivery to maildrop, will that affect
 anything i might have setup now ?

You don't have to change the default delivery.  Create yourself a .courier 
file that pipes mail into maildrop for just your user, define your stuff in 
.mailfilter (or something like that).  dot-courier is what you need to read 
up on.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Courier and KMAIL

2003-05-31 Thread Jesse Keating
On Friday 30 May 2003 05:30, Egbert Jan van den Bussche wrote:
 I find this a bit confusing and want to change Courier or Kmail to use just
 one tree. But how?

Under the advanced settings for your account, you can define where the send 
mail and drafts are stored.  You can define this to be stored on the imap 
server, in the pre-existing Sent/ and Drafts/ folders.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Putting user Maildirs in their own directory tree instead of $HOME?

2003-05-30 Thread Jesse Keating
On Thursday 29 May 2003 13:52, Greg Earle wrote:
 Crap, I was afraid of that.  Thanks.

 OK - so then how do I get maildrop to deliver to a Maildir that's located
 in /var/maildirs/username for each user, instead of in $HOME/.Maildir?

Once you do that, how are you going to get courier-pop or courier-imap to look 
there when a user logs in to check email?

Are these virtual users, or actual system users?

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Initial release: Cone - COnsole Newsreader And Emailer

2003-05-29 Thread Jesse Keating
On Wednesday 28 May 2003 10:14, Sam Varshavchik wrote:
 Cone is a text-based mail client. Cone seamlessly handles multiple POP3,
 IMAP accounts, and local mail folders. Cone is also a simple newsreader.
 Cone is designed to be foolproof enough to be used by inexperienced users,
 but also offers advanced features for power users.

You also need to add %{_datadir}/rootcerts  to the %files section of the spec.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Initial release: Cone - COnsole Newsreader And Emailer

2003-05-29 Thread Jesse Keating
On Wednesday 28 May 2003 10:14, Sam Varshavchik wrote:
 Cone is a text-based mail client. Cone seamlessly handles multiple POP3,
 IMAP accounts, and local mail folders. Cone is also a simple newsreader.
 Cone is designed to be foolproof enough to be used by inexperienced users,
 but also offers advanced features for power users.

Very cool sam!  I'm building it now.

One thing, in your Red Hat rpm build instructions, you have listed to use 
rpmbuild -ba cone-version.tar.bz2  when it should be rpmbuild -ta.  Small 
thing, but thought I'd point it out!

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-29 Thread Jesse Keating
On Wednesday 28 May 2003 12:00, Sam Varshavchik wrote:
 I don't believe that to be necessary.  The configure script, unless Courier
 is already installed, will arrange the certificates to go into
 datadir/cone/rootcerts, which will be packaged.

It's not.  Initial rpmbuild -ta of the package spewed every file out of 
/usr/share/rootcerts as being unpackaged.  This is on a RHL9 box mind you.

[EMAIL PROTECTED] rootcerts]$ rpm -qf aba-ecom-root-ca.pem
cone-0.50-1.9
[EMAIL PROTECTED] rootcerts]$ pwd
/usr/share/rootcerts

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-29 Thread Jesse Keating
On Wednesday 28 May 2003 17:02, Sam Varshavchik wrote:
 All right.  To get this working right, just manually add the
 --with-certdb=/usr/share/cone/rootcerts option to the configure script.

 I'll try to fix this and put up a new build in a few hours.

Cool.  Thanks Sam, you rock!

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: courier+hylafax

2003-04-05 Thread Jesse Keating
On Saturday 05 April 2003 06:43, Sam Varshavchik wrote:
 You need to have ghostscript installed, and make sure that the attachment
 carries the application/pdf MIME type.

I can do those 2 things, basically I'm looking for the magic that needs to 
happen w/ courier so that the options passed to Hylafax's sendfax will work.  
Not sure if mgetty+sendfax's sendfax accepts the same options.

I'm also trying to get some help from the mgetty folks as to why I couldn't 
get this modem working, when it works fine in hylafax.

I appreciate any help you can offer.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r


---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] courier+hylafax

2003-04-04 Thread Jesse Keating
SO, I was unable to get mgetty+sendfax to work, but hylafax works great.  I 
still want to be able to send messages to [EMAIL PROTECTED] and have the attached .pdf 
faxed.  IS there anyway to facilitate this?  has anybody worked it out 
before?

TIA!
-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] State of quotas for virtual mysql users

2003-04-03 Thread Jesse Keating
So, I'd like to impliment quotas for my email users.  They are virtual users, 
all in mysql, and they all share the same UID/GID set.  This makes things on 
the file system so much easier to secure/manage.

Is there any way to impliment a quota system in a setup like this?

TIA!
-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] % to @ autotranslation

2003-03-17 Thread Jesse Keating
Is there a method to have courier autotranslate any user%domain to [EMAIL PROTECTED] 
when the user is logging in?  Is this done already, or will I have to set 
something up?  Mysql is the auth method.  Courier is the mta, imap, and pop3 
server.

TIA!
-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] expect required by WEBmail ?

2003-03-12 Thread Jesse Keating
On Wednesday 12 March 2003 12:08, Lars Holmström Flystanet wrote:
 Thats where I found my expect kit. I am actually using expect-5.38. But I
 know understand my mistake. I got the sourcekit and used make install to
 get expect installed. But RPM will of course fail on the dependecy check
 since there are no expect in the rpm database. I now have 5-32 installed
 using rpms and webmail does install correctly from rpm as well.

Thats a simple one.  RPM cannot know about applications you installed via
source.  There are good reasons for this.  If you wish RPM to know about
something, install it via rpm.

BTW expect has been on Red Hat's CD2 since 7.2, and it was on CD1 in 7.1.

--
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Disk Quotas

2003-02-27 Thread Jesse Keating
On Thursday 27 February 2003 08:04, James A Baker uttered:
 See if SquirrelMail can optionally *NOT* use a COPY command to put
 things in the Trash folder and *then* delete them... but merely use the
 DELETE and EXPUNGE commands -- either all the time, or at least when
 over quota -- directly on the message in the folder it's in currently.
 The IMAP server will be more than happy to do this (and there'll be no
 message duplication during the process), so long as the client
 (SquirrelMail) tells it to do things this way.

 That's really what you want to happen, isn't it?

To me, this sounds less and less like a copy command, and more like a move 
command.  move commands should probably be handled client side, where the 
client takes care of an IMAP copy/delete/expunge all at once.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] [ NEW BIE ] : Where to find scheduling feature in courier ?

2003-02-25 Thread Jesse Keating
On Tuesday 25 February 2003 03:23, GowriSankar N uttered:
 I am unable to find any reference for scheduling feature available in
 Microsoft exchange server.

 my efforts to search answers through google points to courier-imap.org
 and other sites which do not tell me how to activate the scheduling
 feature or any specific docs.

 Can you please direct me to any docs, web sites, etc., where i can know
 how to use scheduling feature in Courier IMAP server ?

What do you mean scheduling feature ?

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] mysql-devel is needed by courier-imap-1.7.0-1.7.3 - why?

2003-02-12 Thread Jesse Keating
On Tuesday 11 February 2003 21:33, ow uttered:
 The purpose of the change was avoid installing mysql. However, I'm
 still getting the mysql-devel is needed by courier-imap-1.7.0-1.7.3
 error
 when I'm trying to build RPMS.

Alter the Requires: section or BuildRequires: section of the spec file.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Some help with first-time courier set up.

2003-01-22 Thread Jesse Keating
On Wed, 22 Jan 2003 12:59:19 -0800
Mike Lemoine [EMAIL PROTECTED] wrote:

 
 Any help here would be appreciated...
 
 Main Problem:  Mail is accepted by esmptd, but isn't being
 delivered

How was the maildir created?  maildirmake as sven ?

-- 
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit -- j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Fwd: Re: [courier-users] Re: How many messages can one realistically expect to have in a mailb ox?

2003-01-17 Thread Jesse Keating
Whoops, this was supposed to go to the list.

--  Forwarded Message  --

Subject: Re: [courier-users] Re: How many messages can one realistically 
expect to have in a mailb ox?
Date: Fri, 17 Jan 2003 17:23:43 +0100
From: Peter J. Holzer [EMAIL PROTECTED]
To: Jesse Keating [EMAIL PROTECTED]

On 2003-01-17 08:16:35 -0800, Jesse Keating wrote:
 On Friday 17 January 2003 07:48, Peter J. Holzer uttered:
  If you expect 1 or more files in a directory to be normal, go for a
  filesystem with tree-structured directories (Reiserfs or XFS).

 Any chance you can re-run this test w/ the new directory indexing code for
 ext3 ?  I do believe that the Red Hat beta (phoebe) contains a kernel with
 this code.

I'll give it a spin.

hp

--
   _  | Peter J. Holzer  | Unser Universum wäre betrüblich

|_|_) | Sysadmin WSR / LUGA  | unbedeutend, hätte es nicht jeder
|
| |   | [EMAIL PROTECTED]| Generation neue Probleme bereit.

__/   | http://www.hjp.at/   |  -- Seneca, naturales quaestiones

---


-- 
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit -- j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



1
Description: PGP signature


Re: [courier-users] Re: Looking to migrate a metric ton of users...

2003-01-13 Thread Jesse Keating
On Mon, 13 Jan 2003 17:53:26 -0500
Sam Varshavchik [EMAIL PROTECTED] wrote:

 Very similar to sendmail's: an alias file.  There is infrastructure in
 place to be able to resolve aliases via a database, however it's only
 implemented for LDAP, now.

Now that I've thought about it a bit, this could be handled via .courier
files in the users $HOME directory no?  Since every user will be a
virtual user, and every virtual user will have it's own directory, I can
manage aliases via .courier, and since their php system will have write
access to these folders, I could have a php interface made.  Does this
sound doable?

-- 
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit -- j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Subfolders of Sent

2002-12-18 Thread Jesse Keating
Is there a way to get courier to _not_ store sent mail in dated subfolders of 
sent?  I'd like Sent to be a single file, where every sent message goes.  
It's somwhat difficult to search and browse, when you have 12 different 
directories to look in.

TIA!

-- 
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit -- j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M   http://www.thinkgeek.com/sf/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] vpopmail 5.0.1-stable

2002-12-09 Thread Jesse Keating
On Monday 09 December 2002 09:15, Alex Newman wrote:
 How do i convert my 5.0.1 password list to the stable password list format?

Probably better asked on the vpopmail mailing list.

-- 
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit -- j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] bug or by design (maildrop)

2002-12-03 Thread Jesse Keating
After a recent conversation with Mr. Sam (thanx for the help!!) I was able to 
resolve a return-path issue.  In my /etc/courier/maildrop file, it was listed 
/usr/lib/courier/bin/maildrop.  In my .courier file for my account, I was 
pointing to /usr/local/bin/maildrop, which was a symlink to the above 
mentioned maildrop.  Even though they were ultimately using the same file, 
none of my messages would get a return-path set on them until I pointed my 
.courier file directly at /usr/lib/courier/bin/maildrop.  

My question, is this by design, or some odd flaw that nobody else has run 
across yet?  I'm just curious, as now I have return-path working again.

-- 
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit -- j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.net email is sponsored by: Microsoft Visual Studio.NET
comprehensive development tool, built to increase your
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: bug or by design (maildrop)

2002-12-03 Thread Jesse Keating
On Tuesday 03 December 2002 15:43, Sam Varshavchik wrote:
 It's part of the design.

SNIP

Wow!  thank you for that!  it all becomes clear now!

-- 
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit -- j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.net email is sponsored by: Microsoft Visual Studio.NET
comprehensive development tool, built to increase your
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] maildrop strips headers?

2002-12-02 Thread Jesse Keating
Could maildrop, only being used to sort mail, matching X-list headers and 
whatnot, be stripping headers from my email?  Sam has mentioned that only 
Return-path: headers are looked at for bofh, yet none of my email has 
return-path set.  If I look at a different account that doesn't use maildrop, 
most of their messages have return-path.  I'm really confused as to where 
this header could be getting stripped.

-- 
Jesse Keating RHCE MCSE
For Web Services and Linux Consulting, Visit -- j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



---
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Problems Compiling

2002-11-07 Thread Jesse Keating
On Thu, 7 Nov 2002 11:38:04 -0500
NiATech [EMAIL PROTECTED] wrote:

# 
# authvchkpw.c:21:29: vpopmail.h: No such file or directory
# authvchkpw.c:22:26: vauth.h: No such file or directory

It's looking for vpopmail a nd vauth header files.  Do you have such
header files around?  

-- 
Jesse Keating
For Web Services and Linux Consulting, Visit -- j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Administrative Login

2002-11-07 Thread Jesse Keating
On Thu, 7 Nov 2002 20:01:24 +0100
Mike A. Sauvain [EMAIL PROTECTED] wrote:

# 
# whats the Administrative Login for webadmin after a fresh
# installation ? i never typed any informations in, about..

If you read the install docs, you'll see that you have to set it
yourself.  edit the $sysconfdir/webadmin/password file to set the
password in clear text.

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Erroneous build dependencies in courier-imap-1.6.0-20021025

2002-10-31 Thread Jesse Keating
On Thu, 31 Oct 2002 17:35:56 - (GMT)
Robin Bowes [EMAIL PROTECTED] wrote:

# Let's face it, one of the main attractions of the rpm paradigm is
# that it means that, ahem, less technically adept people can still
# build and install software. So potentially, the users who are
# perhaps most likely to be using the rpm are those that are least
# likely to know about the BuildPreReq section in the spec file.

Thats assuming you are using binary rpms.  When you get into dealing
with sourcerpms, or sources with a spec file then you do have to have
some knowledge about software compiling.  The BuildReq section is
evoked when you issue a rpmbuild -ta or -ba, you never have to open up
the spec file to make sure you have all that it requires, as it will
tell you.
 
# What it all boils down to is that I'd like to see reference to the
# spec file in the rpm build instructions.

man rpm

# Ideally, I'd like to see a list of build dependencies as well, but I
# appreciate that would introduce additional maintenance activities to
# ensure the spec file and the build instructions are in sync.

I think you need to read about RPMS a bit more.  When you run rpmbuild
-ta file.tar.gz it looks at the spec file, and checks for
dependencies.  Since you didn't have fam, it told you that you needed
fam and fam-devel to continue.  Thats BuildReqs in action.  If you
wanted to look at the spec file, you can.

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Erroneous build dependencies in courier-imap-1.6.0-20021025

2002-10-30 Thread Jesse Keating
On Wed, 30 Oct 2002 23:06:38 - (GMT)
Robin Bowes [EMAIL PROTECTED] wrote:

# For example, somewhere in the RPM build instructions, it wouldn't be
# unreasonable to say In order to build this package you need the
# following packages installed: blah, blah, FAM, blah
# 
# After all, it's *optional*, so if I'm  building from source
# (./configure ; make ; make install) then the configure script will
# detect that I don't have (for example) FAM installed and alter the
# build config accordingly.

You mean the Build Requires: part of the spec file?  lists all the
packages that you would need to build the whole thing.  What more do
you want?

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Missing build dep in the spec file.

2002-10-29 Thread Jesse Keating
Sam, you need to add pgsql-devel as a build requirement for courier.  If
you don't, it gets way into the configuration process (like 3 or 5
minutes into it) before it bombs on missing a header file.

Also, on 7.1 machines, I had to edit the spec file, and add this as a
configure option:

--pgsql-includes=/usr/include/pgsql/

as the configure script wouldn't be able to find them.

Fam/fam-devel is not available to 7.1, but it seems to work well from
7.2 RPMS.  Not sure of the functionality, as I turned sgi_fam off in
Xinetd, but it did allow courier to build.

-- 
Jesse Keating
For Web Services and Linux Consulting, Visit -- j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Running parallell Courier-IMAP servers possib le?

2002-10-29 Thread Jesse Keating
On Tue, 29 Oct 2002 17:14:28 -
Mikael Jirari [EMAIL PROTECTED] wrote:

# Is it possible each time i create a new user, a mail user is created
# for courier imap courier-imap ?
# Is there a function or do i have to write a little script ?

This depends on how you make mail users.  If you are using pam auth,
and just creating local pam system users, then you should just add the
Maildir/ structure to /etc/skel, as each new user will get that added
to their home directory, and will automagically be a mail user.

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] webadmin no longer works w/ lynx?

2002-10-28 Thread Jesse Keating
I can't seem to get into webadmin w/ either lynx or w3m... did
something change?  I can get in just fine using a graphical
browser

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Problems with rpm-built courier

2002-10-27 Thread Jesse Keating
On 27 Oct 2002 23:00:34 +0200
Paul-Erik Törrönen [EMAIL PROTECTED] wrote:

#
# I googled an article which explained that there were missing
# directories, tmp, new and curr. I created the directories and
# restarted courier as well as the MUA. Now when I try to do the same
# operation I only get the following error-message on the MUA:

You need to use the maildirmake command to make the maildir.  Run this
_as_ the user, as it needs to have the user's permissions on it, not
root's or the maild's.  As the user: maildirmake $HOME/Maildir


--
Jesse Keating
For Web Services and Linux Consulting, Visit -- j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Courier doesn't deliver mail - courieresmtp spins

2002-10-04 Thread Jesse Keating

On Fri, 4 Oct 2002 10:50:38 -0400
David Humphrey [EMAIL PROTECTED] wrote:

# Are you saying that you can get Courier to work on your system if
# you use rev. 0.39.1?

This is exactly the same for me.  I attempted to upgrade to 0.39.3 and
the latest snapshot.  Neither would deliver mail outside of itself. 
I could send from one account on the system to another account, but I
could not send to any external accounts.  Reverting to 0.39.1 solved
this issue. 

I have not yet tried to remove the --with-ipv6 compile time option
yet.

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Courier behind a Firewall

2002-10-03 Thread Jesse Keating

On Thu, 03 Oct 2002 17:11:55 +0200
Dan Johansson [EMAIL PROTECTED] wrote:

# I´ve set up Courier succefull (I think) on a host in my network.
# This Network is behind a Firewall (consisting of a Router (doing
# NAT) and a hardened Linux box). Courier works fine for internal
# mail, and now I would like it to recieve mail from te rest of the
# world. So my qustion is what to do on the FW. Schould I only put
# some general- gateway on my FW that only passes TCP-connections on
# port 25 from the WAN sid to the Courier Mail-Server on the LAN side.
# Or do you have any othe suggestion (No I don´t want to run my
# mailserver on the FW).

All you have to do is forward port 25 tcp for SMTP connections.  If
you want to check pop or imap mail outside, forward 110 and 143.

--
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Problem with log file

2002-10-03 Thread Jesse Keating

On Thu,  3 Oct 2002 18:58:36 +0200
Laurent Hausermann [EMAIL PROTECTED] wrote:

# I am sorry for a so silly question, but I can't find log file for
# courier imap daemon. I am running the courier-imap package for
# Debian 3.0 and I can't see where log are for both authmdaemon or
# imap one... 

/var/log/maillog

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: changing passwords through authentication modules

2002-09-27 Thread Jesse Keating

On Fri, 27 Sep 2002 00:00:27 -0400
Andrew [EMAIL PROTECTED] wrote:

# The reason I'm harping on authtest is that I'm under the impression
# that it should work for password changes and why should I go to the
# trouble of writing my own program if I can't even get the test
# program working.

Where does one even get authtest ?  I've built rpms out of the
courier tarball for 0.39.3, but nowhere in any of the rpms is a file
called authtest.

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Problems w/ 0.39.3

2002-09-27 Thread Jesse Keating

Has anybody experienced problems sending w/ 0.39.3?  All my mail that
I'm trying to send will get stuck in a que, and it doesn't even look
like courier is trying to send it.  As soon as I downgraded to 0.39.1,
all the mail got sent out.  I was still able to recieve mail w/
0.39.3.

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] How to estimate Maildir sizes?

2002-09-22 Thread Jesse Keating

On Mon, 23 Sep 2002 01:51:41 +1000
Robin Whittle [EMAIL PROTECTED] wrote:

# This question probably has a simple answer, but I don't know enough
# about Linux / Unix to know it, or where to start looking.  In
# essence: what is the command to tell me the total size of all files
# in a directory and all its subdirectories?

du -sh

man du for more options.

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: giving makeuserdb a little flexibility

2002-07-18 Thread Jesse Keating

On Thu, 18 Jul 2002 13:57:20 -0400
Ben Rosengart [EMAIL PROTECTED] wrote:

#
#No, I want to maintain multiple userdbs across multiple servers.
#
#(I also want to maintain the same userdb across multiple servers, but
# I can do that without patching makeuserdb, as you point out, so it's
# not really relevant to this discussion.)

A) when replying please use 'l' to reply, instead of reply-all.  Your client
(mutt) is smart enough to handle list email, so l replies to the list, and I
don't get a second copy of your reply in my inbox.

B) What is your problem with the multiple userdbs across multiple servers?  One
DB per server?  I'm lost as to what your problem is.

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: giving makeuserdb a little flexibility

2002-07-18 Thread Jesse Keating

On Fri, 19 Jul 2002 08:39:29 +1200
Juha Saarinen [EMAIL PROTECTED] wrote:

#
#Jesse probably meant the 'reply to (g)roup' key.

Nope, I meant the L key, only lowercase.  It means reply-list in
Mutt.  Most _smart_ clients handle mailing lists the way that they
should, when the list is adhering to RFC's, and not munging the
reply-to header.

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] blank folders

2002-07-18 Thread Jesse Keating

On Fri, 19 Jul 2002 14:33:08 +1000
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

#
#Hi I have set up courierimap, accessed by netscape 6.2, mozilla 1.0
#and squirrelmail..  Squirrelmail appear to work perfectly.  However
#netscape 6.2 gets stuck (hourglass) when going into certain folders.
#It is not the same folder all the time.  If you shutdown and go back
#in it is ok, or if you go to another folder and come back it is ok. 
#Mozilla however does not show any email in certain folders,  however
#the 2nd time it will.  Is there some threshold setting I need to set
#with the imap server?  The number of folders is about 15.  Is this
#too much in practice or for the default installation.

You need to bump up the concurrent connection threshold.

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] vulnerability of courier

2002-07-17 Thread Jesse Keating

On Wed, 17 Jul 2002 05:34:13 +0200
Joerg Backschues [EMAIL PROTECTED] wrote:

#Hello!
#
#What's about the following vulnerability described at SecurityFocus?
#
#http://online.securityfocus.com/bid/4908
#
#


From the solution link (http://online.securityfocus.com/bid/4908/solution/):

This vulnerability has reportedly been fixed in the Courier CVS tree.


-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Allow relay from any IP if authenticated

2002-07-17 Thread Jesse Keating

On Wed, 17 Jul 2002 15:02:37 -0400
Michael Bernardo [EMAIL PROTECTED] wrote:

#
#Anyone know how I can allow courier to relay mail from any IP address as
#long as the client authenticates successfully? I have tried many
#configurations to no avail!

It does this by default.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Allow relay from any IP if authenticated

2002-07-17 Thread Jesse Keating

On Wed, 17 Jul 2002 13:12:11 -0700
Randall Shaw [EMAIL PROTECTED] wrote:

#
#Are you sure it does? I've seen it claim it does in the docs and here on 
#the list many times... but when I did the run-of-the-mill install of 
#'everything'... one key thing was left out which was the cause of most my 
#grief for user trying to auth through smtp to relay.

I touched nothing, did an rpm install, and esmtp was working perfectly.  Even
was auth'n through mysql, due to my setting of authdaemon.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Allow relay from any IP if authenticated

2002-07-17 Thread Jesse Keating

On Wed, 17 Jul 2002 14:52:19 -0700
Randall Shaw [EMAIL PROTECTED] wrote:

#Might be it... I dont use RPMs, I do the compile and install methods of 
#virtually everything. But I didnt do any 'withouts' or 'withs' that would 
#conflict with default settings of authorization processes. So, it may be 
#an RPM thing its set, but for the source code it isnt?

Not according to Mr. Sam.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: Building RPMs again (was RE: [courier-users] Allow relay from any IP if authenticated)

2002-07-17 Thread Jesse Keating

On Thu, 18 Jul 2002 00:21:25 +0100
Bill Michell [EMAIL PROTECTED] wrote:

#Then I start to hit problems - the faq doesn't make clear exactly how you
#use that spec file to build your RPMs - I have successfully overwritten my
#changes now several times. Should I be using the -ta option to rpm, or -tb,
#or something else? Oh - and there was a message on the mailing list suggests
#using ~ in the .rpmmacros file; this doesn't work too well (on SuSE at
#least) - you need to use either $HOME, or hard-code the value. Otherwise you
#see odd messages about inability to copy locale files to courier.spec, which
#is obviously nonsense.

You use rpm -ba file.spec

As far as ~ is concerned, that is a bash thing.  If bash isn't your shell
*shrug*

#Second, if I try and build the RPMs as non-root, I can't actually complete
#the process because /sbin/chkconfig is in the sbin directory, and ordinary
#users don't have access to that directory, which is reasonable, since stuff
#goes in the sbin directory, rather than bin, for a reason.

Add /sbin:/usr/sbin to your $PATH.  The only reason users don't have access
is because it isn't in their $PATH.  A lot of the apps in that directory can be
ran as normal users.  

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: Building RPMs again (was RE: [courier-users] Allow relay from any IP if authenticated)

2002-07-17 Thread Jesse Keating

On Thu, 18 Jul 2002 00:48:59 +0100
Bill Michell [EMAIL PROTECTED] wrote:

#
#Also, when it is recommended that building from RPMs should be done as
#non-root, it is strange that a file in /sbin should be referenced at all.

When does it mention /sbin?  /sbin/chkconfig should only be done as a %post
install section, not before.  Can you provide a snippit of where you are seeing
this?

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Building RPMs again

2002-07-17 Thread Jesse Keating

On Wed, 17 Jul 2002 17:10:01 -0700
Patrick Beart [EMAIL PROTECTED] wrote:

#   It would be really NICE if the (RH) rpm could be available 
#along WITH the tarball.  (hint!)
#
#   Newbie that I am, I think that I trust Sam (or whomever 
#creates the Red Hat RPM) more than I trust myself to determine where 
#the various files should go.

HUH?  Sam provides a courier tarball, that has a rpm spec file in it.  _YOU_
build the rpm.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: Building RPMs again (was RE: [courier-users] Allow relay from any IP if authenticated)

2002-07-17 Thread Jesse Keating

On Thu, 18 Jul 2002 01:23:38 +0100
Bill Michell [EMAIL PROTECTED] wrote:

#
#[Bill Michell] It is in the Requires(post) lines scattered liberally through
#the spec file. Actually, it seems to have been the first part of the line
#that was causing RPM to choke, not the second...

I see from your other message that it's because of a RPM version problem.  We
can't help that SuSe ships an old as dirt RPM version.

As to your email client, Outlook is quite brain dead as to how it should handle
quotes and replies.  If at all possible, I urge you to try another client, like
Eudora, Mozilla Mail, Mullberry, or something.  Perhaps you can change the way
that Outlook does it's silly replies, and use carrots or something instead of
just expecting the user to rudely reply on the top of the message.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] SMTP AUTH

2002-07-16 Thread Jesse Keating

On Wed, 17 Jul 2002 09:18:55 +1000
Greg Johnstone [EMAIL PROTECTED] wrote:

#
#This seemed to work fine for outgoing mail, *however* all incoming mail
#stopped. It seems all the SMTP servers out there had to authorize with our
#server before it would accept mail.
#
#Have I misunderstood the purpose of SMTP AUTH or have I messed up the
#configuration?

Yes you misunderstood.  The setting you triggered requires auth for EVERY piece
of mail that goes through your server.

ESMTP is enabled from the get go by default.  Infact, I don't think you can
turn it off.  Just configure your client to authenticate before sending and you
should be happy.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] SMTP AUTH

2002-07-16 Thread Jesse Keating

On Tue, 16 Jul 2002 18:02:59 -0700
Randall Shaw [EMAIL PROTECTED] wrote:

#
#I've been trying to get esmtp working with Mail on OS X... Mail has 
#an option for an account to send mail via authentication smtp and then 
#you input the username/password in two fields. Seems simple enough, 
#however no matter what I put in the fields that is the actual data of the 
#account (which btw, Mail is able to GET mail fine with that account 
#info), courier errors with:

I've got an OS X box here as well, I just configured it to use the
username/password for the user, and it works like a charm.  Relaying is
perfect.

The login for imap/pop is identical to the login for esmtp.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: courier-users digest, Vol 1 #1610 - 12 msgs

2002-07-15 Thread Jesse Keating

On Mon, 15 Jul 2002 11:16:16 +0530 (IST)
brij_singh [EMAIL PROTECTED] wrote:

#Sir,

Sir, I think _you_ missed a part of the message you just responded to:

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of courier-users digest...

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Thanks Sam

2002-07-15 Thread Jesse Keating

On Mon, 15 Jul 2002 10:48:33 -0700
Steve Cutrell [EMAIL PROTECTED] wrote:

#
#I'm going to jump on the bandwagon here.  I've been watching the list for a
#few months now and never had occasion to post anything.  I've never had a
#problem with Courier, including webmail.  I have version 0.37 authenticating
#from MySQL flawlessly on i386 Redhat 7.2.  From start I have had absolutely
#no problems thanks to very thorough documentation.

Ditto!  Same setup.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] UID and GID

2002-07-15 Thread Jesse Keating

On Tue, 16 Jul 2002 10:33:33 +0700
lopiof-lopiof [EMAIL PROTECTED] wrote:

#is OK if i set all my email virtual account (user that
#doesn't have system account just for email only) UID and
#GID same as UID and GID of courier ?. I use user courier
#instead of daemon to run several process for the courier
#MTA.

I would allocate a completely unused uid/gid set for the virtual users.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] pop-before-smtp

2002-07-14 Thread Jesse Keating

On Sun, 14 Jul 2002 08:09:29 -0700
Randall Shaw [EMAIL PROTECTED] wrote:

#It would be a wonderful thing to see courier build that functionality 
#into itself... would be the best solution. Hell, even allow setting of 
#'which' user that it monitors for an ip to allow relay from. Of course 
#these are all wonderful and logical thoughts of whimsy, and will _NEVER_ 
#happen under the current management of courier. So you best bet is (if 
#its not too late) move to Qmail, and only use courier as IMAP secondary 
#support.

Wow, this is an incredibly inflamitory email, full of FUD.  Which clients don't
support esmtp?  

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: courier features

2002-07-14 Thread Jesse Keating

On Sun, 14 Jul 2002 19:43:36 +0200 (CEST)
Joerg Backschues [EMAIL PROTECTED] wrote:

#
#The problem is that we have got a lot of clients that doesn´t support any
#SMTP authentification. So that POP before SMTP would be a nice workaround
#for us.
#
#Round about 4200 users have to change their e-mail client :-(

What client are they using that doesn't support ESMTP?

--
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: courier features

2002-07-14 Thread Jesse Keating

On Sun, 14 Jul 2002 19:43:36 +0200 (CEST)
Joerg Backschues [EMAIL PROTECTED] wrote:

#
#Fine. How does it work?

What do you mean by logging, keeping a copy of the contents, or just that
somebody send a message?  Those are automatically logged to /var/log/maillog or
wherever you define in your syslog.d file.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: R: [courier-users] Re: Hack attempt?

2002-07-12 Thread Jesse Keating

On Fri, 12 Jul 2002 09:24:43 +0200
Massimo Cereda [EMAIL PROTECTED] wrote:

#
#Have you look in Apache logs?

Having followed the advice of others, and you, I've tracked this problem down
to a php script that a user of mine has in their web directory.  I have brought
up the matter with the user.

Thank you all for your help!

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Timeout for Webmail

2002-07-12 Thread Jesse Keating

Is there a way I can set a session timeout on webmail?  The default timeout is
too quickly, and my users are complaining about lost letters because of it.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Hack attempt?

2002-07-11 Thread Jesse Keating

On Thu, 11 Jul 2002 17:41:43 -0400
Sam Varshavchik [EMAIL PROTECTED] wrote:

#The original message was sent by whoever logs in as uid 48. 
#
#Anybody can put anything they want in the From: header, or use any return 
#address. 

UID 48 belongs to apache...  Do messages sent via sqwebmail get that UID
attached to them?  The reason I ask, the contents of the original email don't
match anything that would have been sent via apache.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases  more
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Hack attempt?

2002-07-11 Thread Jesse Keating

On Thu, 11 Jul 2002 18:54:52 -0400
Sam Varshavchik [EMAIL PROTECTED] wrote:

#No.  Mail from sqwebmail originates under whatever uid the mail account 
#uses. 

Yeah, so, any other idea on how this could be happening?  Perhaps there is an
exploit in apache that lets them send mail?  I'm somewhat confused how a custom
message like that slipped through.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases  more
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Hack attempt?

2002-07-11 Thread Jesse Keating

On Thu, 11 Jul 2002 20:01:28 -0500
Bill Williamson [EMAIL PROTECTED] wrote:

#
#YOU ARE COMPROMISED 
#
#from http://uptime.netcraft.com/up/graph/ scan of your server
# -
#The site www.j2solutions.net is running Apache/1.3.22 (Unix) (Red-Hat/Linux) 
# - 
#
#from http://httpd.apache.org and 
#http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0392 :
# 
#Apache 1.3 through 1.3.24, and Apache 2.0 through 2.0.36, allows remote 
#attackers to cause a denial of service and possibly execute arbitrary code 
#via a chunk-encoded HTTP request that causes Apache to use an incorrect 
#size.
#  

Incorrect.  Red Hat long ago issued updated apache packages, for 7.2 it was
apache-1.3.22-6, which include the security update for the chunk code vuln. 
This is not a case of that.

-- 
Jesse Keating
j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


---
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases  more
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Courier and PAM's session management service (Again)

2002-07-07 Thread Jesse Keating

On Sun, 07 Jul 2002 17:39:04 -0400
Sam Varshavchik [EMAIL PROTECTED] issued forth:

# 
# Whichever process you use to create new accounts, add additional logic to 
# the same process that creates the home directory and maildirs.  Presumably, 
# new accounts on your systems don't materialize out of thin air after someone 
# says Hocus-pocus.  Presumably, you have some kind of a process that 
# inserts new account records.  Add to that process the necessary code to 
# create the home directory and maildir. 

A good way to do this is to add Maildir/ to /etc/skel.  In fact, with a RPM
install of courier, I do believe this is done.  

-- 
Sysop


---
This sf.net email is sponsored by:ThinkGeek
We have stuff for geeks like you.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: ESMTP Auth using MySQL accounts

2002-07-05 Thread Jesse Keating

On Fri, 5 Jul 2002 08:53:15 -0700
Randall Shaw [EMAIL PROTECTED] issued forth:

# Mind elaborating on that? Or is it just your assumption that it does with 
# no factual backing or pointing towards any written documentation anywhere 
# that say how to make such a thing work. Because for me, it does _NOT_ 
# authenticate to any users in the mysql users table when I use 'even the 
# latest' email clients that support authentication through smtp.

You mean, like he's the AUTHOR of this software?  Maybe that lends itself to a 
bit of authority on what works and what doesn't

-- 
Sysop


---
This sf.net email is sponsored by:ThinkGeek
Bringing you mounds of caffeinated joy.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] server based rules question

2002-07-03 Thread Jesse Keating

On Wed, 3 Jul 2002 19:50:37 +1000
Max [EMAIL PROTECTED] issued forth:

# im running courier-imap server (v1.5) with qmail (on mandrake 8.2 linux) and
# wanted to setup some sort of server based rules, preferably which are
# controllable using an imap client or any other simple interface.
# 
# Is anyone aware of anything which would do this?

What do you mean by 'rules' ?

-- 
Sysop


---
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] imap clients creating folders

2002-07-03 Thread Jesse Keating

On Wed, 3 Jul 2002 14:37:44 -0500
Aaron P. Martinez [EMAIL PROTECTED] issued forth:

# 
# I use outlook express as my imap client connecting to my courier imap
# server.  One of the settings that worked with the university of W. imap
# server, compliled to use Maildir is to create a sent items and a Drafts
# folder on the server and store the users sent mail and drafts there.  It
# doesn't seem to be working with courierAlso, when i delete
# items..instead of saving them in the Trash folder on the server..they are
# stored locally to my pc.  Any help would be appreciated.

Sounds like outlook misconfiguration.  My email client saves sent stuff to Sent,
and drafts to Drafts, and puts deleted items in the Trash folder on the server.

-- 
Sysop


---
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] pop-before-smtp for Courier?

2002-07-03 Thread Jesse Keating

On Wed, 3 Jul 2002 14:26:44 -0700
Randall Shaw [EMAIL PROTECTED] issued forth:

# I'm looking for a way to do pop-before-smtp for courier. Is there a 
# beast? I'd like to not open RANGES of unruly ips for relay from the 
# server for clients who are either roaming, or on something evil like AOL 
# (no offense).
# 
# Links, urls, pointers... will be gratefully accepted, thanks!

What is wrong with ESMTP?  Auth through smtp port.  Almost all clients that I
know of support this...

-- 
Sysop


---
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



  1   2   >