[courier-users] --with-authmysql specified but no mysqlclient.so

2002-07-09 Thread p dont think

Hello all,

  I have spent several hours diagnosing this error to no avail.  I have found a
few previous messages about the same problem, and the suggested fixes either
don't work, or the person with the problem didn't report back how they fixed the
problem.  At this late hour, my frustration level is high.  I would SINCERELY
appreciate some help on how to approach this problem:

checking for mysql_config... no
checking for mysql_connect... (cached) no
configure: error: --with-authmysql specified but no mysqlclient.so
configure: error: ./configure failed for authlib

  I am on RedHat 7.2, MySQL-3.23.49a-1, MySQL-client-3.23.49a-1,
courier-imap-1.5.1, my mysql libraries/includes are in /usr/lib/mysql and
/usr/include/mysql, there is no mysql_config, nor mysqlclient.so on my system
and these are the main things I have tried to (unsuccessfully) rectify this
situation:

 - changing all occurances of mysql_connect() to mysql_real_connect() in
authlib/configure
 
 - adding the lines (yes, to the right place) to authlib/configure.in 
  else
MYSQL_LIBS=-lmysqlclient

 - fussing around endlessly with CPPFLAGS and LDFLAGS

I promise to report back how I fixed it if someone can help point me in the
right direction!  THANKS!



__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] --with-authmysql specified but no mysqlclient.so

2002-07-09 Thread Aly Dharshi

 
   I am on RedHat 7.2, MySQL-3.23.49a-1, MySQL-client-3.23.49a-1,
 courier-imap-1.5.1, my mysql libraries/includes are in /usr/lib/mysql and
 /usr/include/mysql, there is no mysql_config, nor mysqlclient.so on my system
 and these are the main things I have tried to (unsuccessfully) rectify this
 situation:
 


Have you installed the MySQL dev rpm/s ? That maybe what you are missing out 
on. 
After installing this package/s you may want to re-run ldconfig -v to update you 
ld.so.conf file in /etc. I think this is what the problem maybe. Maybe even 
adding that to your LD_LIBRARY_PATH and LD_RUN_PATH. HTH.

Cheers,

Aly.


-- 
Aly Dharshi
[EMAIL PROTECTED]
[EMAIL PROTECTED]
System Administrator ORS Servers

A good speech is like a good dress
that's short enough to be interesting
and long enough to cover the subject



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: --with-authmysql specified but no mysqlclient.so

2002-07-09 Thread courier

p dont think writes: 

 Hello all, 
 
   I have spent several hours diagnosing this error to no avail.  I have found a
 few previous messages about the same problem, and the suggested fixes either
 don't work, or the person with the problem didn't report back how they fixed the
 problem.  At this late hour, my frustration level is high.  I would SINCERELY
 appreciate some help on how to approach this problem: 
 
 checking for mysql_config... no
 checking for mysql_connect... (cached) no
 configure: error: --with-authmysql specified but no mysqlclient.so
 configure: error: ./configure failed for authlib 
 
   I am on RedHat 7.2, MySQL-3.23.49a-1, MySQL-client-3.23.49a-1,
 courier-imap-1.5.1, my mysql libraries/includes are in /usr/lib/mysql and
 /usr/include/mysql, there is no mysql_config, nor mysqlclient.so on my system
 and these are the main things I have tried to (unsuccessfully) rectify this
 situation: 
 
  - changing all occurances of mysql_connect() to mysql_real_connect() in
 authlib/configure
  
  - adding the lines (yes, to the right place) to authlib/configure.in 
   else
 MYSQL_LIBS=-lmysqlclient 
 
  - fussing around endlessly with CPPFLAGS and LDFLAGS 
 
 I promise to report back how I fixed it if someone can help point me in the
 right direction!  THANKS! 
 
 

Install mysql-devel package.
On redhat 7.2 is:
[root@localhost root]# rpm -qa | grep mysql-
mysql-3.23.41-1
php-mysql-4.0.6-7
mod_auth_mysql-1.11-1
mysql-devel-3.23.41-1   - This  You need installed
mysql-server-3.23.41-1 

 --
Svetozar Mihalov 


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: importing self genterated certificates to MUA

2002-07-09 Thread courier

Aaron P. Martinez writes: 

 Hi, 
 
 I am running courier with ssl.  I used the mkimapdcert command to generate a
 certificate.  Everytime i try start up my MUA, it asks about the untrusted
 certificate.  I tried to import the certificate to be trusted but it asks
 for no .pem files...things like .p7b or some other proprietary ms BS.  How
 do i get my cert. to a form that can be imported by outlook express 6? 
 
 Sincerley,
 Aaron Martinez 
 

This is explained before few days in list, but again: 

copy your imapd.pem file to windows machine, edit file and delete all BEFORE 
--BEGIN CERTIFICATE-- and AFTER --END CERTIFICATE-. Save 
file and import in IE - Tools-Internet 
Options-Content-Certificates-Import. Browse for edited file all files 
*.*, and accept him. Thats all. Close all opened IE and OE 6 and start it 
again. 

-- 
Svetozar Mihailov 



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: --with-authmysql specified but no mysqlclient.so

2002-07-09 Thread p dont think

mysql-devel-3.23.41-1

is already there, but none of the others you've got.  

I have instead:

MySQL-client-3.23.49a-1
MySQL-3.23.49a-1
MySQL-shared-3.23.49-1
mysql-devel-3.23.41-1

Is the spelling (case) an issue?  

Also, I read somewhere that mysql_config is found in mysql-server,
but elsewhere I read that that is not the actual problem...  

