[courier-users] Courier on Sparc64

2005-07-13 Thread Jim Gifford
Has anyone built courier on a Netra X1, sparc64 based linux?? Just 
wondering before I try.


--

Jim Gifford
[EMAIL PROTECTED]



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Wierd Error Message

2004-07-27 Thread Jim Gifford
Anand Buddhdev wrote:
Jim Gifford wrote:
Classic mistake. You're running a shell script from your dot-courier 
file, and you're using the SENDER environment variable without 
quoting it. When you get a rogue email message with a quote in the 
sender address, the shell sees the lone quote in the sender address, 
and gets confused because there's no matching end quote. Make sure 
you sorround the SENDER variable with quotes, for example:

$SENDER instead of just $SENDER

No .courier in use, only .mailfilter for moving messages into the 
proper folders.

But the error message is clearly from a shell. Does your .mailfilter 
contain any instructions which call an external program? It would help 
if you can post your .mailfilter too.

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
The only thing I have in my shell that uses variables is amavis. Here is 
the amavis section

# Virus Scan
#
import SENDER
import RECIPIENT
if ($SENDER ne )
   {
   FROM=escape($SENDER)
   }
   else
   {
   FROM=[EMAIL PROTECTED]
   }
if ($RECIPIENT ne )
   {
   TO=escape($RECIPIENT)
   }
   else
   {
   TO=[EMAIL PROTECTED]
}
xfilter /usr/sbin/amavis debug $SENDER $RECIPIENT
--

Jim Gifford
[EMAIL PROTECTED]

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Wierd Error Message

2004-07-26 Thread Jim Gifford
I have a problem with one email giving me a strange error, every other 
email delivers with no problems. Any suggestions or ideas on what's 
going on.

ul 26 16:35:43 server courierlocal: id=0002C018.41055BAD.39DF,from=banei'[EMAIL 
PROTECTED],addr=[EMAIL PROTECTED]: sh: -c: line 1: unexpected EOF while looking for 
matching `''
Jul 26 16:35:43 server courierlocal: id=0002C018.41055BAD.39DF,from=banei'[EMAIL 
PROTECTED],addr=[EMAIL PROTECTED]: sh: -c: line 2: syntax error: unexpected end of file
Jul 26 16:35:43 server courierlocal: id=0002C018.41055BAD.39DF,from=banei'[EMAIL 
PROTECTED],addr=[EMAIL PROTECTED]: maildrop: error writing to filter.
Jul 26 16:35:43 server courierlocal: id=0002C018.41055BAD.39DF,from=banei'[EMAIL 
PROTECTED],addr=[EMAIL PROTECTED]: maildrop: Unable to filter message.
Jul 26 16:35:43 server courierlocal: id=0002C018.41055BAD.39DF,from=banei'[EMAIL 
PROTECTED],addr=[EMAIL PROTECTED],status: deferred
Jul 26 16:35:43 server courierd: completed,id=0002C018.41055BAD.39DF
Jul 26 16:40:43 server courierd: started,id=0002C018.41055BAD.39DF,from=banei'[EMAIL 
PROTECTED],module=local,host=jim!!501!501!/home/jim!!,addr=jim
Jul 26 16:40:48 server courierlocal: id=0002C018.41055BAD.39DF,from=banei'[EMAIL 
PROTECTED],addr=[EMAIL PROTECTED]: sh: -c: line 1: unexpected EOF while looking for 
matching `''
Jul 26 16:40:48 server courierlocal: id=0002C018.41055BAD.39DF,from=banei'[EMAIL 
PROTECTED],addr=[EMAIL PROTECTED]: sh: -c: line 2: syntax error: unexpected end of file
Jul 26 16:40:48 server courierlocal: id=0002C018.41055BAD.39DF,from=banei'[EMAIL 
PROTECTED],addr=[EMAIL PROTECTED]: maildrop: error writing to filter.
Jul 26 16:40:48 server courierlocal: id=0002C018.41055BAD.39DF,from=banei'[EMAIL 
PROTECTED],addr=[EMAIL PROTECTED]: maildrop: Unable to filter message.
Jul 26 16:40:48 server courierlocal: id=0002C018.41055BAD.39DF,from=banei'[EMAIL 
PROTECTED],addr=[EMAIL PROTECTED],status: deferred
Jul 26 16:40:48 server courierd: completed,id=0002C018.41055BAD.39DF
--

Jim Gifford
[EMAIL PROTECTED]

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Wierd Error Message

2004-07-26 Thread Jim Gifford
Anand Buddhdev wrote:
Jim Gifford wrote:
I have a problem with one email giving me a strange error, every 
other email delivers with no problems. Any suggestions or ideas on 
what's going on.

ul 26 16:35:43 server courierlocal: 
id=0002C018.41055BAD.39DF,from=banei'[EMAIL PROTECTED],addr=[EMAIL PROTECTED]: 
sh: -c: line 1: unexpected EOF while looking for matching `''
Jul 26 16:35:43 server courierlocal: 
id=0002C018.41055BAD.39DF,from=banei'[EMAIL PROTECTED],addr=[EMAIL PROTECTED]: 
sh: -c: line 2: syntax error: unexpected end of file
Jul 26 16:35:43 server courierlocal: 
id=0002C018.41055BAD.39DF,from=banei'[EMAIL PROTECTED],addr=[EMAIL PROTECTED]: 
maildrop: error writing to filter.
Jul 26 16:35:43 server courierlocal: 
id=0002C018.41055BAD.39DF,from=banei'[EMAIL PROTECTED],addr=[EMAIL PROTECTED]: 
maildrop: Unable to filter message.
Jul 26 16:35:43 server courierlocal: 
id=0002C018.41055BAD.39DF,from=banei'[EMAIL PROTECTED],addr=[EMAIL PROTECTED],status: 
deferred
Jul 26 16:35:43 server courierd: completed,id=0002C018.41055BAD.39DF
Jul 26 16:40:43 server courierd: 
started,id=0002C018.41055BAD.39DF,from=banei'[EMAIL PROTECTED],module=local,host=jim!!501!501!/home/jim!!,addr=jim 

Jul 26 16:40:48 server courierlocal: 
id=0002C018.41055BAD.39DF,from=banei'[EMAIL PROTECTED],addr=[EMAIL PROTECTED]: 
sh: -c: line 1: unexpected EOF while looking for matching `''
Jul 26 16:40:48 server courierlocal: 
id=0002C018.41055BAD.39DF,from=banei'[EMAIL PROTECTED],addr=[EMAIL PROTECTED]: 
sh: -c: line 2: syntax error: unexpected end of file
Jul 26 16:40:48 server courierlocal: 
id=0002C018.41055BAD.39DF,from=banei'[EMAIL PROTECTED],addr=[EMAIL PROTECTED]: 
maildrop: error writing to filter.
Jul 26 16:40:48 server courierlocal: 
id=0002C018.41055BAD.39DF,from=banei'[EMAIL PROTECTED],addr=[EMAIL PROTECTED]: 
maildrop: Unable to filter message.
Jul 26 16:40:48 server courierlocal: 
id=0002C018.41055BAD.39DF,from=banei'[EMAIL PROTECTED],addr=[EMAIL PROTECTED],status: 
deferred
Jul 26 16:40:48 server courierd: completed,id=0002C018.41055BAD.39DF

Classic mistake. You're running a shell script from your dot-courier 
file, and you're using the SENDER environment variable without quoting 
it. When you get a rogue email message with a quote in the sender 
address, the shell sees the lone quote in the sender address, and gets 
confused because there's no matching end quote. Make sure you sorround 
the SENDER variable with quotes, for example:

$SENDER instead of just $SENDER
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
No .courier in use, only .mailfilter for moving messages into the proper 
folders.

--

Jim Gifford
[EMAIL PROTECTED]

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Courierfilter.pid Question

