Re: [courier-users] Installing courier-imap on CentOS

2006-05-18 Thread Matthew Wilson

On May 18, 2006, at 8:18 PM, Al Sparks wrote:


I'm trying to install courier on CentOS 4.3.  I first downloaded the
source and tried ./configure, and it failed.

I then moved onto trying to rpmbuild it.  The error I got was
error: Failed build dependencies:
courier-authlib-devel = 0.55 is needed by courier-imap-4.1.0-1.i386
openldap-servers is needed by courier-imap-4.1.0-1.i386

Searching around the courier site and google, I'm not finding anything
that tells me how to download and install courier-authlib-devel.  The
RPM download sites I checked seems to be OS specific.

Btw, CentOS tries to parallel the RedHat ES offerings.

Suggestions?
  === Al


Go download the courier-authlib tarball from the download site and  
build and install it before you build courier.  It builds in the same  
way as courier.


You'll also need the openldap-servers package of course.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: [courier-announce] Courier 20060412

2006-04-13 Thread Matthew Wilson

On Apr 12, 2006, at 5:51 PM, Sam Varshavchik wrote:


Download: http://www.courier-mta.org/download.php

Minor fixes

• Added the koi8-u character set.

• Invoke couriermailfilters in alphabetical order.

• New aliaslookup command line tool.

• Fix LDAP compilation on Solaris.

• SPF records directive/pfix weren't parsed properly.



I got build errors under Red Hat 7.3:

Compiling aliasexp.C
Linking aliasexp
Compiling aliascombine.C
Linking aliascombine
Compiling aliascreate.C
Linking aliascreate
cp -f ../webmail/sqwebmaild sqwebmaild
Compiling bofh.c
Compiling submit.C
Compiling submit2.C
Compiling submit3.C
Compiling cdfilters.C
cdfilters.C: In function `void free_filters ()':
cdfilters.C:43: `free' undeclared (first use this function)
cdfilters.C:43: (Each undeclared identifier is reported only once for
each function it appears in.)
cdfilters.C: In function `int add_filter (const char *)':
cdfilters.C:65: `malloc' undeclared (first use this function)
cdfilters.C:72: `realloc' undeclared (first use this function)
cdfilters.C: In function `int run_filter (const char *, unsigned int,
int, CString (*) (unsigned int, void *), void *)':
cdfilters.C:118: `qsort' undeclared (first use this function)
make[3]: *** [cdfilters.o] Error 1
make[3]: Leaving directory `/home/mwilson/rpm/BUILD/ 
courier-0.53.1.20060412/courier'

make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mwilson/rpm/BUILD/ 
courier-0.53.1.20060412/courier'

make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mwilson/rpm/BUILD/ 
courier-0.53.1.20060412/courier'

make: *** [all-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.29820 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.29820 (%build)


I added an include to stdlib.h in courier/cdfilters.C and it seems to  
be working now:


+++ courier/cdfilters.C Thu Apr 13 00:31:25 2006
@@ -12,6 +12,7 @@
#if HAVE_UNISTD_H
#include   unistd.h
#endif
+#include   stdlib.h
#include   errno.h
#include   ctype.h
#include   mydirent.h



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] strange SPF bounce

2006-04-12 Thread Matthew Wilson
I've got a user that can't get email from a customer.  I get the  
following in maillog:


Apr 12 08:58:36 penny courieresmtpd: error,relay=::: 
63.134.207.37,from=[EMAIL PROTECTED]: 417 SPF error  
[EMAIL PROTECTED]: DNS MX lookup failed.?


MX looks ok:
[EMAIL PROTECTED] log]# testmxlookup assistoncall.com
Domain assistoncall.com:
Relay: mail34.webcontrolcenter.com, Priority: 0, Address: ::: 
216.119.106.161


As does the SPF record:
assistoncall.com.   3583IN  TXT v=spf1 a mx/24  
ip4:63.134.207.1/24 ip4:216.197.96.168 ?all 


I ran it through an SPF checker to make sure that I wasn't missing  
something and it came up clean.


I even went so far as to add the sender's IP to smtpaccess, but it's  
still being bounced.  Any ideas?


Thanks,
Matthew


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] strange SPF bounce

2006-04-12 Thread Matthew Wilson

My SPF config:

opt BOFHCHECKHELO=0
opt BOFHSPFHELO=all
opt BOFHSPFMAILFROM=none,pass,softfail,neutral,unknown
opt BOFHSPFFROM=none,pass,softfail,neutral,unknown,mailfromok
opt BOFHSPFHARDERROR=fail,softfail
opt BOFHSPFTRUSTME=1


On Apr 12, 2006, at 2:44 PM, Matthew Wilson wrote:

I've got a user that can't get email from a customer.  I get the  
following in maillog:


Apr 12 08:58:36 penny courieresmtpd: error,relay=::: 
63.134.207.37,from=[EMAIL PROTECTED]: 417 SPF error  
[EMAIL PROTECTED]: DNS MX lookup failed.?