Thanks for further advice (I'm going to bed for now  ;)



--- [EMAIL PROTECTED] wrote:
 p dont think writes: 
 
  Hello all, 
  
I have spent several hours diagnosing this error to no avail.  I have
 found a
  few previous messages about the same problem, and the suggested fixes either
  don't work, or the person with the problem didn't report back how they fixed
 the
  problem.  At this late hour, my frustration level is high.  I would
 SINCERELY
  appreciate some help on how to approach this problem: 
  
  checking for mysql_config... no
  checking for mysql_connect... (cached) no
  configure: error: --with-authmysql specified but no mysqlclient.so
  configure: error: ./configure failed for authlib 
  
I am on RedHat 7.2, MySQL-3.23.49a-1, MySQL-client-3.23.49a-1,
  courier-imap-1.5.1, my mysql libraries/includes are in /usr/lib/mysql and
  /usr/include/mysql, there is no mysql_config, nor mysqlclient.so on my
 system
  and these are the main things I have tried to (unsuccessfully) rectify this
  situation: 
  
   - changing all occurances of mysql_connect() to mysql_real_connect() in
  authlib/configure
   
   - adding the lines (yes, to the right place) to authlib/configure.in 
else
  MYSQL_LIBS=-lmysqlclient 
  
   - fussing around endlessly with CPPFLAGS and LDFLAGS 
  
  I promise to report back how I fixed it if someone can help point me in the
  right direction!  THANKS! 
  
  
 
 Install mysql-devel package.
 On redhat 7.2 is:
 [root@localhost root]# rpm -qa | grep mysql-
 mysql-3.23.41-1
 php-mysql-4.0.6-7
 mod_auth_mysql-1.11-1
 mysql-devel-3.23.41-1   - This  You need installed
 mysql-server-3.23.41-1 
 
  --
 Svetozar Mihalov 


__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: --with-authmysql specified but no mysqlclient.so

2002-07-09 Thread courier

p dont think writes: 

 mysql-devel-3.23.41-1 
 
 is already there, but none of the others you've got.   
 
 I have instead: 
 
 MySQL-client-3.23.49a-1
 MySQL-3.23.49a-1
 MySQL-shared-3.23.49-1
 mysql-devel-3.23.41-1 
 
 Is the spelling (case) an issue?   
 
 Also, I read somewhere that mysql_config is found in mysql-server,
 but elsewhere I read that that is not the actual problem...   
 
 Thanks for further advice (I'm going to bed for now  ;) 
 
  
 
 --- [EMAIL PROTECTED] wrote:
 p dont think writes:  
 
  Hello all, 
  
I have spent several hours diagnosing this error to no avail.  I have
 found a
  few previous messages about the same problem, and the suggested fixes either
  don't work, or the person with the problem didn't report back how they fixed
 the
  problem.  At this late hour, my frustration level is high.  I would
 SINCERELY
  appreciate some help on how to approach this problem: 
  
  checking for mysql_config... no
  checking for mysql_connect... (cached) no
  configure: error: --with-authmysql specified but no mysqlclient.so
  configure: error: ./configure failed for authlib 
  
I am on RedHat 7.2, MySQL-3.23.49a-1, MySQL-client-3.23.49a-1,
  courier-imap-1.5.1, my mysql libraries/includes are in /usr/lib/mysql and
  /usr/include/mysql, there is no mysql_config, nor mysqlclient.so on my
 system
  and these are the main things I have tried to (unsuccessfully) rectify this
  situation: 
  
   - changing all occurances of mysql_connect() to mysql_real_connect() in
  authlib/configure
   
   - adding the lines (yes, to the right place) to authlib/configure.in 
else
  MYSQL_LIBS=-lmysqlclient 
  
   - fussing around endlessly with CPPFLAGS and LDFLAGS 
  
  I promise to report back how I fixed it if someone can help point me in the
  right direction!  THANKS! 
  
   
 
 Install mysql-devel package.
 On redhat 7.2 is:
 [root@localhost root]# rpm -qa | grep mysql-
 mysql-3.23.41-1
 php-mysql-4.0.6-7
 mod_auth_mysql-1.11-1
 mysql-devel-3.23.41-1   - This  You need installed
 mysql-server-3.23.41-1  
 
  --
 Svetozar Mihalov 
  
 
 __
 Do You Yahoo!?
 Sign up for SBC Yahoo! Dial - First Month Free
 http://sbc.yahoo.com

That's all from my redhat 7.2 server where courier compiles fine and works 
from year and half: 

[root@localhost root]# locate mysql_config
/usr/bin/mysql_config
[root@localhost root]# rpm -qf /usr/bin/mysql_config
mysql-3.23.41-1
[root@localhost root]# locate mysqlclient.so
/usr/lib/mysql/libmysqlclient.so.10.0.0
/usr/lib/mysql/libmysqlclient.so.10
/usr/lib/mysql/libmysqlclient.so.9.0.0
/usr/lib/mysql/libmysqlclient.so
/usr/lib/mysql/libmysqlclient.so.9
[root@localhost root]# rpm -qf /usr/lib/mysql/libmysqlclient.so
mysql-devel-3.23.41-1
[root@localhost root]# rpm -qa | grep mysql
mysql-3.23.41-1
mysqlclient9-3.23.22-6
php-mysql-4.0.6-7
mod_auth_mysql-1.11-1
mysql-devel-3.23.41-1
mysql-server-3.23.41-1 


Hope this helps. 

 --
Svetozar Mihailov 



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: --with-authmysql specified but no mysqlclient.so

2002-07-09 Thread Aly Dharshi

My server has the following installed for MySQL:

[aly@shodan /home/aly]$ rpm -qa | grep mysql
mysql-server-3.23.41-1
mysql-3.23.41-1
mysql-devel-3.23.41-1As the other poster pointed out this may be missing
mysqlclient9-3.23.22-6
php-mysql-4.0.6-15

So I wonder if you have missed one or some of the above packages for RH7.2, 
plus 
do run ldconfig -v and check that it has picked up the shared lib. I mentioned 
the previous shell environment variables that you may have to tweak to get 
things to work. Good Night and HTH.

Cheers,

Aly.


-- 
Aly Dharshi
[EMAIL PROTECTED]
[EMAIL PROTECTED]
System Administrator ORS Servers

A good speech is like a good dress
that's short enough to be interesting
and long enough to cover the subject



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: --with-authmysql specified but no mysqlclient.so

2002-07-09 Thread p dont think

Thanks much.  I will look into the possibility of installing 
additional rpms after i get some sleep; but for now, can anyone
comment on the mysql-server package?  From reading other posts,
I am under the understanding that it is not needed just to get
courier-imap to compile with mysql auth support...?  If not, I'm
not sure what my problem might be - surely not the capitalization
of MySQL...???


--- [EMAIL PROTECTED] wrote:
 p dont think writes: 
 
  mysql-devel-3.23.41-1 
  
  is already there, but none of the others you've got.   
  
  I have instead: 
  
  MySQL-client-3.23.49a-1
  MySQL-3.23.49a-1
  MySQL-shared-3.23.49-1
  mysql-devel-3.23.41-1 
  
  Is the spelling (case) an issue?   
  
  Also, I read somewhere that mysql_config is found in mysql-server,
  but elsewhere I read that that is not the actual problem...   
  
  Thanks for further advice (I'm going to bed for now  ;) 
  
   
  
  --- [EMAIL PROTECTED] wrote:
  p dont think writes:  
  
   Hello all, 
   
 I have spent several hours diagnosing this error to no avail.  I have
  found a
   few previous messages about the same problem, and the suggested fixes
 either
   don't work, or the person with the problem didn't report back how they
 fixed
  the
   problem.  At this late hour, my frustration level is high.  I would
  SINCERELY
   appreciate some help on how to approach this problem: 
   
   checking for mysql_config... no
   checking for mysql_connect... (cached) no
   configure: error: --with-authmysql specified but no mysqlclient.so
   configure: error: ./configure failed for authlib 
   
 I am on RedHat 7.2, MySQL-3.23.49a-1, MySQL-client-3.23.49a-1,
   courier-imap-1.5.1, my mysql libraries/includes are in /usr/lib/mysql and
   /usr/include/mysql, there is no mysql_config, nor mysqlclient.so on my
  system
   and these are the main things I have tried to (unsuccessfully) rectify
 this
   situation: 
   
- changing all occurances of mysql_connect() to mysql_real_connect()
 in
   authlib/configure

- adding the lines (yes, to the right place) to authlib/configure.in 
 else
   MYSQL_LIBS=-lmysqlclient 
   
- fussing around endlessly with CPPFLAGS and LDFLAGS 
   
   I promise to report back how I fixed it if someone can help point me in
 the
   right direction!  THANKS! 
   

  
  Install mysql-devel package.
  On redhat 7.2 is:
  [root@localhost root]# rpm -qa | grep mysql-
  mysql-3.23.41-1
  php-mysql-4.0.6-7
  mod_auth_mysql-1.11-1
  mysql-devel-3.23.41-1   - This  You need installed
  mysql-server-3.23.41-1  
  
   --
  Svetozar Mihalov 
   
  
  __
  Do You Yahoo!?
  Sign up for SBC Yahoo! Dial - First Month Free
  http://sbc.yahoo.com
 
 That's all from my redhat 7.2 server where courier compiles fine and works 
 from year and half: 
 
 [root@localhost root]# locate mysql_config
 /usr/bin/mysql_config
 [root@localhost root]# rpm -qf /usr/bin/mysql_config
 mysql-3.23.41-1
 [root@localhost root]# locate mysqlclient.so
 /usr/lib/mysql/libmysqlclient.so.10.0.0
 /usr/lib/mysql/libmysqlclient.so.10
 /usr/lib/mysql/libmysqlclient.so.9.0.0
 /usr/lib/mysql/libmysqlclient.so
 /usr/lib/mysql/libmysqlclient.so.9
 [root@localhost root]# rpm -qf /usr/lib/mysql/libmysqlclient.so
 mysql-devel-3.23.41-1
 [root@localhost root]# rpm -qa | grep mysql
 mysql-3.23.41-1
 mysqlclient9-3.23.22-6
 php-mysql-4.0.6-7
 mod_auth_mysql-1.11-1
 mysql-devel-3.23.41-1
 mysql-server-3.23.41-1 
 
 
 Hope this helps. 
 
  --
 Svetozar Mihailov 
 


__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: --with-authmysql specified but no mysqlclient.so

2002-07-09 Thread p dont think

Hmm yes, you also have the server rpm I see.  Again, I read that the
configure script has a workaround when it is not available, and that
the only thing used from that rpm is the mysql_config script.  But it's
starting to look like that's the easy way out...

Checking my system as you suggest:

# ldconfig -v | grep mysql
libmysqlclient_r.so.10 - libmysqlclient_r.so.10.0.0
libmysqlclient.so.10 - libmysqlclient.so.10.0.0


Thanks very much for your continued help,



--- Aly Dharshi [EMAIL PROTECTED] wrote:
 My server has the following installed for MySQL:
 
 [aly@shodan /home/aly]$ rpm -qa | grep mysql
 mysql-server-3.23.41-1
 mysql-3.23.41-1
 mysql-devel-3.23.41-1As the other poster pointed out this may be
 missing
 mysqlclient9-3.23.22-6
 php-mysql-4.0.6-15
 
   So I wonder if you have missed one or some of the above packages for RH7.2,
 plus 
 do run ldconfig -v and check that it has picked up the shared lib. I mentioned
 
 the previous shell environment variables that you may have to tweak to get 
 things to work. Good Night and HTH.
 
   Cheers,
 
   Aly.
 
 
 -- 
 Aly Dharshi
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 System Administrator ORS Servers
 
   A good speech is like a good dress
   that's short enough to be interesting
   and long enough to cover the subject
 


__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] courier-imap 1.5.1 for vpopmailusers 5.2.1 on qmail-mta 1.03

2002-07-09 Thread Alexander Bruns

Hi,

on my RedHat 7.3 System I am setting up e brand new mailserver.

Instaled is qmail 1.03, compiled with a qmail-1.03+patches-17.src.rpm
source-rpm.

I installed vpopmail 5.2.1 in /home/vpopmail with uid/gid 89/89
and compiled it by hand from the source with these configure-
options:

cd /usr/local/src/qmail/vpopmail-5.2.1
./configure \
--enable-qmaildir=/var/qmail \
--enable-qmail-newu=/var/qmail/bin/qmail-newu \
--enable-qmail-inject=/var/qmail/bin/qmail-inject \
--enable-qmail-newmrh=/var/qmail/bin/qmail-newmrh \
--enable-vpopuser=vpopmail \
--enable-vpopgroup=vchkpw \
--enable-roaming-users=y \
--enable-tcprules-prog=/usr/local/bin/tcprules \
--enable-tcpserver-file=~vpopmail/etc/tcp.smtp \
--enable-relay-clear-minutes=5 \
--enable-learn-passwords=n \
--enable-md5-passwords=y \
--enable-auth-logging=y \
--enable-clear-passwd=y \
--enable-logging=v \
--enable-sqwebmail-pass=y \
--enable-log-name=vpopmail \
--enable-file-locking=y \
--enable-many-domains=y \
--enable-valias=y \
--enable-passwd=y

I compiled courier-imape-1.5.1 as user testjens to an rpm with:
rpm -ta courier-imape-1.5.1.tar.gz with no change to the
courier-imap.spec

courier-imap runs fine for my users, who are in the /etc/passwd.
the system-users or local-users or [username]@mail.ftk.de. for these
I can login with courier-imap only by using [username] without domain.
but I configured with vpopmail and want to get pop3d, spop3d imap and simap
also for the user@vpopmaildomain.

In which file do I have to tell courier-imap to also try to logon
with vpopmail-users an passwords?

Do I have to tell authdeamon to know about vpopmail?

Does courier-imapl work with system users AND vpopmail users only by
authpam and authchkpw ? Where can I configure these?

Thanks,


Alexander Bruns


Alexander Bruns
System- und Netzwerkadministration
FTK - Forschungsinstitut fuer Telekommunikation
Martin-Schmeisser-Weg 4
D - 44227 Dortmund
tel + 49 (0) 231 97 50 56 16
fax + 49 (0) 231 97 50 56 10
mail [EMAIL PROTECTED]



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] courier-imap 1.5.1 for vpopmailusers 5.2.1 on qmail-mta1.03

2002-07-09 Thread robin_bowes


Alex,

You need to include authvchkpw in the authdaemon config (auth=line??? -
I'm not at my server at the moment).

Also, one thing that bit me last night, in fact: the authvchkpw module is
not included in the rpm. It gets built - look in your rpm/BUILD directory -
but not included in the rpm. You need to copy authvhkpw from
rpm/BUILD/authlib to /usr/lib/courier-imap/libexec/authlib.

Do that, and restart courier-imap and you should be OK.

R.





Alexander Bruns [EMAIL PROTECTED]@lists.sourceforge.net on 09/07/2002
09:26:20

Sent by:  [EMAIL PROTECTED]


From: Alexander Bruns [EMAIL PROTECTED]@lists.sourceforge.net


To:  [EMAIL PROTECTED]
cc:

Subject:  [courier-users] courier-imap 1.5.1 for vpopmailusers 5.2.1 on
qmail-mta 1.03


Hi,

on my RedHat 7.3 System I am setting up e brand new mailserver.

Instaled is qmail 1.03, compiled with a qmail-1.03+patches-17.src.rpm
source-rpm.

I installed vpopmail 5.2.1 in /home/vpopmail with uid/gid 89/89
and compiled it by hand from the source with these configure-
options:

cd /usr/local/src/qmail/vpopmail-5.2.1
./configure \
--enable-qmaildir=/var/qmail \
--enable-qmail-newu=/var/qmail/bin/qmail-newu \
--enable-qmail-inject=/var/qmail/bin/qmail-inject \
--enable-qmail-newmrh=/var/qmail/bin/qmail-newmrh \
--enable-vpopuser=vpopmail \
--enable-vpopgroup=vchkpw \
--enable-roaming-users=y \
--enable-tcprules-prog=/usr/local/bin/tcprules \
--enable-tcpserver-file=~vpopmail/etc/tcp.smtp \
--enable-relay-clear-minutes=5 \
--enable-learn-passwords=n \
--enable-md5-passwords=y \
--enable-auth-logging=y \
--enable-clear-passwd=y \
--enable-logging=v \
--enable-sqwebmail-pass=y \
--enable-log-name=vpopmail \
--enable-file-locking=y \
--enable-many-domains=y \
--enable-valias=y \
--enable-passwd=y

I compiled courier-imape-1.5.1 as user testjens to an rpm with:
rpm -ta courier-imape-1.5.1.tar.gz with no change to the
courier-imap.spec

courier-imap runs fine for my users, who are in the /etc/passwd.
the system-users or local-users or [username]@mail.ftk.de. for these
I can login with courier-imap only by using [username] without domain.
but I configured with vpopmail and want to get pop3d, spop3d imap and simap
also for the user@vpopmaildomain.

In which file do I have to tell courier-imap to also try to logon
with vpopmail-users an passwords?

Do I have to tell authdeamon to know about vpopmail?

Does courier-imapl work with system users AND vpopmail users only by
authpam and authchkpw ? Where can I configure these?

Thanks,


Alexander Bruns


Alexander Bruns
System- und Netzwerkadministration
FTK - Forschungsinstitut fuer Telekommunikation
Martin-Schmeisser-Weg 4
D - 44227 Dortmund
tel + 49 (0) 231 97 50 56 16
fax + 49 (0) 231 97 50 56 10
mail [EMAIL PROTECTED]



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users










**
The information contained in this e-mail is intended only for the 
person or entity to which it is addressed and may contain confidential 
and / or privileged material.  If you are not the intended recipient 
of this e-mail, the use of this information or any disclosure, 
copying or distribution is prohibited and may be unlawful.  

If you received this in error, please contact the sender 
and delete the material from any computer.  

BAA, the world's leading airport company - http://www.baa.com
**



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] imap scalability

2002-07-09 Thread Michael Carmack

On Tue, Jul 09, 2002 at 11:06:23AM +0200, Brendon Caligari wrote:
 
 Some misguided users are having mailboxes with thousands of emails (say, 8k
 of messages in each folder).
 (with some really nasty guys with up to 25,000 emails in the inbox).
 
 This proved too much for windows based mail servers and I have prototyped a
 system using exim/courier-imap/maildir on a RH73 system.  Does anybody have
 links/experience on systems running up to 50 users under such heavy loads.
 I am also concerned as to which windows based imap clients can handle such
 large mailboxes (OE just seems to break down).
 
 any feedback/links/references greatly appreciated

Reiserfs with Maildir is very fast, and is probably the fastest route.
Search on Google and you'll find a lot of information.

m.




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: --with-authmysql specified but no mysqlclient.so

2002-07-09 Thread Sam Varshavchik

p dont think writes: 

 mysql-devel-3.23.41-1 
 
 is already there, but none of the others you've got.   
 
 I have instead: 
 
 MySQL-client-3.23.49a-1
 MySQL-3.23.49a-1
 MySQL-shared-3.23.49-1
 mysql-devel-3.23.41-1 
 
 Is the spelling (case) an issue?  

Yes.  And, in addition to a glaringly obvious version mismatch, these are 
not Redhat RPMs in the first place. 

If you're going to install some custom-built software, you're on your own, 
and it's up to you to figure out what breaks. 

As the saying goes: you break it, you get to pick up the pieces. 

-- 
Sam 



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: --with-authmysql specified but no mysqlclient.so

2002-07-09 Thread Sam Varshavchik

p dont think writes: 

 Hello all, 
 
   I have spent several hours diagnosing this error to no avail.  I have found a
 few previous messages about the same problem, and the suggested fixes either
 don't work, or the person with the problem didn't report back how they fixed the
 problem.  At this late hour, my frustration level is high.  I would SINCERELY
 appreciate some help on how to approach this problem: 
 
 checking for mysql_config... no
 checking for mysql_connect... (cached) no
 configure: error: --with-authmysql specified but no mysqlclient.so
 configure: error: ./configure failed for authlib 
 
   I am on RedHat 7.2, MySQL-3.23.49a-1, MySQL-client-3.23.49a-1,

You also need mysql-devel. 

-- 
Sam 



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Sluggish ESMTP response

2002-07-09 Thread Roland Schneider

--Tony Bailey wrote on 09.07.2002 08:00 -0500:

 
 A connection to port 25 results, normally, in an ident lookup, and 
 reverse/forward DNS. Nothing else. That's it. 
 
 If you're damn sure you disable both ident and DNS correctly, then 
 look for a misbehaving firewall somewhere along the path. 
 
 -- 
 Sam 
 
 My esmtpd cnfiguration has the -noident and -nodns directives in it.

There are no such arguments for couriertcpd.
Check the manpage again and verify with something like
`ps -auxeww | grep esmtpd`

Roland



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Richtext goas Winmail.dat . urgent

2002-07-09 Thread Mike A. Sauvain

hy all, when my clients send with (oe) in the rich-text format, and
more than 1 attachment, the reciever of mail cant open the attachment
because the mail server put all file in one named winmail.dat

any reasons why ?..

thanks for any ideas, best wishes mike


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] imap scalability