2004-03-19 Thread Jim Gifford
Thanx John, that works out the issue. But it also raises a question. Now
that I specify --with-piddir=/var/run/courier, shouldn't all the pid files
be placed into /var/run/courier. On my system only the courierfilter.pid
file is placed there.





---
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_id=1470alloc_id=3638op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Courierfilter.pid Question (Problem???)

2004-03-19 Thread Jim Gifford
We may have a small problem.

I do use localstatedir, but the pid files still get created in /var/run.
Here is my configure line for courier

./configure --prefix=/usr --sysconfdir=/etc/courier --with-piddir=/var/run/c
ourier \
 --libexecdir=/usr/lib/courier --datadir=/usr/share/courier 
--localstatedir=/var/lib/courier \
 --with-db=gdbm --with-mailuser=courier --with-mailgroup=cou
rier \
 --enable-workarounds-for-imap-client-bugs --enable-mimetype
s=/etc/apache/mime.types \
 --with-ispell=/usr/bin/aspell --enable-maildropmysql --with
-paranoid-smtpext \
 --disable-autorenamesent

All of the pids go into /var/run except for courierfilter.pid with now is in
/var/run/courier. I can confirm this on installs based on my directions
posted in the Beyond Linux From Scratch Book.
http://www.linuxfromscratch.org/blfs/view/cvs/server/courier.html





---
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_id=1470alloc_id=3638op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Courierfilter.pid Question

2004-03-18 Thread Jim Gifford
In courier all of the pid files except for courierfilter.pid are owned by
root. By default isn't /var/run only accessible by root. Courierfilter is
owned by the courier user. The question is should courierfilter by owned by
root instead of courier?


Jim Gifford
[EMAIL PROTECTED]



---
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_id=1470alloc_id=3638op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Courierfilter.pid Question

2004-03-18 Thread Jim Gifford
That's not the problem. With most of the builds I do, /var/run is not
accessible by the user courier, only the user root. So in the past I have
made /var/run available to courier. But people I work with don't agree with
it, they wanted to me to post the question, why are all the other courier
pids owned by root and courierfilter.pid is owned by courier.




---
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_id=1470alloc_id=3638op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Possible Bug

2004-02-24 Thread Jim Gifford
I have been running Courier as my MTA for over 2 years now. I just recently
noticied a few glitches in my system. To my understanding the Trash folder
is to get purged automatically by the server. I can say for my system, this
is not happening.

I use a program called imapfilter to delete my old messages. I ran this on
my account today and noticied.
1811 messages, 107 recent, 0 unseen, in mailbox Trash.
1039 messages deleted.
upon further research, I noticed email from Feb 2002, when I started using
Courier. Do I have something misconfigured or what?


Jim Gifford
[EMAIL PROTECTED]



---
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_id=1356alloc_id=3438op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Clamdmail

2003-12-09 Thread Jim Gifford
Has anyone out there tried to get clamdmail to work with Courier.

http://clamdmail.sourceforge.net/

I'm getting ready to start my attempt.




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] sqwebmail fails if built against BerkeleyDB 4.1

2003-12-02 Thread Jim Gifford
Just check the list, I had this problem, there currently is no fix
available.



---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] POP3 Issue with Courier 0.44.1

2003-11-28 Thread Jim Gifford
When I start the pop3d service by using pop3d start, no error message

When I start pop3d-ssl service by using pop3d-ssl start, I get the follow
error message


([EMAIL PROTECTED])-(02:04 PM Fri Nov 28)-(/)
# pop3d start
([EMAIL PROTECTED])-(02:04 PM Fri Nov 28)-(/)
# pop3d-ssl start
/pop3d does not exist, forgot make install-configure?
([EMAIL PROTECTED])-(02:04 PM Fri Nov 28)-(/)
#

Any Ideas, just started when I upgraded from 0.44.0 to 0.44.1.


Jim Gifford
[EMAIL PROTECTED]



---
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] Re: userdb and local passwd

2003-10-20 Thread Jim Gifford
Could this be another sign of the db-4.1.25 problem?




---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Makealiases issue

2003-10-14 Thread Jim Gifford
I bet your using db 4.1.25, get rid of it I had the same issue, I
switched to gdbm and everything worked great.


Archives of Issue

http://www.riverside.org/archive/html/courier-users/2003-09/msg00411.html
http://www.riverside.org/archive/html/courier-users/2003-09/msg00076.html
http://www.riverside.org/archive/html/courier-users/2003-08/msg00024.html
http://www.riverside.org/archive/html/courier-users/2003-10/msg00076.html





---
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] Full courier Howto

2003-10-08 Thread Jim Gifford
I contributed a basic install with virtual users using mysql to the BLFS
project. Here are the links.
http://lfs.oregonstate.edu/blfs/view/cvs/server/courier.html

This is before it was incorporated into BLFS
http://lfs.oregonstate.edu/hints/downloads/files/OLD/courier.txt

- Original Message - 
From: Mark Constable [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 6:31 AM
Subject: Re: [courier-users] Full courier Howto


 On Wed, 2003-10-08 at 22:40, Peter Holm wrote:
  On Thu, 02 Oct 2003 21:17:37 +1000, you wrote:
 
  Would anyone be interested in co-writting a full courier-only Howto
  similar in scope to this article ?
 
  If you do something like that please focus on things that are not
  written [clearly enough] in the documentation. This could include
  detailed explanations on setting up mailing lists with virtual
  mysql-user accounts and mailman and detailed instructions for
  amavisd-new, clamav and spamassassin or similar (free, of course)
  antispam-/antivir combos.

 I only have a minimal subset of experience with mysql, and virtual
 hosting in general, so a lot of the really interesting anti-virus
 material I'd have to leave to someone else anyway.

  Especially the last point should be made somehow easier for new
  mailadmins (or people that DO have a fulltime job and must do all that
  server stuff in the evenings... ;()

 Some docs for the rest of us would be great.

  Also I vote for Debian as a base system with a hint on backports.org
  to state clearly, where people can get new, working packages...

 I agree with that but RH packages and from-source are also popular.

  I am certainly not skilled enough to act as a co-author but could give
  comments from a dumbo-user point of view like following this article
  does not work for me because blabla...

 Hey, you might surprise yourself :) I think the best way forward all
 around is to have a Wiki and let's see what happens...

  http://courier.opensrc.org

 Nothing there yet... everyone/anyone, please just paste notes or
 comments any which way and the RecentChanges junkies will take care
 of the rest and refactor it into something half sensible.

 --markc





 ---
 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




---
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] Courier 20031005

2003-10-05 Thread Jim Gifford
Do you want me to test to see if it fixes the makealiases problem I had with
DB 4.1.25???



---
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] RFC 1123??

2003-09-28 Thread Jim Gifford
Some reason mine doesn't any suggestions how to fix it.


---
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] Policy Analysis Reports

2003-09-26 Thread Jim Gifford
I am receiving the following error messages, and I don't understand why. Any
suggestions on how to correct.

Sep 26 08:17:12 server courieresmtp:
id=00458007.3F74586B.53BA,from=[EMAIL PROTECTED],addr=[EMAIL PROTECTED]
.kernel.org: 450 4.4.3 For input: [EMAIL PROTECTED] policy analysis
reports temporary DNS error with your source domain.
Sep 26 08:17:12 server courieresmtp:
id=00458007.3F74586B.53BA,from=[EMAIL PROTECTED],addr=[EMAIL PROTECTED]
.kernel.org,status: deferred
Sep 26 08:17:14 server courierd: completed,id=00458007.3F74586B.53BA
Sep 26 08:17:17 server courierd: Waiting.  shutdown time=Fri Sep 26 08:22:14
2003, wakeup time=Fri Sep 26 08:22:14 2003, queuedelivering=1, inprogress=0
Sep 26 08:18:06 server courieresmtpd: started,ip=[:::192.168.0.52]
Sep 26 08:18:10 server courierd: newmsg,id=00458009.3F7458AF.576A: dns;
W2RZ8L4S02 (softdnserr [:::192.168.0.52])
Sep 26 08:18:10 server courierd:
started,id=00458009.3F7458AF.576A,from=[EMAIL PROTECTED],module=esmtp
,host=vger.kernel.org,addr=[EMAIL PROTECTED]
Sep 26 08:18:10 server courierd: Waiting.  shutdown time=none, wakeup
time=Fri Sep 26 08:22:14 2003, queuedelivering=2, inprogress=1
Sep 26 08:18:21 server courieresmtp:
id=00458009.3F7458AF.576A,from=[EMAIL PROTECTED],addr=[EMAIL PROTECTED]
r.kernel.org: 450 4.4.3 For input: [EMAIL PROTECTED] policy analysis
reports temporary DNS error with your source domain.
Sep 26 08:18:21 server courieresmtp:
id=00458009.3F7458AF.576A,from=[EMAIL PROTECTED],addr=[EMAIL PROTECTED]
r.kernel.org,status: deferred