MX looks ok:
[EMAIL PROTECTED] log]# testmxlookup assistoncall.com
Domain assistoncall.com:
Relay: mail34.webcontrolcenter.com, Priority: 0, Address: ::: 
216.119.106.161


As does the SPF record:
assistoncall.com.   3583IN  TXT v=spf1 a mx/24  
ip4:63.134.207.1/24 ip4:216.197.96.168 ?all 


I ran it through an SPF checker to make sure that I wasn't missing  
something and it came up clean.


I even went so far as to add the sender's IP to smtpaccess, but  
it's still being bounced.  Any ideas?


Thanks,
Matthew


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting  
language
that extends applications into web and mobile media. Attend the  
live webcast
and join the prime developer group breaking into this new coding  
territory!
http://sel.as-us.falkag.net/sel? 
cmd=lnkkid=110944bid=241720dat=121642

___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier- 
users




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Problems with Apple Mail.app 2.0/2.0.1 (Tiger) and Courier servers?

2005-05-24 Thread Matthew Wilson
I thought that others on the list might like to know that upgrading  
to courier 0.50 fixed the problems that I was seeing.


On May 17, 2005, at 10:29 AM, Matthew Wilson wrote:

I'm seeing a problem where a flaky internet connection combined  
with Mail 2.0's aggressive queries causes imapd processes to get  
disconnected from the client and run themselves out.  At one point  
my normally quiet mail server had a load average of about 100  
because there were so many imapds reading from disk and sending the  
results into the ether.


Once I've got a good connection to the mail server (no flaky DSL  
line involved) then everything works fine.


I've currently got a script running that looks for abandoned imapd  
processes and kills them off.  I had been meaning to write to the  
list about this but hadn't gotten around to it.


(fyi: I'm running courier 0.46 on redhat 7.3)

Matthew

On May 17, 2005, at 10:00 AM, Bill Taroli wrote:



Oh, I struggled with Mail.app hoping it would work (and I do run  
10.4 on all my Macs now).. but then I tried a variety of IMAP  
clients to gauge them. And after all this, I still come up with  
the same simple answer:


  Thunderbird

Bill


Greg Earle wrote:





Starting with 10.3.9, the Apple Mail.app client has not played
nice in the sandbox with Courier.  The 10.4 client (Mail.app 2.0;
now 2.0.1 in 10.4.1) fares no better.  This is what I posted to
MacInTouch a week ago regarding the symptoms I'm seeing:

Mail.app 2.0 has been a disaster for me.  Performance with my main
e-mail (IMAP) server at work has been extremely sluggish - I can go
to a folder with only 1 new e-mail in it and instead of it being  
shown
immediately, the 1 indicator turns into a clock and it takes  
minutes

to update the counter and display the message.

But that's only the start of it.  I have a secondary backup/testbed
e-mail server (also Courier IMAP) that uses, for expediency's sake,
the same SSL Certificate as the main server.  Since the hostnames
don't match, the Certificate is technically invalid.  But 10.3.8's
Mail.app worked just fine with it - it would ask you on first
connection if you wanted to Continue, and you could just click on it
and things worked fine.  (I also have a home e-mail server, using  
the
same software, but with a self-signed certificate.  It's also  
invalid.)


With this Certificate issue, I cannot use the testbed e-mail server
when Secure IMAP (on port 993) is in use.  I have to fall back to
unsecure (port 143) IMAP where passwords are sent in the clear -  
which

is clearly not a long-term solution.  But because I'm not willing to
send cleartext passwords over the Internet, I cannot use my home  
e-mail
server at all - Mail.app 2.0 connects, but it never shows any new  
e-mail.


I thought it was a problem with Mail.app 2.0's Import function, so I
deleted the account and recreated it manually.  I then did a
Synchronize so that all of the home e-mail messages were sucked up
and cached.  While that worked, once everything was pulled in, it  
went
right back to its previous behavior of not pulling in new e- 
mail!  VERY

frustrating ...

In short, Mail.app 2.0 has been an unmitigated disaster in my  
environment.

Something is clearly wrong with Mail.app 2.0 vs. invalid/expired SSL
Certificates, at a minimum.  I even tried pulling all of the
Certificates onto my Mac (using Keychain Access' new Certificate
Assistant sidecar app) and changing the policy on all of them to
Always Trust (in Keychain Access), and it *still* doesn't work.
I sure hope Apple fixes this soon ... 

Other people have been mentioning Mail.app problems, and Courier  
IMAP

comes up a lot in these posts.

Now, mind you, I don't think Courier is doing anything wrong here -
the fact that the Mail.app in 10.3.8 works just fine is proof of  
that

(and, to be more specific, Entourage and Thunderbird work just fine
with it in 10.4.1, too).  I'm just posting to the list to see if
there's anyone else out there who uses Apple's Mail.app 2.0(.1) with
a Courier server, and I'd be especially keen to know if anyone uses
multiple IMAP servers where one (or more) is Courier and there's
at least one other one they're using that isn't - and whether or
not they're having problems talking to the Courier server but not
the others.  I'm hoping there's some common thread, and that perhaps
there's a way to change something in Courier's setup that can work
around this new Apple brain-damage in the Mail.app client.

Thanks,

- Greg



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier- 
users

Re: [courier-users] Problems with Apple Mail.app 2.0/2.0.1 (Tiger) and Courier servers?

2005-05-17 Thread Matthew Wilson
I'm seeing a problem where a flaky internet connection combined with  
Mail 2.0's aggressive queries causes imapd processes to get  
disconnected from the client and run themselves out.  At one point my  
normally quiet mail server had a load average of about 100 because  
there were so many imapds reading from disk and sending the results  
into the ether.

Once I've got a good connection to the mail server (no flaky DSL line  
involved) then everything works fine.