2002-07-09 Thread Augusto Pizarro

I have 350 user and a 600MB medium Mailbox size ( some have 1,6 GB ). I
use RH 7.2 , sendmail, courrier, procmail under EXT3. The server is a
IBM X320, 2-1Ghz Proc, 1GB mem, RAID5. I use Rsync to sincronize the
/home/ every 10 minutes, to other IBM server. My next step is to
syncronize the two servers in real time.

I dont know with the OE can handle 25000 emails in the Inbox, but if you
want to use it, use the version 5.5 the more bug free I tested.
Be Man guy!!! Tell your users to delete some e-mail or move it to other
folders.

[]s
Augusto Pizarro

Em Ter, 2002-07-09 às 06:06, Brendon Caligari escreveu:
Some misguided users are having mailboxes with thousands of emails (say, 8k
of messages in each folder).
(with some really nasty guys with up to 25,000 emails in the inbox).

This proved too much for windows based mail servers and I have prototyped a
system using exim/courier-imap/maildir on a RH73 system.  Does anybody have
links/experience on systems running up to 50 users under such heavy loads.
I am also concerned as to which windows based imap clients can handle such
large mailboxes (OE just seems to break down).



**



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] maildrop language

2002-07-09 Thread Vlad Sedov

Thanks!!

Vlad