Jim Gifford
[EMAIL PROTECTED]



---
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] Policy Analysis Reports

2003-09-26 Thread Jim Gifford
Just to through a wierd thing out there. As of 10am PST, everything just
started working fine.



---
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] RFC 1123??

2003-09-25 Thread Jim Gifford
Ok, I got a wierd message today from the people who maintain my dns. They
say that my mail server needs to spend via email sent to it's ip address. So
right now my mail server responds to jg555.com, but according to them it
should also respond to 64.30.195.78.

Here is the quote they sent me

Mailservers are technically required RFC1123 5.2.17 to accept mail to domain
literals for any of its IP addresses. Not accepting domain literals can make
it more difficult to test your mailserver, and can prevent you from
receiving E-mail from people reporting problems with your mailserver.

Thanx for you assistance



---
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] All Problems Fixed

2003-09-23 Thread Jim Gifford
All problems are no fixed including the webmail. Thank you Sam, and Jon for
all your help. Sam, when you get to fixing the db-4.1.25 problem, let me
know and I can test it out for you.

Short description of makealiases problem

When I ran makealiases that was compiled with db-4.1.25, it would fail with
the following error message
 aliascombine: ERR: No such file or directory
 /usr/sbin/makealiases: line 252: 18820 Donefor f in
 $aliasdir/*;
 do
 echo ##MaKeAlIaSeS##$f; if test -f $f; then
 cat $f;
 else
 echo $f: file not found. 12; echo .;
 fi;
 done
  18821 Broken pipe | /usr/libexec/courier/aliasexp
 $xaliaspfix $xaliastmpdir $module
 makealiases: ERR: No such file or directory

Fix don't use db 4.1.25, I switched to db-4.0.14 and gdbm 1.8.3 and it
worked fine.

Short description of the webmail problem.

In the past, I copied the webadmin and webmail files into different
directories. I can safely run webadmin in another directory with no issues,
but in order for webadmin to work properly, I had to keep it in cgi-bin.

So here is what I have.

I have webmail in /var/www/cgi-bin/webmail

In have webadmin /var/www/htdocs/sysop/mail/webadmin.cgi




---
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: Makealiases Problem update

2003-09-22 Thread Jim Gifford
Changing to gdbm fixed the problem with makealiases. 

Now the webmail is still an issue.


---
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: Makealiases Problem update

2003-09-21 Thread Jim Gifford
Sam,

I forgot to say on the first scenario without anything aliases, no
aliases.dat was created.

- Original Message - 
From: Jim Gifford [EMAIL PROTECTED]
To: Sam Varshavchik [EMAIL PROTECTED]; Courier Users
[EMAIL PROTECTED]
Sent: Saturday, September 20, 2003 9:45 PM
Subject: Re: [courier-users] Re: Makealiases Problem update


 Without anything in aliases
 aliascombine: ERR: No such file or directory
 /etc/courier/aliases/*: file not found.
 aliasexp: ERR: /etc/courier/aliases/*: syntax error, line 1
 makealiases: ERR: No such file or directory

 With system file in aliases
 (default with system install expect postmaster: admin)

 aliascombine: ERR: No such file or directory
 /usr/sbin/makealiases: line 252: 18820 Donefor f in
 $aliasdir/*;
 do
 echo ##MaKeAlIaSeS##$f; if test -f $f; then
 cat $f;
 else
 echo $f: file not found. 12; echo .;
 fi;
 done
  18821 Broken pipe | /usr/libexec/courier/aliasexp
 $xaliaspfix $xaliastmpdir $module
 makealiases: ERR: No such file or directory

 Modified system file with only
 postmaster: admin

 aliascombine: ERR: No such file or directory
 /usr/sbin/makealiases: line 252: 20646 Donefor f in
 $aliasdir/*;
 do
 echo ##MaKeAlIaSeS##$f; if test -f $f; then
 cat $f;
 else
 echo $f: file not found. 12; echo .;
 fi;
 done
  20647 Broken pipe | /usr/libexec/courier/aliasexp
 $xaliaspfix $xaliastmpdir $module
 makealiases: ERR: No such file or directory



 ---
 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




---
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: Makealiases Problem update

2003-09-21 Thread Jim Gifford
Sure does

# ls -l /var/lib/courier
total 552K
drwxr-x---2 courier  courier  4.0K 2003-09-19 16:12 allfilters
drwxrwx---2 courier  courier  4.0K 2003-09-20 12:56 authdaemon
drwxr-xr-x5 root courier  4.0K 2003-09-19 16:25 calendar
-rw---1 root apache   512K 2003-09-21 11:11 couriersslcache
drwx--2 courier  courier  4.0K 2003-09-19 16:12 faxtmp
drwxr-x---2 courier  courier  4.0K 2003-09-19 16:12 filters
drwxr-x---3 courier  courier  4.0K 2003-09-21 10:30 msgq
drwxr-x---5 courier  courier  4.0K 2003-09-21 11:02 msgs
drwxrwx---4 courier  courier  4.0K 2003-09-21 11:00 tmp
drwxr-xr-x2 bin  root 4.0K 2003-09-19 21:05
webmail-logincache
([EMAIL PROTECTED])-(11:13 AM Sun Sep 21)-(/var/lib/courier)

- Original Message - 
From: Sam Varshavchik [EMAIL PROTECTED]
To: Courier Users [EMAIL PROTECTED]
Sent: Sunday, September 21, 2003 6:31 AM
Subject: [courier-users] Re: Makealiases Problem update




---
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: Makealiases Problem update

2003-09-21 Thread Jim Gifford
Sam and everyone,
Follow Sam's lead, I did some modification to makealiases to figure out
what the problem is I changed the following lines in makealiases

get_aliases | /usr/libexec/courier/aliascombine | \
/usr/libexec/courier/aliascreate $aliastmp $aliasdump $aliasalias

   to

get_aliases  /tmp/get_aliases_result
cat /tmp/get_aliases_result | /usr/libexec/courier/aliascombine 
/tmp/aliascombine_result
cat /tmp/aliascombine_result | /usr/libexec/courier/aliascreate
$aliastmp $aliasdump $aliasalias

Resule file get_aliases_result
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[EMAIL PROTECTED]
[EMAIL PROTECTED]

[EMAIL PROTECTED]
[EMAIL PROTECTED]

[EMAIL PROTECTED]
[EMAIL PROTECTED]

[EMAIL PROTECTED]
[EMAIL PROTECTED]

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Result file aliascombine_result

Blank file 0 bytes
.
The only thing I can think of at this point is that good all db 4.1.25
is my problem. Agree



---
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: Makealiases Problem update

2003-09-21 Thread Jim Gifford
Here is the output.

 cat /tmp/get_aliases_result | /usr/libexec/courier/aliascombine 
/tmp/aliascombine_result
aliascombine: ERR: No such file or directory

- Original Message - 
From: Sam Varshavchik [EMAIL PROTECTED]
To: Courier Users [EMAIL PROTECTED]
Sent: Sunday, September 21, 2003 1:48 PM
Subject: [courier-users] Re: Makealiases Problem update




---
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: Makealiases Problem update

2003-09-21 Thread Jim Gifford
Did what you asked, I also did one other thing, I completely removed libsafe
from my system. Now aliascombine doesn't fail, but aliascreate does.

Here is aliascombine.log and makealiases.log from strace.

Another thing that is new is that in /tmp dir files courier.(random) are now
created, but are 0 bytes. I found these files in the strace logs.

# ls -l courier.*
-rw---1 root root0 2003-09-21 21:35 courier.8H03oa
-rw---1 root root0 2003-09-21 21:35 courier.8HKUla
-rw---1 root root0 2003-09-21 21:35 courier.9HK3Mb
-rw---1 root root0 2003-09-21 21:36 courier.cwKJob
-rw---1 root root0 2003-09-21 21:37 courier.CWZRjc
-rw---1 root root0 2003-09-21 21:36 courier.gwKA-a
-rw---1 root root0 2003-09-21 21:36 courier.gwKN8a
-rw---1 root root0 2003-09-21 21:32 courier.KQvU9a
-rw---1 root root0 2003-09-21 21:33 courier.Pcv6Vb
-rw---1 root root0 2003-09-21 21:32 courier.sr2gIb
-rw---1 root root0 2003-09-21 21:32 courier.srg6Kb
-rw---1 root root0 2003-09-21 21:32 courier.trgBna
-rw---1 root root0 2003-09-21 21:33 courier.VcfSOd
-rw---1 root root0 2003-09-21 21:33 courier.VcLULd
-rw---1 root root0 2003-09-21 21:37 courier.zWtvkc
-rw---1 root root0 2003-09-21 21:37 courier.zWZgxc



---
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: Makealiases Problem update

2003-09-20 Thread Jim Gifford
Sam,
What about manually trying to create the aliases file. What procedure
would I follow, to help locate where the problem lies.



---
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: Makealiases Problem update

2003-09-20 Thread Jim Gifford
Without anything in aliases
aliascombine: ERR: No such file or directory
/etc/courier/aliases/*: file not found.
aliasexp: ERR: /etc/courier/aliases/*: syntax error, line 1
makealiases: ERR: No such file or directory

With system file in aliases
(default with system install expect postmaster: admin)

aliascombine: ERR: No such file or directory
/usr/sbin/makealiases: line 252: 18820 Donefor f in
$aliasdir/*;
do
echo ##MaKeAlIaSeS##$f; if test -f $f; then
cat $f;
else
echo $f: file not found. 12; echo .;
fi;
done
 18821 Broken pipe | /usr/libexec/courier/aliasexp
$xaliaspfix $xaliastmpdir $module
makealiases: ERR: No such file or directory

Modified system file with only
postmaster: admin

aliascombine: ERR: No such file or directory
/usr/sbin/makealiases: line 252: 20646 Donefor f in
$aliasdir/*;
do
echo ##MaKeAlIaSeS##$f; if test -f $f; then
cat $f;
else
echo $f: file not found. 12; echo .;
fi;
done
 20647 Broken pipe | /usr/libexec/courier/aliasexp
$xaliaspfix $xaliastmpdir $module
makealiases: ERR: No such file or directory



---
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] Makealiases Problem update

2003-09-19 Thread Jim Gifford
Sam and everyone,
I have tracked the issue down to the tmp file not being created. Sam,
got any ideas. I took another box and reloaded courier and it's doing the
same thing.

aliascombine: ERR: No such file or directory
/usr/sbin/makealiases: line 252: 30663 Donefor f in
$aliasdir/*;
do
echo ##MaKeAlIaSeS##$f; if test -f $f; then
cat $f;
else
echo $f: file not found. 12; echo .;
fi;
done
 30664 Broken pipe | /usr/libexec/courier/aliasexp
$xaliaspfix $xaliastmpdir $module
makealiases: ERR: No such file or directory

Attached is the modified version of makealiases I used to track the errors.

Here is the output of the log
aliastmp=-tmp=/etc/courier/aliases.tmp aliasdump=
aliasalias=-alias=/etc/courier/aliases.dat
xaliaspfix=-xaliaspfix=.xalias/ xaliastmpdir= module=local
xaliaspfix=-xaliaspfix=.xalias/ xaliastmpdir= module=local

This also sort of relates to my sqwebmail problem where the cache files are
not being created.

It has be asked for my configure line, so here it is.
   ./configure --prefix=/usr \
--sysconfdir=/etc/courier \
--with-piddir=/var/run \
--libexecdir=/usr/libexec \
--datadir=/usr/share/courier \
--localstatedir=/var/lib/courier \
--disable-root-check \
--with-db=db \
--with-mailuser=courier \
--with-mailgroup=courier \
--enable-workarounds-for-imap-client-bugs \
--enable-mimetypes=/etc/apache/mime.types \
--with-ispell=/usr/bin/aspell \
--enable-maildropmysql


Jim Gifford

[EMAIL PROTECTED]
[EMAIL PROTECTED]


makealiases
Description: Binary data


error.log
Description: Binary data


Re: [courier-users] Re: Makealiases Problem update

2003-09-19 Thread Jim Gifford
My problem seems to be the creating of tmp and cache files.

Here are my permissions for those we have emailed me saying it's a
permission issue.

All the Maildirs are drwx--

/etc/courier
total 408K
drwxr-xr-x 10 courier courier 4.0K 2003-09-19 20:53 .
drwxr-xr-x 63 root root 4.0K 2003-09-19 20:19 ..
drwxr-xr-x 2 courier courier 4.0K 2003-09-19 19:43 aliasdir
drwxr-x--- 2 courier courier 4.0K 2003-09-19 16:25 aliases
-rw-rw 1 courier courier 2.7K 2003-09-19 16:47 authdaemonrc
-rw-rw 1 courier courier 2.7K 2003-09-19 16:12 authdaemonrc.dist
-rw-r--r-- 1 courier courier 11 2003-09-19 16:12 authmodulelist
-rw-rw 1 courier courier 6.4K 2003-09-19 16:42 authmysqlrc
-rw-rw 1 courier courier 6.4K 2003-09-19 16:12 authmysqlrc.dist
-rw-r--r-- 1 courier courier 23 2003-09-19 17:19 bofh
-rw-r--r-- 1 courier courier 6 2003-09-19 16:24 calendarmode
-rw-r--r-- 1 courier courier 8.0K 2003-09-19 16:18 courierd
-rw-r--r-- 1 courier courier 8.0K 2003-09-19 16:12 courierd.dist
-rw-r--r-- 1 courier courier 10 2003-09-19 17:05 defaultdomain
-rw-r--r-- 1 courier courier 802 2003-09-19 16:12 dsndelayed.txt
-rw-r--r-- 1 courier courier 214 2003-09-19 16:12 dsndelivered.txt
-rw-r--r-- 1 courier courier 187 2003-09-19 16:12 dsnfailed.txt
-rw-r--r-- 1 courier courier 335 2003-09-19 16:12 dsnfooter.txt
-rw-r--r-- 1 courier courier 191 2003-09-19 16:12 dsnheader.txt
-rw-r--r-- 1 courier courier 530 2003-09-19 16:12 dsnrelayed.txt
-rw-r--r-- 1 courier courier 30 2003-09-19 16:12 dsnsubjectnotice.txt
-rw-r--r-- 1 courier courier 23 2003-09-19 16:12 dsnsubjectwarn.txt
-rw-r--r-- 1 courier courier 6 2003-09-19 16:13 enablefiltering
-rw-r--r-- 1 root apache 12K 2003-09-19 18:00 esmtpacceptmailfor.dat
drwxr-xr-x 2 root root 4.0K 2003-09-19 16:25 esmtpacceptmailfor.dir
-rw--- 1 courier courier 0 2003-09-19 16:12 esmtpauthclient
-rw-r--r-- 1 courier courier 692 2003-09-19 16:12 esmtp.authpam
-rw-r--r-- 1 courier courier 8.4K 2003-09-19 16:53 esmtpd
-rw-r--r-- 1 courier courier 344 2003-09-19 16:12 esmtpd.cnf
-rw-r--r-- 1 courier courier 8.4K 2003-09-19 16:12 esmtpd.dist
-rw-r--r-- 1 courier courier 3.4K 2003-09-19 16:53 esmtpd-msa
-rw-r--r-- 1 courier courier 3.3K 2003-09-19 16:12 esmtpd-msa.dist
-rw-r--r-- 1 courier courier 5.9K 2003-09-19 16:53 esmtpd-ssl
-rw-r--r-- 1 courier courier 5.9K 2003-09-19 16:12 esmtpd-ssl.dist
drwxr-xr-x 2 root root 4.0K 2003-09-19 16:12 esmtppercentrelay.dir
-rw-r--r-- 1 courier courier 965 2003-09-19 16:13 faxcoverpage.tr
-rw-r--r-- 1 courier courier 965 2003-09-19 16:12 faxcoverpage.tr.dist
-rw-r--r-- 1 courier courier 1.5K 2003-09-19 16:23 faxnotifyrc
-rw-r--r-- 1 courier courier 1.5K 2003-09-19 16:12 faxnotifyrc.dist
-rw-r--r-- 1 courier courier 11K 2003-09-19 17:03 faxrc
-rw-r--r-- 1 courier courier 11K 2003-09-19 16:12 faxrc.dist
drwxr-x--- 3 courier courier 4.0K 2003-09-19 16:12 filters
drwxr-xr-x 2 courier courier 4.0K 2003-09-19 17:05 hosteddomains
-rw-r--r-- 1 root apache 12K 2003-09-19 18:00 hosteddomains.dat
-rw-r--r-- 1 courier courier 12K 2003-09-19 18:00 imapd
-rw-r--r-- 1 courier courier 671 2003-09-19 16:12 imapd.authpam
-rw--- 1 courier courier 338 2003-09-19 16:12 imapd.cnf
-rw-r--r-- 1 courier courier 12K 2003-09-19 16:12 imapd.dist
-rw-r--r-- 1 courier courier 5.9K 2003-09-19 18:00 imapd-ssl
-rw-r--r-- 1 courier courier 5.9K 2003-09-19 16:12 imapd-ssl.dist
-rw-r--r-- 1 root root 618 2003-09-19 16:13 ldapaddressbook
-rw-r--r-- 1 root root 618 2003-09-19 16:12 ldapaddressbook.dist
-rw-r--r-- 1 courier courier 20 2003-09-19 17:05 locals
-rw-r--r-- 1 courier courier 47 2003-09-19 16:24 maildirfilterconfig
-rw-r--r-- 1 courier courier 18 2003-09-19 16:13 maildrop
-rw-r--r-- 1 courier courier 334 2003-09-19 16:32 maildroprc
-rw-r--r-- 1 courier courier 15 2003-09-19 18:12 me
-rw-r--r-- 1 courier courier 71 2003-09-19 16:12 module.dsn
-rw-r--r-- 1 courier courier 98 2003-09-19 16:12 module.esmtp
-rw-r--r-- 1 courier courier 91 2003-09-19 16:12 module.fax
-rw-r--r-- 1 courier courier 86 2003-09-19 16:12 module.local
-rw-r--r-- 1 courier courier 93 2003-09-19 16:12 module.uucp
-rw-r--r-- 1 courier courier 3.4K 2003-09-19 16:25 pop3d
-rw-r--r-- 1 courier courier 680 2003-09-19 16:12 pop3d.authpam
-rw--- 1 courier courier 338 2003-09-19 16:12 pop3d.cnf
-rw-r--r-- 1 courier courier 3.4K 2003-09-19 16:12 pop3d.dist
-rw-r--r-- 1 courier courier 5.5K 2003-09-19 16:24 pop3d-ssl
-rw-r--r-- 1 courier courier 5.5K 2003-09-19 16:12 pop3d-ssl.dist
-r--r--r-- 1 courier courier 516 2003-09-19 16:12 quotawarnmsg.example
-r--r--r-- 1 courier courier 302 2003-09-19 16:12 rfcerr2045.txt
-r--r--r-- 1 courier courier 332 2003-09-19 16:12 rfcerr2046.txt
-r--r--r-- 1 courier courier 301 2003-09-19 16:12 rfcerr2047.txt
-r--r--r-- 1 courier courier 1.2K 2003-09-19 16:12 rfcerrheader.txt
drwxr-xr-x 2 courier courier 4.0K 2003-09-19 16:13 smtpaccess
-rw-r--r-- 1 root root 12K 2003-09-19 18:12 smtpaccess.dat
-rw-r--r-- 1 courier courier 1 2003-09-19 16:24 usexsender
drwx-- 4 courier 

[courier-users] Mail sending

2003-09-17 Thread Jim Gifford
Is there anyway from the sendmail command line to send a email with an
attachment??


Jim Gifford

[EMAIL PROTECTED]
[EMAIL PROTECTED]



---
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] Does courier-imap _really_ support vpopmail virtual domains?

2003-09-17 Thread Jim Gifford
Title: Message



You may want to consider switching to the 
courier-mta for your full solution. I currently have it running with virtual 
users using a mysql database. Virtual domains shouldn't be that hard to add. I 
can send you a file to help you with the build process if your 
interested.

  - Original Message - 
  From: 
  Bryan 
  Rentoul 
  To: [EMAIL PROTECTED] 
  
  Sent: Wednesday, September 17, 2003 12:49 
  PM
  Subject: [courier-users] Does 
  courier-imap _really_ support vpopmail virtual domains?
  
  It seems 
  everyone on the list is as baffled about this as I am?
  
  The 
  documentation for courier-imap suggests very clearly that it does support 
  vpopmail style virtual domains. But after several tens of hours (no joke - 
  really) I've not been able to find a way to make it work. To the best of my 
  knowledge I've read every single word of every single related document 
  concerning this - at least once, and most twice or more.
  
  So before I beat 
  my head against this wall any longer, can anyone tell me, 
  definitively,YES or NO, if courier-imap will support vpopmail 
  (/home/vpopmail/domains/domain/account/Maildir) style maildirs 
  using solely vchkpw authentication to map to the correct Maildir 
  directory?
  
  The desired 
  environment is [QMail + vpopmail + courier-imap]. Nothing else to do with 
  mail, no userdb, no maildrop etc.
  
  Is this a 
  practical environment or do I need something else?
  
  I just need to 
  know if I'm trying to do the impossible before continuing to research 
  this.
  
  Thank you very 
  much for your help.
  
  (For background, 
  you could look at previous posts from me with subject prefix 
  "vpopmail...").
  
  Again, thank 
  you.
  
  
  
  Regards,Bryan J. 
  RentoulDirectorNZ Hosting 
  Limited-- http://nzhosting.co.nz/ 


Re: [courier-users] Re: makealiases problem

2003-09-15 Thread Jim Gifford
- Original Message - 
From: Jon Nelson [EMAIL PROTECTED]
To: Jim Gifford [EMAIL PROTECTED]
Cc: Sam Varshavchik [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Friday, September 05, 2003 4:19 AM
Subject: Re: [courier-users] Re: makealiases problem


 Are you running Linux?
 If so, then perhaps an strace might be useful, provided it isn't *huge*.
 Do you know how to run strace?  My preferred invocations involve the -tt
 and -s256 switches, although for your purposes, only the -s is likely to
 help.

 On Thu, 4 Sep 2003, Jim Gifford wrote:

  - Original Message - 
  From: Sam Varshavchik [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, September 04, 2003 7:15 PM
  Subject: [courier-users] Re: makealiases problem
 
 
  Do you have any other files in the aliases directory?
 
  ls -al [...]/aliases
 
 
 
  No sir, I don't have any more files in aliases and I do not have any
files
  in aliasdir
 

I just upgraded to 0.43.2 and the same problem occurs.

Attached is the strace.log file I created.

Here is the error message again.([EMAIL PROTECTED])-(09:38 AM Mon Sep 15)
# makealiases
aliascombine: ERR: No such file or directory
/usr/sbin/makealiases: line 252: 18976 Donefor f in
$aliasdir/*;
do
echo ##MaKeAlIaSeS##$f; if test -f $f; then
cat $f;
else
echo $f: file not found. 12; echo .;
fi;
done
 18977 Broken pipe | /usr/libexec/courier/aliasexp
$xaliaspfix $xaliastmpdir $module
makealiases: ERR: No such file or directory






strace.log
Description: Binary data


[courier-users] Webmail problems

2003-09-15 Thread Jim Gifford
Since upgrading to 0.43, I have not been able to use webmail. I keep
receiving the attached error messages.

Which basically is unable to create cache file. I did downgrade to 0.42.2
and everything worked fine.

Any Suggestions



Jim Gifford

[EMAIL PROTECTED]
[EMAIL PROTECTED]


error.log
Description: Binary data


Re: [courier-users] Webmail problems

2003-09-15 Thread Jim Gifford
- Original Message - 
From: Tim Hunter [EMAIL PROTECTED]
To: Courier Users [EMAIL PROTECTED]
Sent: Monday, September 15, 2003 10:45 AM
Subject: Re: [courier-users] Webmail problems


 Jim Gifford wrote:
  Since upgrading to 0.43, I have not been able to use webmail. I keep
  receiving the attached error messages.
 
  Which basically is unable to create cache file. I did downgrade to
  0.42.2 and everything worked fine.
 
  Any Suggestions
 
 Check the archives at http://www.riverside.org/archive/html/courier-users/

 Chances are its either a permissions problem or you passed some bad values
 during compile.

 if you are still having problems, give us more information
 
  
  Jim Gifford
 

 Also don't cc: Mr Sam, he does read the list, you are only cluttering his
 very full mailbox.



 ---
 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

Here is my configure information and the Maildir permissions

Maildir permissions
drwx--6 jim  jim  4.0K 2003-08-22 01:06 .Yahoo
drwx--6 jim  jim  4.0K 2003-08-22 01:06 .Virus
drwx--5 jim  jim  4.0K 2003-08-22 01:06 .Trash
drwx--2 jim  jim  4.0K 2003-09-15 13:01 tmp
-rw---1 jim  jim 1 2003-09-15 09:52
sqwebmail-timestamp
-rw---1 jim  jim72 2003-09-15 09:52 sqwebmail-ip
-rw---1 jim  jim 5 2003-09-15 09:05 sqwebmail-curcnt
-rwx--1 jim  jim 1 2003-08-22 01:08
sqwebmail-curcache.nfshack
drwx--6 jim  jim  4.0K 2003-08-22 01:06 .Spam
drwx--6 jim  jim  4.0K 2003-08-22 01:06 .Sent Items
drwx--5 jim  jim  4.0K 2003-08-22 01:06
.Sent.2003.08-Aug
drwx--5 jim  jim  4.0K 2003-09-15 09:05 .Sent
drwx--2 jim  jim   16K 2003-09-14 10:26 new
drwx--6 jim  jim  4.0K 2003-08-22 01:06 .linkLINE
drwx--6 jim  jim  4.0K 2003-09-15 09:05 .Hotmail
drwx--6 jim  jim  4.0K 2003-08-22 01:06 .Drafts
drwx--2 jim  jim   40K 2003-09-14 10:47 cur
-rwx--1 jim  jim   12K 2003-06-12 12:35
courierpop3dsizelist
-rw-r--r--1 jim  jim   726 2003-09-14 10:47 courierimapuiddb
-rwx--1 jim  jim   100 2003-03-02 18:51
courierimapsubscribed
drwx--2 jim  jim   12K 2003-09-14 11:27
courierimapkeywords
-rw---1 jim  jim 0 2003-09-15 09:52 calendar.cache
drwx--2 jim  jim  4.0K 2003-09-15 09:52 calendar
drwxrwx---   13 jim  jim  4.0K 2003-09-15 13:00 ..
drwx--   17 jim  jim  4.0K 2003-09-15 09:52 .

Here is my configure line.

./configure   --prefix=/usr \
--sysconfdir=/etc/courier \
--with-piddir=/var/run \
--libexecdir=/usr/libexec \
--datadir=/usr/share/courier \
--localstatedir=/var/lib/courier \
--disable-root-check \
--with-db=db \
--with-mailuser=courier \
--with-mailgroup=courier \
--enable-workarounds-for-imap-client-bugs \
--enable-mimetypes=/etc/apache2/mime.types \
--with-ispell=/usr/bin/aspell \
--enable-maildropmysql || ERROR Configure






---
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] makealiases problem

2003-09-04 Thread Jim Gifford
  Original Message - 
From: Tim Hunter [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 03, 2003 3:29 PM
Subject: Re: [courier-users] makealiases problem


 Jim Gifford wrote:
  Still no ideas out there. Sam any ideas.
 Still haven't seen the contents of your aliases dir and whats in it.
 
  - Original Message -
  From: Jim Gifford [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Saturday, August 30, 2003 9:04 AM
  Subject: [courier-users] makealiases problem
 
 
  When I try to run makealiases, I get the following error message.
 
 
  aliascombine: ERR: No such file or directory
  /usr/sbin/makealiases: line 253: 27977 Donefor f
  in $aliasdir/*;
  do
  echo ##MaKeAlIaSeS##$f; if test -f $f; then
  cat $f;
  else
  echo $f: file not found. 12; echo .;
  fi;
  done
   27978 Broken pipe | /usr/libexec/courier/aliasexp
  $xaliaspfix $xaliastmpdir $module
  makealiases: ERR: No such file or directory
 
  I have a single file in the directory aliases that worked before
  upgrading to 0.43.1.
 
  # makealiases
Tim and Others,
Here is my aliases file
# Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
# distribution information.
#
# Mail alias definition.
#
# Courier does not deliver to root, therefore forward root mail to
postmaster

root: postmaster

# Also send mailer-daemon's mail to postmaster

mailer-daemon: postmaster

MAILER-DAEMON: postmaster

uucp: postmaster

faxadmin: postmaster

FETCHMAIL-DAEMON: postmaster

hostmaster: postmaster

# You must specify a non-privileged account to receive postmaster mail.
# The postmaster CANNOT be root.  Until you specify a valid postmaster
# alias below, all postmaster mail will be bitbucketed.

postmaster: admin

# Additional aliases may be defined here, or create other files in
# local/config/aliases directory.
#
# After making any changes, run the makealiases script to compile the
# alias database.

# For Virus Alerts
virusalert: root

# Route Work email to Jim email
rz8l4s: jim

justine.gifford: granny
jim.gifford: jim
jimmy.gifford: jim
joanne.gifford: annie
tracy.bennett: tracy
bernard.gifford: bernie
nancy.gifford: nancy



---
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: makealiases problem

2003-09-04 Thread Jim Gifford
- Original Message - 
From: Sam Varshavchik [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 04, 2003 7:15 PM
Subject: [courier-users] Re: makealiases problem


Do you have any other files in the aliases directory?

ls -al [...]/aliases



No sir, I don't have any more files in aliases and I do not have any files
in aliasdir







---
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] makealiases problem

2003-09-03 Thread Jim Gifford
Still no ideas out there. Sam any ideas.

- Original Message - 
From: Jim Gifford [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, August 30, 2003 9:04 AM
Subject: [courier-users] makealiases problem


 When I try to run makealiases, I get the following error message.


 aliascombine: ERR: No such file or directory
 /usr/sbin/makealiases: line 253: 27977 Donefor f in
 $aliasdir/*;
 do
 echo ##MaKeAlIaSeS##$f; if test -f $f; then
 cat $f;
 else
 echo $f: file not found. 12; echo .;
 fi;
 done
  27978 Broken pipe | /usr/libexec/courier/aliasexp
 $xaliaspfix $xaliastmpdir $module
 makealiases: ERR: No such file or directory

 I have a single file in the directory aliases that worked before upgrading
 to 0.43.1.


 ---
 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




---
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: Webmail Problems - 0.43.0 (0.43.1)

2003-09-02 Thread Jim Gifford
- Original Message - 
From: Mitch (WebCob) [EMAIL PROTECTED]
To: Jim Gifford [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Saturday, August 30, 2003 9:19 PM
Subject: RE: [courier-users] Re: Webmail Problems - 0.43.0 (0.43.1)


Going out on a limb here, but I think there is an option in Apache to limit
or restrict setuid processing to be above a certain uid? Could this be
something you did a while ago and forgot?

m/

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jim
Gifford
Sent: Saturday, August 30, 2003 9:54 AM
To: Sam Varshavchik; [EMAIL PROTECTED]
Subject: Re: [courier-users] Re: Webmail Problems - 0.43.0 (0.43.1)


The permissions are correct, here they are.
-r-sr-xr-x1 root bin  6.9K 2003-08-20 02:50 webadmin
-r-sr-xr-x1 root bin  580K 2003-08-20 02:50 webmail

Any other suggestions.


- Original Message - 
From: Sam Varshavchik [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 22, 2003 12:18 PM
Subject: [courier-users] Re: Webmail Problems - 0.43.0 (0.43.1)


webmail.cgi is not installed setuid root, perhaps. Or the permissions on
one of the parent directories is not correct.


That was one of the first things I checked.



---
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: Webmail Problems - 0.43.0 (0.43.1)

2003-08-31 Thread Jim Gifford
- Original Message - 
From: Mitch (WebCob) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 31, 2003 11:35 AM
Subject: FW: [courier-users] Re: Webmail Problems - 0.43.0 (0.43.1)


 Got this from Phil - not sure if he copied you.

 m/

 -Original Message-
 From: Phillip Hutchings [mailto:[EMAIL PROTECTED]
 Sent: Sunday, August 31, 2003 12:00 AM
 To: Mitch (WebCob)
 Subject: Re: [courier-users] Re: Webmail Problems - 0.43.0 (0.43.1)


 Apache does not allow suid execution for security reasons. You'll need
 to investigate suexec (mod_suexec in Apache 2) to enable this.

 Only enable it for the appropriate files of course :)


 On Sunday, Aug 31, 2003, at 16:19 Pacific/Auckland, Mitch ((WebCob))
 wrote:

  Going out on a limb here, but I think there is an option in Apache to
  limit or restrict setuid processing to be above a certain uid? Could
  this be something you did a while ago and forgot?
 
  m/
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Jim
  Gifford
  Sent: Saturday, August 30, 2003 9:54 AM
  To: Sam Varshavchik; [EMAIL PROTECTED]
  Subject: Re: [courier-users] Re: Webmail Problems - 0.43.0 (0.43.1)
 
 
  The permissions are correct, here they are.
  -r-sr-xr-x1 root bin  6.9K 2003-08-20 02:50 webadmin
  -r-sr-xr-x1 root bin  580K 2003-08-20 02:50 webmail
 
  Any other suggestions.
 
 
  - Original Message -
  From: Sam Varshavchik [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, August 22, 2003 12:18 PM
  Subject: [courier-users] Re: Webmail Problems - 0.43.0 (0.43.1)
 
 
  webmail.cgi is not installed setuid root, perhaps. Or the permissions
  on
  one of the parent directories is not correct.
 
 
  ---
  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
 
 
 
  ---
  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
 
 --
 Phillip Hutchings
 Online accounting for flats! - http://flatties.sitharus.com
 http://www.sitharus.com/
 [EMAIL PROTECTED]



It worked before I upgraded to 0.43.1. Looking in the change log, something
has changed in the webmail.cgi script.



---
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] makealiases problem

2003-08-30 Thread Jim Gifford
When I try to run makealiases, I get the following error message.


aliascombine: ERR: No such file or directory
/usr/sbin/makealiases: line 253: 27977 Donefor f in
$aliasdir/*;
do
echo ##MaKeAlIaSeS##$f; if test -f $f; then
cat $f;
else
echo $f: file not found. 12; echo .;
fi;
done
 27978 Broken pipe | /usr/libexec/courier/aliasexp
$xaliaspfix $xaliastmpdir $module
makealiases: ERR: No such file or directory

I have a single file in the directory aliases that worked before upgrading
to 0.43.1.


---
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: Webmail Problems - 0.43.0 (0.43.1)

2003-08-30 Thread Jim Gifford
The permissions are correct, here they are.
-r-sr-xr-x1 root bin  6.9K 2003-08-20 02:50 webadmin
-r-sr-xr-x1 root bin  580K 2003-08-20 02:50 webmail

Any other suggestions.


- Original Message - 
From: Sam Varshavchik [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 22, 2003 12:18 PM
Subject: [courier-users] Re: Webmail Problems - 0.43.0 (0.43.1)


webmail.cgi is not installed setuid root, perhaps. Or the permissions on 
one of the parent directories is not correct.


---
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] Webmail Problems - 0.43.0 (0.43.1)

2003-08-22 Thread Jim Gifford
 - Original Message - 
 From: Jim Gifford [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 18, 2003 10:57 PM
 Subject: [courier-users] Webmail Problems - 0.43.0


  I'm able to log with no problems, but when I click on a folder, a blank
  page. This worked previously under versions 0.42.x.
 
  Found this in my error log file
 
  Aug 18 22:52:04 server webmail.cgi: Can't create cache file
  |.linkLINE/tmp/1061272324.M581735P9252_sqwebmail-db.server|: No such
file
 or
  directory
 
  Then I checked the temp directory
 
  ([EMAIL PROTECTED])-(10:55 PM Mon Aug 18)-(/home/jim/Maildir/.linkLINE/tmp)
  # ls -l
  total 0
  -rw---1 jim  jim 0 2003-08-18 22:52
  1061272324.M581735P9252_sqwebmail-db.server
  ([EMAIL PROTECTED])-(10:55 PM Mon Aug 18)-(/home/jim/Maildir/.linkLINE/tmp)
 
  Any suggestions.
 
 

 Same thing under 0.43.1



I have verified all permissions on the Maildir to be 700. I am completely
lost on this one now.

Any ideas Mr. Sam.



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Webmail Problems - 0.43.0 (0.43.1)

2003-08-20 Thread Jim Gifford
- Original Message - 
From: Jim Gifford [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 18, 2003 10:57 PM
Subject: [courier-users] Webmail Problems - 0.43.0


 I'm able to log with no problems, but when I click on a folder, a blank
 page. This worked previously under versions 0.42.x.

 Found this in my error log file

 Aug 18 22:52:04 server webmail.cgi: Can't create cache file
 |.linkLINE/tmp/1061272324.M581735P9252_sqwebmail-db.server|: No such file
or
 directory

 Then I checked the temp directory

 ([EMAIL PROTECTED])-(10:55 PM Mon Aug 18)-(/home/jim/Maildir/.linkLINE/tmp)
 # ls -l
 total 0
 -rw---1 jim  jim 0 2003-08-18 22:52
 1061272324.M581735P9252_sqwebmail-db.server
 ([EMAIL PROTECTED])-(10:55 PM Mon Aug 18)-(/home/jim/Maildir/.linkLINE/tmp)

 Any suggestions.



Same thing under 0.43.1



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Webmail Problems - 0.43.0

2003-08-19 Thread Jim Gifford
I'm able to log with no problems, but when I click on a folder, a blank
page. This worked previously under versions 0.42.x.

Found this in my error log file

Aug 18 22:52:04 server webmail.cgi: Can't create cache file
|.linkLINE/tmp/1061272324.M581735P9252_sqwebmail-db.server|: No such file or
directory

Then I checked the temp directory

([EMAIL PROTECTED])-(10:55 PM Mon Aug 18)-(/home/jim/Maildir/.linkLINE/tmp)
# ls -l
total 0
-rw---1 jim  jim 0 2003-08-18 22:52
1061272324.M581735P9252_sqwebmail-db.server
([EMAIL PROTECTED])-(10:55 PM Mon Aug 18)-(/home/jim/Maildir/.linkLINE/tmp)

Any suggestions.



---
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] Virtual domain users (UserDB) with own .spamassassin/user_prefs

2003-06-17 Thread Jim Gifford
Here is what I did. First I created a user named spam with a home directory.
I have been running this since Feb. 2003 with no problems.

I then created a /etc/sysconfig/spamassassin file with the following
information.

# Start /etc/sysconfig/spamassassin

OPTIONS=-d -c -a -q -x -u spam

# End /etc/sysconfig/spamassassin

I then created a startup script for spamassassin. Which I setup to start
right before courier.

#!/bin/bash
# Begin $rc_base/init.d/spamassassin

# Based on sysklogd script from LFS-3.1 and earlier.
# Rewritten by Gerard Beekmans  - [EMAIL PROTECTED]

source /etc/sysconfig/rc
source $rc_functions

if [ -f /etc/sysconfig/spamassassin ]
then
source /etc/sysconfig/spamassassin
fi


case $1 in
start)
echo Starting Spam Assassin...
loadproc spamd $OPTIONS
;;

stop)
echo Stopping Spam Assassin...
killproc spamd
;;

restart)
$0 stop
sleep 1
$0 start
;;

status)
statusproc spamd
;;

*)
echo Usage: $0 {start|stop|restart|status}
exit 1
;;
esac

# End $rc_base/init.d/spamassassin

I modified my courierd file DefaultDelivery

DEFAULTDELIVERY=| /usr/bin/spamc -f | /usr/bin/maildrop


- Original Message - 
From: Mirko Zeibig [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 17, 2003 1:17 AM
Subject: [courier-users] Virtual domain users (UserDB) with own
.spamassassin/user_prefs


 Hello,

 I am running spamc from /etc/courier/maildroprc, having only virtual
accounts
 underneath /home/vmail/domain.com/username. Right now I only have one
pref-file
 for spamassassin in /home/vmail/.spamassassin/user_prefs, but I'd like to
have
 this on a per-virtual-user base.

 I see I could invoke spamc -u $USER in maildroprc, however spamd uses
 a programm called vuserinfo to get the homedir information. Has anybody a
better
 solution than to patch spamd, maybe using $HOME directly, which is set
to the
 right directory already?

 Regards
 Mirko


 ---
 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




---
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


[courier-users] Courier and Amavis

2003-02-25 Thread Jim Gifford



I have been working with the current amavis 
maintainer, and we have come up with a patch to get amavis working with courier. 
I have posted a copy of the amavis on my ftp server.

ftp.jg555.com/pub/linux/amavis.tar.bz2

I have been using it for a few weeks on my test box 
with no issues, let me know what you think.

Here is the configure line I use.

I created the amavis user first then.

./configure --enable-courier --with-syslog 
--with-syslog-level=mail.info \
--with-amavisuser=amavis

Then I copied the maildroprc from README.courier 
and it works great.



[courier-users] AuthPAM Issues

2003-02-05 Thread Jim Gifford
I have setup courier with mysql and authpam as the primary agents of
authdaemon. The wierd part is only authmysql is working properly. When I try
to use an account that is not in the sql database, I get a logon failure.

Does anyone have any suggestions on how to get authpam to work. I have
checked the mailling list and it seems that there was not posted solution
for my problem. I can run the ./authtest -m authpam and all I get is
failures, I try to loging using telnet to 143 and I get login failed.

Thank you in advance for your help.



---
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



[courier-users] AuthPAM not linked to libpam (Possible Bug)

2003-02-05 Thread Jim Gifford
This goes back to my post AuthPAM Issues. I ran a ldd on authpam in the
build directory and it's not linked with libpam.  So I than checked
authdaemond.mysql and authdaemond.plain they are also not linked to libpam.



---
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



[courier-users] AuthPAM Issues (Updated)

2003-02-05 Thread Jim Gifford
I resolved the pam library linking problem.

Now I have tested the authdaemon using the authtest program. It successfully
reports back on the pam and mysql users, but when I try to access imap using
telnet the authmysql users are ok, but the authpam users fail. But using
authtest it works fine.

Sam I hope you have some ideas, this is driving me nuts!!!



---
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



[courier-users] Relaying Problem

2003-02-03 Thread Jim Gifford
I ran the perftest1 locally and everything works. But when I try to put the
computer on the Internet I keep receiving 513 Relaying denied. I'm not sure
what I missed, but any help would be appreciated.

Example of the logentry is
Feb 3 18:18:50 server courieresmtpd: started, ip[:::216.33.240.75]
Feb 3 18:18:50 server courieresmtpd: error,
relay:::216.33.240.75,from=[EMAIL PROTECTED],[EMAIL PROTECTED]:
513 Relaying denied.



---
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



[courier-users] Courier and Mysql Virutal Users

2003-01-29 Thread Jim Gifford
I have set up courier and I have been able to get email delivered to my
virutal users using mysql. But I'm puzzled by the fact that my normal system
users the mailprocrc file processes ok, but on the virutal users, it doesn't
work at all. Any suggestions out there to get it working.

Jim Gifford



---
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



[courier-users] Mysql Virtual Users

2003-01-27 Thread Jim Gifford
I have setup authmysql as started in the book. I have created a user name
vmailman with the uid/gid of 9000.

I created a account in the database
id=firewall
clear=password
uid=9000
gid=9000
home=/home/vmailman/firewall/Maildir
maildir=/home/vmailman/firewall/Maildir

I keep receiving an error 450 Service tempoarily unavailable. firewall:
invalid address.

I also setup authpam and it works fine.

Any suggestions.




---
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



[courier-users] Virutal Users

2003-01-24 Thread Jim Gifford
Is it possible to setup courier for virtual users. Here is my thinking.

I have several different family members who need email accounts and nothing
else. I'm going to setup courier with mysql and pam auth modules. I was
going to use mysql for the virutal users and pam for full access users. Is
this possible, if so what is the easiest way to accomplish this.

Thank you again for your help.



---
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



[courier-users] Courier MTA Howto

2003-01-23 Thread Jim Gifford
Last time I asked this question I was told to do a search for courier mta
howto. But everyone that was listed was for courier-imap and not the full
courier suite. So I am reasking my question.

Where can I find a courier-mta howto?



---
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] Howto

2003-01-05 Thread Jim Gifford
That would be true for courier-IMAP. But I'm talking about the full package
of courier the smtp server and the IMAP.

- Original Message -
From: Thomas Lamy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 05, 2003 3:58 AM
Subject: Re: [courier-users] Howto


 Jim Gifford [mailto:[EMAIL PROTECTED]] wrote:
 
  Is there a howto available for courier. I'm getting ready to
  do a build from
  the sources and want to review all the information out there
  before I begin.
 
 Yes.








 PS: Review http://www.courier-mta.org/ and the file INSTALL located in the
 root dir of the extracted source tarball.

 Thomas


 ---
 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





---
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] Howto

2003-01-04 Thread Jim Gifford
Is there a howto available for courier. I'm getting ready to do a build from
the sources and want to review all the information out there before I begin.



---
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] Shared Folders

2002-06-06 Thread Jim Gifford

How can I create shared IMAP folders that are viewable in Outlook Express.

Here is what I am planning. I have created a user named maillist. It
receives all of the subscribed emails from mailing lists. I was going to use
procmail or maildrop to filter the subjects and put them into the
appropriate shared imap folder.

Thank you in advance for your help

Jim Gifford


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users