I've currently got a script running that looks for abandoned imapd  
processes and kills them off.  I had been meaning to write to the  
list about this but hadn't gotten around to it.

(fyi: I'm running courier 0.46 on redhat 7.3)
Matthew
On May 17, 2005, at 10:00 AM, Bill Taroli wrote:

Oh, I struggled with Mail.app hoping it would work (and I do run  
10.4 on all my Macs now).. but then I tried a variety of IMAP  
clients to gauge them. And after all this, I still come up with the  
same simple answer:

  Thunderbird
Bill
Greg Earle wrote:

Starting with 10.3.9, the Apple Mail.app client has not played
nice in the sandbox with Courier.  The 10.4 client (Mail.app 2.0;
now 2.0.1 in 10.4.1) fares no better.  This is what I posted to
MacInTouch a week ago regarding the symptoms I'm seeing:
Mail.app 2.0 has been a disaster for me.  Performance with my main
e-mail (IMAP) server at work has been extremely sluggish - I can go
to a folder with only 1 new e-mail in it and instead of it being  
shown
immediately, the 1 indicator turns into a clock and it takes  
minutes
to update the counter and display the message.

But that's only the start of it.  I have a secondary backup/testbed
e-mail server (also Courier IMAP) that uses, for expediency's sake,
the same SSL Certificate as the main server.  Since the hostnames
don't match, the Certificate is technically invalid.  But 10.3.8's
Mail.app worked just fine with it - it would ask you on first
connection if you wanted to Continue, and you could just click on it
and things worked fine.  (I also have a home e-mail server, using the
same software, but with a self-signed certificate.  It's also  
invalid.)

With this Certificate issue, I cannot use the testbed e-mail server
when Secure IMAP (on port 993) is in use.  I have to fall back to
unsecure (port 143) IMAP where passwords are sent in the clear -  
which
is clearly not a long-term solution.  But because I'm not willing to
send cleartext passwords over the Internet, I cannot use my home e- 
mail
server at all - Mail.app 2.0 connects, but it never shows any new  
e-mail.

I thought it was a problem with Mail.app 2.0's Import function, so I
deleted the account and recreated it manually.  I then did a
Synchronize so that all of the home e-mail messages were sucked up
and cached.  While that worked, once everything was pulled in, it  
went
right back to its previous behavior of not pulling in new e-mail!   
VERY
frustrating ...

In short, Mail.app 2.0 has been an unmitigated disaster in my  
environment.
Something is clearly wrong with Mail.app 2.0 vs. invalid/expired SSL
Certificates, at a minimum.  I even tried pulling all of the
Certificates onto my Mac (using Keychain Access' new Certificate
Assistant sidecar app) and changing the policy on all of them to
Always Trust (in Keychain Access), and it *still* doesn't work.
I sure hope Apple fixes this soon ... 

Other people have been mentioning Mail.app problems, and Courier IMAP
comes up a lot in these posts.
Now, mind you, I don't think Courier is doing anything wrong here -
the fact that the Mail.app in 10.3.8 works just fine is proof of that
(and, to be more specific, Entourage and Thunderbird work just fine
with it in 10.4.1, too).  I'm just posting to the list to see if
there's anyone else out there who uses Apple's Mail.app 2.0(.1) with
a Courier server, and I'd be especially keen to know if anyone uses
multiple IMAP servers where one (or more) is Courier and there's
at least one other one they're using that isn't - and whether or
not they're having problems talking to the Courier server but not
the others.  I'm hoping there's some common thread, and that perhaps
there's a way to change something in Courier's setup that can work
around this new Apple brain-damage in the Mail.app client.
Thanks,
- Greg

---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier- 
users



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!

Re: [courier-users] Both local and virtual users in the same domain namespaces

2004-07-26 Thread Matthew Wilson
Like Sam said, you can't run a domain in both hosted and locals.  
However, I wanted something similar so here's what I do:

I list domain.com in hosteddomains and use userdb to create all my 
accounts, user1, user2, etc.

I list mail.domain.com in locals and have my local users in 
/etc/passwd, user1, user2, etc.

The trick is to set the homedir, uid and gid of the users in userdb (or 
whatever your auth system is) to be the same as what it is in 
/etc/passwd.  You really have two mail accounts this way, but they end 
up in the same mailbox.  Depending upon how your auth is set up it also 
probably means setting two passwords.

I can now pick whether new accounts are effectively virtual or local.
On Jul 25, 2004, at 11:32 AM, Andrei Iordache wrote:
Hello list,
It is a while now since I'm trying to figure out how to have both 
local and
virtual users in the same domain namespaces. I am hosting 6 domains 
and I
have several users, few of them local. It is ok if the local users 
receive
mail @all.the.6.domains.i.host. But most of the users are NOT local 
and I
cannot seem to figure out how to setup courier this so it will accept 
mail
for [EMAIL PROTECTED] AND [EMAIL PROTECTED] (and the 
same for
domain-2, domain-3... domain-6)in the same time.

I added all 6 domains to esmtpacceptmailfor.dir and run 
makeacceptmailfor.

Now, If I add the 6 domains to locals, I can only receive mail for the 
local
users. If on the other hand I put them in hosteddomains (and run
makehosteddomains and restart courier, just to be sure), I cannot 
receive
mail for local users anymore. I cannot have the 6 domains both in 
locals and
hosteddomains because locals take precedence and hosteddomains is never
checked. Right ?

I use authdaemonrc, with authcustom, authcram, authuserdb and authpam
modules. It is working correctly.
The local users are in /etc/passwd. The virtual users are in the userdb
file, I run makeuserdb whenever I change that file (I even restart 
courier),
and the e-mail is received correctly as long as I have the domains 
listed in
hosteddomains (but not in locals). But how can I make that bot are 
checked ?
Or something ? Because I am trying NOT to have to create domains of 
the type
virtual.domain1.tld for the virtual users, they will not be in the same
namespace as the local users.

I have read the manuals, I have searched the list, I have searched the 
web,
I used courier for 2 years now, I have overcame on my own many 
problems with
compilation and configuration, I thought I am fairly familiar with it. 
But
this is something I just don't seem to figure it out. What am I 
missing ?

Thanks for looking
---
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

---
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] i need help lease