On Tue, 2002-07-09 at 01:51, Anand Buddhdev wrote:
 On Mon, Jul 08, 2002 at 05:17:27PM -0500, Vlad Sedov wrote:
 
  Hello list -
  
  are there any good beginner pointers on the maildrop filtering language?
  i've looked at the manuals but they would only be helpful if they
  provided some friggin' examples :)
 
 man maildropex
 
 -- 
 Anand Buddhdev
 http://anand.org
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Stuff, things, and much much more.
 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
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] courier-imap startup problem

2002-07-09 Thread brij_singh

Sir,

I have compiled and installed(openldap) with out any problem with make
check.
I have configured authentication with authldap.

when I try to start pop3d services i get follwoing error.

#pop3d start

error:AUTHFAILURE


and when I try to start same from I get following err.

./courier-imap.sysvinit start
-n Starting Courier-IMAP server:
ld.so.1: /usr/lib/courier-imap/libexec/authlib/authdaemond.ldap: fatal:
libdb-4.0.so: open failed: No such file or directory
Killed
ld.so.1: /usr/lib/courier-imap/libexec/couriertcpd: fatal: libdb-4.0.so:
open failed: No such file or directory
Killed
-n  pop3



pls suggest if someone has any idea on this,I have already tried setting
LD_LIBRARY_PATH for libdb-4.0.so.