2004-05-11 Thread Matthew Wilson
i have red hat 9 and I can´t autenticate via pop or imap. I have configured authdaemonrc and authldap with the configuration i get from internet.
Someone know if courier works in red hat 9???

Courier works great with Red Hat 9.  Did you follow the directions and build an RPM?  Which version did you install, and what changes did you make to the auth config?  It should work pretty much right out of the box.

Matthew


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

2004-05-04 Thread Matthew Wilson
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)
Why would you want to block this format?  Many companies use this 
format, so I'd think that it's not likely.



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Courier not handling cases propperly?

2004-03-11 Thread Matthew Wilson
I remember reading somewhere in the SMTP RFC about the fact that e-mail
addresses are to be case-insensitive.
domains yes, but everything before the @ can be case sensitive.  
Courier is case sensitive unless you tell it to not be like so:

touch /etc/courier/locallowercase

If you do that, courier will drop all incoming messages to lower case 
so you need to make sure that none of your accounts have upper case 
letters in them, or else you'll get a 550 again.



---
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] SMTP authentication

2004-02-02 Thread Matthew Wilson
allowing relay is the same as connect without auth.  An auth'd user is
granted the ability to relay, so allowing an IP to relay is
effectively the same.
Ok, except that I don't want this ip to be able to relay.

I want my users to connect to my Courier box to send email via
authenticated smtp.  Unauthenticated users or Internet MTAs should not
be allowed to connect.  General email from the Internet comes through a
filtering server.  This server needs to be able to deliver to the
Courier box, but it is unable to authenticate itself.
So...
- The filtering server should be able to connect without authentication
- The filtering server should NOT be able to relay
- Everyone else should be required to authenticate
It sounds like the mail from the filtering server will all be destined 
for your user server, so you should not need any special setup.  
Courier will accept mail for addresses that it is configured to accept 
mail for.  Just don't put your user server in DNS as an MX, that's 
easy.

The filtering server will have to be configured to accept mail for your 
domains so that it can filter the messages and then forward the good 
messages onto your user server.  Is this where you need help?

/etc/courier/smtpaccess/ should at this point only allow 127.0.0.1 to 
relay, just so your scripts and whatnot can mail you, etc.



---
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] IMAP daemon dying

2004-01-08 Thread Matthew Wilson
Make sure that MAXDAEMONS and MAXPERIP in /etc/courier/imapd are set 
appropriately.  By default courier only allows 4 connections per IP.  I 
know that when using Mail and the limit is too low I get an SSL error 
and then go offline.

On Jan 8, 2004, at 7:00 AM, Konrad Hinsen wrote:

I just wrote about updating to 2.2.1, but perhaps I should explain why 
I am
trying to do so, it may not be a solution to my problem.

With 1.7.0, I have always had one minor problem: when accessing several
folders in quick succession, the IMAP daemon would die (that's at 
least what
KMail says, Apple Mail simply goes to offline mode). That wasn't too 
much of
a problem until I wanted to go on a longer trip with my laptop and 
work in
offline mode. Any attempt to synchronize all of my folders (around 
100) is
bound to fail, as I never get beyond the first 20 or so, ususally not 
beyond
the first 5. I tried both Apple Mail and Mozilla (MacOS and Linux), 
both show
the same problem.


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] IMAP daemon dying