regards
bps



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: --with-authmysql specified but no mysqlclient.so

2002-07-09 Thread p dont think

Cheers!  That's the answer I was looking for (although nothing has been
broken until I tried to install courier; even finicky postifx doesn't
seem to mind the packages I have installed... hmmm)

--- Sam Varshavchik [EMAIL PROTECTED] wrote:
 p dont think writes: 
 
  mysql-devel-3.23.41-1 
  
  is already there, but none of the others you've got.   
  
  I have instead: 
  
  MySQL-client-3.23.49a-1
  MySQL-3.23.49a-1
  MySQL-shared-3.23.49-1
  mysql-devel-3.23.41-1 
  
  Is the spelling (case) an issue?  
 
 Yes.  And, in addition to a glaringly obvious version mismatch, these are 
 not Redhat RPMs in the first place. 
 
 If you're going to install some custom-built software, you're on your own, 
 and it's up to you to figure out what breaks. 
 
 As the saying goes: you break it, you get to pick up the pieces. 
 
 -- 
 Sam 
 
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Stuff, things, and much much more.
 http://thinkgeek.com/sf
 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] webmin support ?

2002-07-09 Thread Mike A. Sauvain

does anyone write a webmin plugin to administrate courier ?

would be pretty nice, ifso, contact me please..

best wishes and regards  thanks for these great mail server, mike..


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: Richtext goas Winmail.dat . urgent

2002-07-09 Thread Sam Varshavchik

Mike A. Sauvain writes: 

 hy all, when my clients send with (oe) in the rich-text format, and
 more than 1 attachment, the reciever of mail cant open the attachment
 because the mail server put all file in one named winmail.dat 
 
 any reasons why ?..

Because Microsoft doesn't like standard Internet mail formatting protocols. 

 thanks for any ideas, best wishes mike

Go bitch to Bill Gates. 

-- 
Sam 



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] relaying denied for a hosted domain?

2002-07-09 Thread Bowie Bailey

I am having a problem figuring out the proper setup to allow mail to be
delivered to my email addresses.  The virtual domain that I am trying to
configure is listed in the hosteddomains directory, but external mail coming
to it is still being denied.

As long as I am sending mail from inside my network (where RELAYCLIENT is
set) everything works fine.  But if I try it from outside, I get the message
513 Relaying Denied.  I have * allow in my smtpaccess file.  When I set
it to * allow ,RELAYCLIENT, the mail went through, but I obviously don't
want to do that.

What am I missing?  According to the documentation, domains listed in the
hosteddomains directory are supposed to be treated as local domains, but
this doesn't seem to be happening.

Any suggestions?

Bowie


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] relaying denied for a hosted domain?

2002-07-09 Thread Anand Buddhdev

On Tue, Jul 09, 2002 at 01:10:40PM -0400, Bowie Bailey wrote:

 I am having a problem figuring out the proper setup to allow mail to be
 delivered to my email addresses.  The virtual domain that I am trying to
 configure is listed in the hosteddomains directory, but external mail coming
 to it is still being denied.
 
 As long as I am sending mail from inside my network (where RELAYCLIENT is
 set) everything works fine.  But if I try it from outside, I get the message
 513 Relaying Denied.  I have * allow in my smtpaccess file.  When I set
 it to * allow ,RELAYCLIENT, the mail went through, but I obviously don't
 want to do that.
 
 What am I missing?  According to the documentation, domains listed in the
 hosteddomains directory are supposed to be treated as local domains, but
 this doesn't seem to be happening.

List your domains in the esmtpacceptmailfor file.

-- 
Anand Buddhdev
http://anand.org


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] relaying denied for a hosted domain?

2002-07-09 Thread Randall Shaw

Add your domains as well to the following location:

/pathto/courier/etc/esmtpacceptmailfor.dir/

This is a directory, so you can put as many text files in there with 
domains, or only ONE file with many domains. Your choice.

After adding it to that, run the /pathto/courier/sbin/makeacceptmailfor 
script.

That should be your problem. You dont need to open you the 
/pathto/courier/etc/smtpaccess/ file to * allow, as mine is only set to 
allow for 127.0.0.1 and I am not having troubles with delivered mails.

Hope this helps.


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] catch all email

2002-07-09 Thread David Mir


What is the easiest way to set-up a catch-all for all none valid emails for my 
domain.  That is if a email doesn't really exist (ie they spell their name 
wrong) it gets sent to me otherwise it still just goes to the correct person?

I have seen some examples but they all seem to be all (valid and invalid) or 
nothing?!?

-- 
David Mir
System Administrator
Soar Technology, Inc.
3600 Green Ct, Ste 600
Ann Arbor, MI  48105-2588
734-327-8000 ext. 222
734-913-8537 (Fax)
www.soartech.com
[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: Richtext goas Winmail.dat . urgent

2002-07-09 Thread Alexei Batyr'

Mike A. Sauvain writes:

 hy all, when my clients send with (oe) in the rich-text format, and
 more than 1 attachment, the reciever of mail cant open the attachment
 because the mail server put all file in one named winmail.dat

 any reasons why ?..

OE never sends winmail.dat, it's only MS Outlook's feature. Point your
clients to the following URL:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q149203

Alexei.



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



RE: [courier-users] catch all email

2002-07-09 Thread David Gartner

This can be done quite easily with a .qmail-default file.  You can find
out more info from just about any Qmail beginners tutorial (look at
www.qmail.org for a link).

David Gartner ([EMAIL PROTECTED])
Foundation Technologies
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of David
Mir
Sent: Tuesday, July 09, 2002 1:44 PM
To: [EMAIL PROTECTED]
Subject: [courier-users] catch all email


What is the easiest way to set-up a catch-all for all none valid emails
for my 
domain.  That is if a email doesn't really exist (ie they spell their
name 
wrong) it gets sent to me otherwise it still just goes to the correct
person?

I have seen some examples but they all seem to be all (valid and
invalid) or 
nothing?!?

-- 
David Mir
System Administrator
Soar Technology, Inc.
3600 Green Ct, Ste 600
Ann Arbor, MI  48105-2588
734-327-8000 ext. 222
734-913-8537 (Fax)
www.soartech.com
[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
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
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] catch all email

2002-07-09 Thread Daniel Higgins

man makealiases

@yourdomain.com: somelocalbox

there you go :P

if you use myself there's also the [EMAIL PROTECTED]
- Original Message -
From: David Mir [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 09, 2002 1:43 PM
Subject: [courier-users] catch all email



What is the easiest way to set-up a catch-all for all none valid emails for
my
domain.  That is if a email doesn't really exist (ie they spell their name
wrong) it gets sent to me otherwise it still just goes to the correct
person?