2004-01-08 Thread Matthew Wilson
Make sure that MAXDAEMONS and MAXPERIP in /etc/courier/imapd are set 
appropriately.  By default courier only allows 4 connections per IP.  
I know that when using Mail and the limit is too low I get an SSL 
error and then go offline.

That seems to have been my problem as well, i set the maximum to 100 
and everything works fine. I don't worry too much about overload, 
there are only two users on that server.

no problem.  I was having the problem at work, and totally forgot to 
take into account that all of my users were on the same IP because of 
NAT.  oh well. :)



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] couriermlm/list archive issue

2004-01-07 Thread Matthew Wilson
I'm having the same problem, RH 7.3 courier 0.42.3.

On Jan 7, 2004, at 12:03 PM, Adam C. Greenfield wrote:

Hello Everyone,
   I've been looking at an issue with the couriermlm and feel like I've
hit a dead end. Any and all direction in this matter would be  
appricated
greatly.

One of our clients created a mailing list under couriermlm. While can
subscribe and unsubscribe normally you cannot access the list archives
when the POSTARCHIVE variable in the options file is set to  
subscribers.
The error message it gives you indicates that you are not subscribed to
the list.

Other than that the list functions normally, and according to the lsub
command all user subscriptions appear normal. I've included the
pertinant information, but let me know if any other information would  
be
helpful.

My client pointed out
http://www.mail-archive.com/[EMAIL PROTECTED]/ 
msg12745.html, which I reviewed. While the setup was a bit different,  
it was the same error, apparently his error was caused by a  
permissions issue. If that is the case here, I can't see it.

Thanks in advance for any assistance you can offer.

- /var/log/maillog excerpt  
-

Jan  7 14:15:49 mandy courierd: newmsg,id=FB57.3FFC5AE5.172B:
dns; mail.jtlnet.com (staff.jtlnet.com [:::209.115.42.53])
Jan  7 14:15:49 mandy courierd:
started,id=FB57.3FFC5AE5.172B,from=[EMAIL PROTECTED],mod 
ule=local,[EMAIL PROTECTED]/home/ 
exuser/popaccts/exampledomain.com!!,addr=[EMAIL PROTECTED]
Jan  7 14:15:49 mandy courierd: Waiting.  shutdown time=none, wakeup
time=Wed Jan  7 14:15:52 2004, queuedelivering=383, inprogress=23
Jan  7 14:15:49 mandy courierlocal:
id=FB57.3FFC5AE5.172B,from=[EMAIL PROTECTED],addr=mylis 
[EMAIL PROTECTED]: You are not subscribed to this mailing  
list.
Jan  7 14:15:49 mandy courierlocal:
id=FB57.3FFC5AE5.172B,from=[EMAIL PROTECTED],addr=mylis 
[EMAIL PROTECTED],status: failure
Jan  7 14:15:49 mandy courierd: completed,id=FB57.3FFC5AE5.172B
Jan  7 14:15:49 mandy courierd:
started,id=FB57.3FFC5AE5.172B,from=,module=dsn,host=,addr=ag 
[EMAIL PROTECTED]
Jan  7 14:15:49 mandy courierd: Waiting.  shutdown time=none, wakeup
time=Wed Jan  7 14:15:52 2004, queuedelivering=383, inprogress=23
Jan  7 14:15:49 mandy courierd: newmsg,id=FB59.3FFC5AE5.1734:
dns; localhost (localhost [127.0.0.1])
Jan  7 14:15:49 mandy courierd:
started,id=FB59.3FFC5AE5.1734,from=,module=esmtp,host=jtlnet. 
com,addr=[EMAIL PROTECTED]



- /home/exuser/lists/exampledomain.com/mylist/options -
[EMAIL PROTECTED]
KEYWORD=TestList
MAXFETCHSIZE=500
NAME=Our List
POST=mod
POSTARCHIVE=subscribers
[EMAIL PROTECTED]
SIMPLECONFIRM=1
SUBSCRIBE=mod
- Run in /home/exuser/lists/exampledomain.com/mylist/ -
couriermlm lsub .
(censored) (01/05/04)
[EMAIL PROTECTED] (01/06/04)
(cersored) (01/06/04)
 Run in /home/exuser/lists/ ---