I have seen some examples but they all seem to be all (valid and invalid) or
nothing?!?

--
David Mir
System Administrator
Soar Technology, Inc.
3600 Green Ct, Ste 600
Ann Arbor, MI  48105-2588
734-327-8000 ext. 222
734-913-8537 (Fax)
www.soartech.com
[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users




smime.p7s
Description: application/pkcs7-signature


Re: [courier-users] catch all email

2002-07-09 Thread Randall Shaw

David Mir wrote:

What is the easiest way to set-up a catch-all for all none valid emails 
for my 
domain.  That is if a email doesn't really exist (ie they spell their name 
wrong) it gets sent to me otherwise it still just goes to the correct person?

I have seen some examples but they all seem to be all (valid and invalid) or 
nothing?!?

Create a virtual user of alias@[yourdomain.com] (change 
[yourdomain.com] to your domain in question, but the alias@ is 
mandatory). Note the [UID] and [GID] of that new user you made, as you 
need it for the following commands:

mkdir /pathto/[yourdomain.com]dir/alias
/pathto/courier/bin/maildirmake /pathto/[yourdomain.com]dir/alias/Maildir
chown -R [UID].[GID] /pathto/[yourdomain.com]dir/alias
chmod -R 700 /pathto/[yourdomain.com]dir/alias

vi /pathto/[yourdomain.com]dir/alias/.courier-default

In the file .courier-default put your email address where you want all 
non-matched emails to go to for that virtual domain.

Hope this helps!


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] catch all email

2002-07-09 Thread David Mir



So this will actually still send the mail to valid users only? It just seems 
that all email at that domain will come to me regardless if it is valid or 
invalid with that alias.  If it is that easy I will add it to the alias file. 

Thanks!


On Tuesday 09 July 2002 01:58 pm, Daniel Higgins wrote:
 man makealiases

 @yourdomain.com: somelocalbox

 there you go :P

 if you use myself there's also the [EMAIL PROTECTED]
 - Original Message -
 From: David Mir [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, July 09, 2002 1:43 PM
 Subject: [courier-users] catch all email



 What is the easiest way to set-up a catch-all for all none valid emails for
 my
 domain.  That is if a email doesn't really exist (ie they spell their name
 wrong) it gets sent to me otherwise it still just goes to the correct
 person?

 I have seen some examples but they all seem to be all (valid and invalid)
 or nothing?!?

-- 
David Mir
System Administrator
Soar Technology, Inc.
3600 Green Ct, Ste 600
Ann Arbor, MI  48105-2588
734-327-8000 ext. 222
734-913-8537 (Fax)
www.soartech.com
[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] catch all email

2002-07-09 Thread David Mir


Thanks, it seems this is the only to do it 


On Tuesday 09 July 2002 02:13 pm, Randall Shaw wrote:
 David Mir wrote:
 What is the easiest way to set-up a catch-all for all none valid emails
 for my
 domain.  That is if a email doesn't really exist (ie they spell their name
 wrong) it gets sent to me otherwise it still just goes to the correct
  person?
 
 I have seen some examples but they all seem to be all (valid and invalid)
  or nothing?!?

 Create a virtual user of alias@[yourdomain.com] (change
 [yourdomain.com] to your domain in question, but the alias@ is
 mandatory). Note the [UID] and [GID] of that new user you made, as you
 need it for the following commands:

 mkdir /pathto/[yourdomain.com]dir/alias
 /pathto/courier/bin/maildirmake /pathto/[yourdomain.com]dir/alias/Maildir
 chown -R [UID].[GID] /pathto/[yourdomain.com]dir/alias
 chmod -R 700 /pathto/[yourdomain.com]dir/alias

 vi /pathto/[yourdomain.com]dir/alias/.courier-default

 In the file .courier-default put your email address where you want all
 non-matched emails to go to for that virtual domain.

 Hope this helps!

-- 
David Mir
System Administrator
Soar Technology, Inc.
3600 Green Ct, Ste 600
Ann Arbor, MI  48105-2588
734-327-8000 ext. 222
734-913-8537 (Fax)
www.soartech.com
[EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Connection to port 113

2002-07-09 Thread Bowie Bailey

I appreciate the quick response to my last question.  Now I've got another
one.

Why is my mailserver trying to open a connection back to port 113 whenever I
make an SMTP connection?  I am not using any authentication.  This is
causing the SMTP connection to take about 30 seconds since my firewall is
denying the connection to 113.  Is there a setting that I may have turned on
by accident?

Thanks,
Bowie


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] courier-imap startup problem

2002-07-09 Thread Aly Dharshi

Try starting it from /path/to/courier/libexec/imap.rc and then issues the start 
command.
See if this works first or it produces the same error, also make sure that 
authdaemon is running.




-- 
Aly Dharshi
[EMAIL PROTECTED]
[EMAIL PROTECTED]
System Administrator ORS Servers

A good speech is like a good dress
that's short enough to be interesting
and long enough to cover the subject



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] catch all email

2002-07-09 Thread Peter C. Norton

On Tue, Jul 09, 2002 at 02:18:06PM -0400, David Mir wrote:
 So this will actually still send the mail to valid users only? It just seems 
 that all email at that domain will come to me regardless if it is valid or 
 invalid with that alias.  If it is that easy I will add it to the alias file. 

One way to do this, if you have a database, is to make the forwarding
rule just slightly more complex.  I.e. write a program that checks for
the existance of the user against the authdaemon or database.  If it
fails, write the message locally, and if it successeds deliver.

I'm not sure how complex this is.

-- 
The 5 year plan:
In five years we'll make up another plan.
Or just re-use this one.


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Connection to port 113

2002-07-09 Thread Thorsten Schroeder

Hi,

On Tue, 9 Jul 2002, Bowie Bailey wrote:

 Why is my mailserver trying to open a connection back to port 113 whenever I
 make an SMTP connection?  I am not using any authentication.  This is
 causing the SMTP connection to take about 30 seconds since my firewall is
 denying the connection to 113.  Is there a setting that I may have turned on
 by accident?

Your server try to query identd.

You should reject packets to this port, not drop.

regards,

  Thorsten




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Not require SSL/TLS for certain IPs?

2002-07-09 Thread Alexander Skwar

Hello.

Is it possible to NOT require SSL/TLS for certain source IPs?

Explanation:

I'm using courier-imap 1.5.0 and set IMAPDSSLSTART=YES,
IMAPDSTARTTLS=YES and IMAP_TLS_REQUIRED=1 in the imapd-ssl config file.
Now I'd also like to have a webmail system (IMP) which will run on the
same host and will only be accessible via https.  Thus the traffic from
the (web-)server to the client is already encrypted and another
encryption layer in the IMAP traffic would only harm (CPU wise and it
would drain entropy).

That's why I'd like to setup courier-imap so, that it allows non-SSL/TLS
connections and logins from 127.0.0.1 but require SSL/TLS from any other
IP.

Can this be done?  Or are there any strong reasons why I should use SSL
even from the webmail systems (ie. reasons other than that courier might
not support what I want)?

Thanks,

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  |Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 2 days 12 hours 1 minute


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Connection to port 113

2002-07-09 Thread Richard Geoffrion


- Original Message -
From: Bowie Bailey [EMAIL PROTECTED]
To: Courier-Users (E-mail) [EMAIL PROTECTED]
Sent: Tuesday, July 09, 2002 2:01 PM
Subject: [courier-users] Connection to port 113


 I appreciate the quick response to my last question.  Now I've got another
 one.

 Why is my mailserver trying to open a connection back to port 113 whenever
I
 make an SMTP connection?  I am not using any authentication.  This is
 causing the SMTP connection to take about 30 seconds since my firewall is
 denying the connection to 113.  Is there a setting that I may have turned
on
 by accident?

 Thanks,
 Bowie

do a 'cat /etc/services | grep 113'
You will see that port 113 is an identd lookup.  The system is pausing for
30 seconds trying to do this lookup.

I thought reverse-dns lookups were done on port 53, but I could be wrong.

Well, it's a starting place.

-Richard



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



RE: [courier-users] Connection to port 113

2002-07-09 Thread Bowie Bailey

That makes sense.  Any idea how to do a reject with a Cisco access list?
As far as I know it's just accept or deny.

Almost all of my mail clients will be on Windows machines which won't
respond to identd anyway.  Is there any way to prevent Courier from doing
the query?

Thanks,
Bowie

 -Original Message-
 From: Thorsten Schroeder [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, July 09, 2002 3:14 PM
 To:   Bowie Bailey
 Cc:   Courier-Users (E-mail)
 Subject:  Re: [courier-users] Connection to port 113
 
 Hi,
 
 On Tue, 9 Jul 2002, Bowie Bailey wrote:
 
  Why is my mailserver trying to open a connection back to port 113
 whenever I
  make an SMTP connection?  I am not using any authentication.  This is
  causing the SMTP connection to take about 30 seconds since my firewall
 is
  denying the connection to 113.  Is there a setting that I may have
 turned on
  by accident?
 
 Your server try to query identd.
 
 You should reject packets to this port, not drop.
 
 regards,
 
   Thorsten
 


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Question (or possibly late to the party)

2002-07-09 Thread f. Andrew Lawton

I'm trying to get the Courier-IMAP running with the relay-ctrl package
from Bruce Guenter. I've gone through all the steps, but in the last
step for Courier-IMAP he states:

You also need to modify the run file to execute
envdir /etc/relay-ctrl relay-ctrl-chdir before starting
imaplogin,and I'm unsure where this needs to go.  It may also work
to put the above command string before couriertcpd instead of before
imaplogin,which is slightly more efficient.

Does anyone have any ideas as to what he's talking about? I'm really not
sure what run file he's referring to.



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Connection to port 113

2002-07-09 Thread Peter C. Norton

On Tue, Jul 09, 2002 at 03:55:27PM -0400, Bowie Bailey wrote:
 That makes sense.  Any idea how to do a reject with a Cisco access list?
 As far as I know it's just accept or deny.

If its only accept or drop, you can always let it through and let your
mail host reject it.

-- 
The 5 year plan:
In five years we'll make up another plan.
Or just re-use this one.


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Connection to port 113

2002-07-09 Thread Peter C. Norton

On Tue, Jul 09, 2002 at 02:46:18PM -0500, Richard Geoffrion wrote:
 I thought reverse-dns lookups were done on port 53, but I could be wrong.

All dns queries go to port 53/udp, and rarely to 53/tcp.  Not all
requests originate from port 53, tho.

-- 
The 5 year plan:
In five years we'll make up another plan.
Or just re-use this one.


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Question (or possibly late to the party)

2002-07-09 Thread Alexander Skwar

So sprach f. Andrew Lawton am 2002-07-09 um 15:58:17 + :
 Does anyone have any ideas as to what he's talking about? I'm really not
 sure what run file he's referring to.

/usr/lib/courier-imap/libexec/imapd.rc:

/usr/bin/env - /bin/sh -c  set -a ; . /usr/lib/courier-imap/etc/imapd ; \
. /usr/lib/courier-imap/etc/imapd-ssl ; \
IMAP_STARTTLS=$IMAPDSTARTTLS ; export IMAP_STARTTLS ; \
TLS_PROTOCOL=$TLS_STARTTLS_PROTOCOL ; \
/usr/lib/courier-imap/libexec/couriertcpd -address=$ADDRESS \
-stderrlogger=/usr/lib/courier-imap/libexec/logger \
-stderrloggername=imapd \
-maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \
-pid=$PIDFILE $TCPDOPTS \
$PORT \
/usr/bin/envdir /etc/relay-ctrl 
relay-ctrl-chdir \
/usr/lib/courier-imap/sbin/imaplogin $LIBAUTHMODULES \
/usr/lib/courier-imap/bin/imapd Maildir

Same for imapd-ssl.rc and the pop3d's.

PS: A more descriptive subject wouldn't have been that bad...

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  |Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 2 days 13 hours 23 minutes


---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Courier 20020709

2002-07-09 Thread Sam Varshavchik

Recent changes: 

* Webmail - fixes for GnuPG 1.0.7 

* shift-JIS japanese encoding.  The IMAP server can now search using 
iso-2022-jp and shift-JIS encoding. 

* Some packaging changes.  Renamed the logger helper to courierlogger.
Removed the courier-sendmail-wrapper RPM for Red Hat 7.3, and moved the
alternatives stuff to the main Courier RPM. 

-- 
Sam 



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: Connection to port 113

2002-07-09 Thread Sam Varshavchik

Bowie Bailey writes: 

 I appreciate the quick response to my last question.  Now I've got another
 one. 
 
 Why is my mailserver trying to open a connection back to port 113 whenever I

This is identd. 

 make an SMTP connection?  I am not using any authentication.  This is
 causing the SMTP connection to take about 30 seconds since my firewall is
 denying the connection to 113.  Is there a setting that I may have turned on
 by accident?

No, this is the default configuration.  See the esmtp configuration file, 
but you should really fix your firewall.  identd serves a useful purpose. 

-- 
Sam 



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] courier-imap-ssl+thawte certs

2002-07-09 Thread Chris Scarpinzicci

Hi,

Has anyone used thawte SSL certs with courier-imap+SSL?
Apparently you need to create a cert in PEM format, but does that mean
I have to purchase a thawte cert in both x509 AND PEM format?  Any
info is appreciated.

   Thanks



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: courier-imap-ssl+thawte certs

2002-07-09 Thread Sam Varshavchik

Chris Scarpinzicci writes: 

 Hi, 
 
 Has anyone used thawte SSL certs with courier-imap+SSL?
 Apparently you need to create a cert in PEM format, but does that mean
 I have to purchase a thawte cert in both x509 AND PEM format?  Any
 info is appreciated.

You can use openssl to convert DER to pem formatted certs. 

-- 
Sam 



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



RE: [courier-users] Re: Connection to port 113

2002-07-09 Thread Bowie Bailey

What purpose does it serve to query a Windows machine for identd?  Most of
the client machines will be running Outlook Express on some version of
Windows.  The ones who aren't using Outlook Express will be using some other
Windows email client.  I opened the port on the firewall and that definitely
sped up the connections, but if I don't really need it, I would rather not
have yet another open port on the firewall.