[EMAIL PROTECTED] lists]# ls -lR exampledomain.com/
exampledomain.com/:
total 4
drwx--9 exuser exgroup 4096 Jan  6 12:30 mylist
exampledomain.com/mylist:
total 196
-rw-r--r--1 exuser exgroup  358 Jan  5 23:07 adminrequest.tmpl
drwxr-xr-x2 exuser exgroup 4096 Jan  6 10:54 archive
drwxr-xr-x2 exuser exgroup 4096 Jan  5 23:07 bounces
drwxr-xr-x2 exuser exgroup 4096 Jan  7 14:14 commands
-rw-r--r--1 exuser exgroup12470 Jan  7 14:14 commands.dat
-rw---1 exuser exgroup0 Jan  5 23:07 commands.lock
-rw-r--r--1 exuser exgroup   44 Jan  5 23:07 confsubj.tmpl
-rw-r--r--1 exuser exgroup   40 Jan  5 23:07 digestsubj.tmpl
-rw-r--r--1 exuser exgroup   46 Jan  5 23:07 fetchsubj.tmpl
-rw-r--r--1 exuser exgroup  597 Jan  5 23:07 fetch.tmpl
-rw-r--r--1 exuser exgroup  276 Jan  5 23:07 headeradd
-rw-r--r--1 exuser exgroup 6382 Jan  5 23:07 help.tmpl
-rw-r--r--1 exuser exgroup   25 Jan  5 23:07  
idxheader2html.tmpl
-rw-r--r--1 exuser exgroup 1209 Jan  5 23:07 idxheaderhtml.tmpl
-rw-r--r--1 exuser exgroup  968 Jan  5 23:07 idxheadertxt.tmpl
-rw-r--r--1 exuser exgroup   29 Jan  5 23:07 idxsubject.tmpl
drwxr-xr-x2 exuser exgroup 4096 Jan  6 10:54 modqueue
-rw---1 exuser exgroup0 Jan  5 23:10 modqueue.lock
-rw-r--r--1 exuser exgroup  358 Jan  5 23:07 modrejbody.tmpl
-rw-r--r--1 exuser exgroup  346 Jan  5 23:07 modreject.tmpl
-rw-r--r--1 exuser exgroup   40 Jan  5 23:07 modrejheader.tmpl
-rw-r--r--1 exuser exgroup   29 Jan  5 23:07 modsubject.tmpl
-rw-r--r--1 exuser exgroup  871 Jan  5 23:07 modtext2.tmpl
-rw-r--r--1 exuser exgroup  721 Jan  5 23:07 modtext.tmpl
-rw-r--r--1 exuser exgroup  184 Jan  6 10:37 options
-rw-r--r--1 exuser exgroup  762 Jan  5 23:07 sub2.tmpl
-rw-r--r--1 exuser exgroup  412 Jan  5 23:07 sub3.tmpl
-rw-r--r--1 exuser exgroup  493 Jan  5 

Re: [courier-users] Logs

2003-11-20 Thread Matthew Wilson
Any problems that you are having with postfix should probably be directed at the postfix list.  Courier IMAP is not involved at the point that you are having trouble.

On Nov 20, 2003, at 8:16 AM, Curtis Vaughan wrote:

I am using Courier IMAP.  I had been looking at my maillogs, but now I get it. I just wasn't looking for the right information.

So for example I see:

A successful send by myself:

Nov 20 08:11:57 atlantica postfix/nqmgr[22081]: 1FB8910042: from=[EMAIL PROTECTED]>, size=1407, nrcpt=1 (queue active)
Nov 20 08:11:57 atlantica postfix/smtp[9697]: 1FB8910042: to=[EMAIL PROTECTED]>, relay=mail.npc-usa.com[10.0.1.1], delay=0, status=sent (250 Requested mail action okay, completed)

But for the user I am trying to troubleshoot, I see only one entry for example:

Nov 20 00:16:10 atlantica postfix/nqmgr[22081]: 79B0E10042: from=[EMAIL PROTECTED]>, size=14983, nrcpt=1 (queue active)

It is not followed by a to=, relay=.  Which tells me that his problem is still present.  That is, he tries to send but the server never permits him to send anything.  Unfortunately, I don't know what kind of an error he's getting.  Is there no way to troubleshoot at my end without information from him?

Curtis Vaughan

On 20 Nov, 2003, at 00:15, Matthew Wilson wrote:

you can log anything that you want as long as you are running the full
courier install, and not just courier IMAP.  By default is gets sent to
syslog, which puts it all in /var/log/maillog 

On Nov 19, 2003, at 9:34 PM, Curtis Vaughan wrote: 


Am I to understand that there are no logs, or that there is no way to
create a logging mechanism whereby Courier IMAP logs who connects
through SMTP?  At least something to the effect user1 sent to user5? 

Curtis Vaughan 



Re: [courier-users] Re: Logging exact SMTP dialog?

2003-11-17 Thread Matthew Wilson
Since esmptd talks to couriertcpd through stdin/stdout, could you not  
just shim in a logging layer of some sort?  Heck, I could probably  
write a script to do it.  (I totally agree that we don't need to  
integrate this code into the server itself)

just another humble opinion :)

Matthew

On Nov 17, 2003, at 12:10 PM, Mitch ((WebCob)) wrote:

Just my 2 pennies, but one good sniffer vs. 1000's of changes to 100's  
of
programs to optionally enable something that will only ever be usefull  
to a
few for debugging purposes sounds like bloatware to me. That extra  
code has
to be debugged, maintained, and wastes memory in the millions of  
running
processes where it isn't needed.

just one humble opinion.

m/

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Courier
User
Sent: Monday, November 17, 2003 10:29 AM
To: [EMAIL PROTECTED]
Subject: [courier-users] Re: Logging exact SMTP dialog?
Jeff Jansen [EMAIL PROTECTED] writes:

On Monday 17 November 2003 16:41, Rodrigo Severo wrote:
Courier User wrote:
Is there any way to get a log of the exact SMTP dialog that Courier  
is
managing?
I don't think Courier has this functionality but that would  
certainly be
welcome. And not only for smtp, but also for imap, pop3...
Can't you fire up a sniffer and watch the entire transaction (assuming
it's
not encrypted)?

Jeff Jansen
Of course I could use a sniffer or something similar.  I was just  
asking
whether Courier already has this capability.

It would be a nice feature, IMHO.

--
 Courier User
 [EMAIL PROTECTED]


---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/ 
g22lp.tmpl
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/ 
g22lp.tmpl
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] tcpdopts

2003-10-22 Thread Matthew Wilson
Lyd,

I can't speak for the rest of the people here, but I find that turning 
both of those on dramatically speeds up the IMAP server.  No one uses 
identd anymore anyway.  If you plan on doing anything with the logs 
that requires DNS names rather than IPs, then you should leave out the 
-nodnslookup.  Otherwise, put em both in.  Just make sure that you 
*add* these options to the line, rather than replacing the line.

Matthew

On Oct 22, 2003, at 1:33 AM, Lydiard wrote:

Hi

I am currently trying to configure imapd for the first time.  I am
following various different howtos, as they all seem to mention
different things and regard different things as important.  What is
vital for me, is a) to support virtual users and b) authentication on
sending and receiving.  I am using postfix as an mta.
Whilst editing /usr/local/courier/etc/imapd, I cam across the following
line in a howto.
TCPDOPTS=-nodnslookup -noidentlookup

Now, the imapd commented out lines say this shouldn't be changed.  I
can't accept that at face value, otherwise it wouldn't be in the
configuration file.  Can anyone give me a quick explanation as to what
this line is for?  What other options are available? Etc..
Thanks

Lyd



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


---
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] problems getting the thing to run ....

2003-10-22 Thread Matthew Wilson
edit the imapd config file in your courier configuration directory 
(/etc/courier/ or /usr/lib/courier/etc/) and set the debug level:

DEBUG_LOGIN=1

Turn this on, and you'll get some more info about what's going on in 
the logs.  Perhaps you can find a more detailed error tha 'login 
failed'

On Oct 22, 2003, at 1:46 AM, Pablo Hoertner wrote:

	http://lucite.kapu.net/~bofh/20021228/
for me courier-imap still does not work (see my previous posting)!
any hints, what the message saying that the login failed is telling me?
what should i change? indeed, it worked already and i didn't change 
anything
since. maybe someone can reply to my previous posting pointing me to 
the right
documentation and/or providing some help?

best regards,
/pablo
--
Pablo Hoertner   | LONG LIVE THE RED PENGUIN AND 
THE
http://www.redtux.at.tf/contact.html | SOCIALIST WORKERS' WORLD 
REVOLUTION!


---
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] Problem Accessing sqwebmail

2003-10-22 Thread Matthew Wilson
is sqwebmail trying to redirect you to ssl (port 443) which is not 
available?

On Oct 22, 2003, at 9:21 AM, Scott Sharkey wrote:

Hi All,

I've got sqwebmail installed on my server, and am trying to use it
with MySQL.  I've done this in past successfully, but for some reason
this time I'm getting a Connection was refused when attempting to
contact webmail.myserver.net message when I try to connect to:
http://webmail.myserver.net/cgi-bin/sqwebmail

Connecting to a cgi-test program