Also, how can I configure Outlook Express to do some form of secure
authentication with Courier using userdb authentication via authdaemon?  I
tried every combination of settings that I could think of in both OE and the
esmtpd configuration file and had no luck.

Bowie

 -Original Message-
 From: Sam Varshavchik [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, July 09, 2002 5:12 PM
 To:   Courier-Users (E-mail)
 Subject:  [courier-users] Re: Connection to port 113
 
 Bowie Bailey writes: 
 
  I appreciate the quick response to my last question.  Now I've got
 another
  one. 
  
  Why is my mailserver trying to open a connection back to port 113
 whenever I
 
 This is identd. 
 
  make an SMTP connection?  I am not using any authentication.  This is
  causing the SMTP connection to take about 30 seconds since my firewall
 is
  denying the connection to 113.  Is there a setting that I may have
 turned on
  by accident?
 
 No, this is the default configuration.  See the esmtp configuration file, 
 but you should really fix your firewall.  identd serves a useful purpose. 
 
 -- 
 Sam 
 
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Stuff, things, and much much more.
 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
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] make check fails --with-trashquota option

2002-07-09 Thread Fernando Gozalo

Hi,

I run:

./configure --with-trashquota
make
make check

and I have

make[1]: *** [check] Error 1
make[1]: Leaving directory `/home/fgozalo/courier-0.39.1/imap'
make: *** [check-recursive] Error 1


But if I do:

cd imap
rm -f conftest1
LC_ALL=C; export LC_ALL; ./testsuite | ./testsuitefix.pl | sort | cmp -s - 
./testsuite.txt

I have no errors.


Can I trust in the programs I have?

Thanks.
Fernando



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: Connection to port 113

2002-07-09 Thread Sam Varshavchik

Bowie Bailey writes: 

 What purpose does it serve to query a Windows machine for identd?  Most of

Not all mail clients run windoze.  In the event that the sending client is a 
shared-access server, the identd information gets logged, and can be used to 
identify the original sender. 

 Also, how can I configure Outlook Express to do some form of secure
 authentication with Courier using userdb authentication via authdaemon?  I

Microsoft intentionally refuses to allow OE to do secure authentication 
except against MSExchange. 


-- 
Sam 



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Connection to port 113

2002-07-09 Thread Juha Saarinen

On Tue, 9 Jul 2002, Sam Varshavchik wrote:

  Microsoft intentionally refuses to allow OE to do secure authentication
  except against MSExchange.

That's the Microsoft proprietary Secure Password Authentication protocol.
However, OE does support SSL for SMTP and IMAP4, and SMTP AUTH with LOGIN,
so you could use that combination.

-- 
Juha Saarinen



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: .mailfilter ignored

2002-07-09 Thread Sam Varshavchik

Moshe Gurvich writes: 

 Hi, I'm trying to make .mailfilter that would reply with bad user 
 message to some senders. 
 
 It seems that courier just ignores .mailfilter, because the user receives 
 matched emails and test line `cc [EMAIL PROTECTED]` is not performed. 
 
 I'm not sure also that maildroprc is in use.
 What could be the problem?
 Is there a way to trace maildrop's execution?
 Thank you. 
 
 The configuration is as follows: 
 
 # cat /etc/courier/maildrop
 /usr/lib/courier/bin/maildrop

That doesn't do what you think it does. 

See the courierd configuration file, and/or use webadmin. 

-- 
Sam 



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: Courier IMAP POP3 timeout during mail download to multiple client types based on bad e-mail

2002-07-09 Thread Sam Varshavchik

Matthew Strebe writes: 

 both IMAP and POP3. We've done packet captures on the client side and see
 that in every case, the mail message begins to transfer, but within six or
 seven TCP packets, the connection times out on the client side. Outlook will
 send a  LOGOUT back to the IMAP server and then crash. The server then
 responds with a TCP RST packet.

 maillog shows the IMAP session as a successful LOGIN and then DISCONNECTED. 
 
 This problem is currently affecting about ten out of 200 users.

The usual solution to Windows client problems is a reinstall. 

Check if these lusers are running some broken virus scanner that craps out 
trying to scan a long incoming download. 

-- 
Sam 



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: .mailfilter ignored

2002-07-09 Thread Moshe Gurvich

Sam Varshavchik wrote:

 Moshe Gurvich writes:

 # cat /etc/courier/maildrop
 /usr/lib/courier/bin/maildrop

 That doesn't do what you think it does.
 See the courierd configuration file, and/or use webadmin.

I guess that was the required line in courierd:
DEFAULTDELIVERY=| /usr/lib/courier/bin/maildrop

restarted courier, but it still doesn't execute .mailfilter..




---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Courier IMAP POP3 timeout during mail download to multiple client types based on bad e-mail [amplify]

2002-07-09 Thread Matthew Strebe

To amplify my previous e-mail,

We've tested Pegasus, Eudora, Outlook, Outlook Express, and Mozilla
Messenger across nearly every Windows platform and NetScape messenger on
RedHat Linux 7.3. Packet traces all look nearly exactly the same:
Attachments get about five packets (MTU: 1460) into the body download and
communication stops. Of these clients, Eudora is able to continue talking to
the IMAP server in the same session after cancelling the attachment
download. Mozilla and NetScape don't crash but won't communicate further
without being closed and re-launched, and Outlook crashes.

There are no client side virus scanning problems, hardware problems,
bandwidth problems, or other environmental factors that we've been able to
identify. Authentication is not the problem, nor is delivery into /maildir.

Also, this is not a new server, It has been functioning flawlessly for
nearly a year. Rebooting it did not change any aspects of the problem, and
there are no capacity or hardware problems on the server of any kind.

Has anyone seen anything like this?

Matt



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Courier IMAP POP3 timeout during mail downloadto multiple client types based on bad e-mail [amplify]

2002-07-09 Thread Forrest W. Christian

On Tue, 9 Jul 2002, Matthew Strebe wrote:

 We've tested Pegasus, Eudora, Outlook, Outlook Express, and Mozilla
 Messenger across nearly every Windows platform and NetScape messenger on
 RedHat Linux 7.3. Packet traces all look nearly exactly the same:
 Attachments get about five packets (MTU: 1460) into the body download and
 communication stops. Of these clients, Eudora is able to continue talking to
 the IMAP server in the same session after cancelling the attachment
 download. Mozilla and NetScape don't crash but won't communicate further
 without being closed and re-launched, and Outlook crashes.

My guess:

You are loosing packets somewhere.

Probably a MTU problem.

Have you tried a directly attached client?  I.E. on the same ethernet.

- Forrest W. Christian ([EMAIL PROTECTED]) AC7DE
--
The Innovation Machine Ltd.  P.O. Box 5749
http://www.imach.com/Helena, MT  59604
Home of PacketFlux Technologies and BackupDNS.com   (406)-442-6648
--
  Protect your personal freedoms - visit http://www.lp.org/



---
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: .mailfilter ignored

2002-07-09 Thread Moshe Gurvich



I guess that was the required line in courierd:
DEFAULTDELIVERY=| /usr/lib/courier/bin/maildrop

restarted courier, but it still doesn't execute .mailfilter..


Check your authentication module.  Some authentication modules specify a 
separate default mailbox parameter, which overrides DEFAULTDELIVERY.

I'm using authmysql - didn't find anything like that in authmysqlrc




---
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users