(http://webmail.myserver.net/cgi-bin/cgi-test.py)

And to the main web page (http://webmail.myserver.net)

work fine.  No log messages, nor anything.  Sqwebmail service
is running.  I can login to the Mysql server from the command
line using the sqwebmail account and password.
Any suggestions?  Also -- Is there a way to get courier/sqwebmail
to be more verbose and log connection attempts, etc?
Thanks for your assistance!

-Scott





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


---
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: SMAP was [Re: [courier-users] Re: Disk quota problem]

2003-10-14 Thread Matthew Wilson
On Oct 14, 2003, at 12:09 AM, Thomas von Hassel wrote:

On Monday, October 13, 2003, at 04:14 AM, Sam Varshavchik wrote:

I just can't help but make a side observation that these kinds of 
clumsy
ways of doing basic stuff with mail, via IMAP, were one of the 
reasons why I
designed and implemented the experimental SMAP protocol, in 
Courier-IMAP
2.x.  SMAP has a simple remove, and a simple move operation (and 
still
offers an IMAP-like copy/delete/expunge paradigm for those that still 
want
to do it this way) which will never have a problem if the disk quota 
is
full.

But there are no clients on Mac or windows that support SMAP ..(not 
that i know of anyways) ..so what are we supposed to do ?

/thomas

What about the possibility of soft and hard quotas?  If  you hit the 
soft quota, you stop getting mail, but having a higher hard quota 
allows you to do things like move mail around and delete things?

Matthew



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


[courier-users] .courier and virtual domains

2003-10-10 Thread Matthew Wilson
I have a question regarding .courier files and virtual domains.  How do 
I set up a .courier file for a given domain?  /etc/courier/aliasdir 
seems to only handle local (as in /etc/courier/locals) domains, and not 
hosted ones.  Am I missing something?  Is there a trick to it?

Thanks,
Matthew


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


[courier-users] Re: .courier and virtual domains

2003-10-10 Thread Matthew Wilson
ok, well, I went and answered my own question.  If anyone is wondering, 
this is what file I had to create:

/etc/courier/aliasdir/[EMAIL PROTECTED]:com

Now I'm just having trouble with the -default aliases.  neither of 
these work:

/etc/courier/aliasdir/[EMAIL PROTECTED]:com
/etc/courier/aliasdir/[EMAIL PROTECTED]:com-default
The second one is just a late night guess, I expected that the first 
one would work, but I just get a 550 User unknown from courier.

What am I missing this time?

On Oct 10, 2003, at 12:18 AM, Matthew Wilson wrote:

I have a question regarding .courier files and virtual domains.  How 
do I set up a .courier file for a given domain?  /etc/courier/aliasdir 
seems to only handle local (as in /etc/courier/locals) domains, and 
not hosted ones.  Am I missing something?  Is there a trick to it?

Thanks,
Matthew


---
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] Connection closed

2003-10-07 Thread Matthew Wilson
Do what Jeff said in this message that he posted yesterday.  MAXPERIP is usually set to 4 (I think) and your client is likely opening more than 4 connections from the same IP.  So crank that up to 16 or something, and you should be good to go.

From: 	  Jeff Jansen [EMAIL PROTECTED]>
Subject: 	Re: [courier-users] number of connections
	Date: 	October 6, 2003 9:20:29 AM PDT
To: 	  Courier Users List [EMAIL PROTECTED]>

On Monday 06 October 2003 12:08, Jesper Goos wrote:
Hi I need to know how I change the number of allowed connections in my IMAP
installation...

/etc/courier/imapd  for rpm builds or /usr/lib/courier/etc/imapd otherwise

MAXPERIP = the max number of connections from one IP address
MAXDAEMONS = the max number of connections total from all users

Jeff Jansen



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



On Oct 7, 2003, at 2:39 AM, Jörgen Lindroos wrote:

Hi

I have done a complete installation of Courier-IMAP. I have tested it and from the beginning everything seemed alright. The mails where downloaded from the server just as it should. But after a while the problems came...

I have several accounts on the server that shall be checked by one mail-client, this time MS Outlook Express. After checking some of the accounts I got the message The server has terminated the connection or something like that. When I tried to do telnet mail 143, It connects and immediately disconnects. To fix the problem I had to logout my user (windows) and login again. Then I could check the other accounts.

This keeps happening all the time. I have no idea what is wrong.

Thanks in advance
/J Lindroos

_
Last ned nye MSN Messenger 6.0 gratis http://www.msn.no/computing/messenger - Den raskeste veien mellom deg og dine venner



---
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] couriermlm archive access

2003-10-07 Thread Matthew Wilson
I'm trying to use couriermlm to administer some mailing lists.  
Everything is working fine expect for the archive function.  I have the 
lists set to only allow subscribed members to access the archive.  
However, every time anyone tries, they get a DSN stating that they must 
be subscribed.  Everything else is working just fine.  I'm not a C 
coder, so I don't really know where to start looking in the source.  
I'm running version 0.42.2.  Is this perhaps a bug that has been fixed 
since?

Thanks,
Matthew


---
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] couriermlm index function

2003-10-01 Thread Matthew Wilson
Hello all,

I'm new here, so please be kind :)  I'm using couriermlm to run a few 
mailing lists on a server that I maintain.  Everything works great, 
except that I can't get the index function to work.  Here's how I set 
up the list:

mkdir /etc/courier/lists
cd /etc/courier/lists
couriermlm create listname [EMAIL PROTECTED]
couriermlm set listname KEYWORD=keyword POST=subscribers 
ARCHIVE=subscribers SUBSCRIBE=mod
edit help.tmpl

couriermlm create listname-digest [EMAIL PROTECTED]
couriermlm set listname-digest KEYWORD=keyword POST=subscribers 
ARCHIVE=subscribers SUBSCRIBE=mod
edit help.tmpl

couriermlm set listname DIGEST=/etc/courier/lists/listname-digest
chown -R daemon:daemon /etc/courier/lists
then I set up the .courier files in /etc/courier/aliasdir according to 
the man page.  All works (help, subscribe, post, digest, moderation, 
etc) except for the index function.  It responds with a DSN:
--
Your message to the following recipients cannot be delivered:

[EMAIL PROTECTED]:
 You are not subscribed to this mailing list.
--
I am subscribed, and I am sending mail from the right address.  Any 
ideas?

Thanks,
Matthew


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