[courier-users] Expunge items?

2003-02-21 Thread Arthur Kerpician
Title: Mesaj



Hi,

Is there a way to 
move deleted mesages from outlook 2002 directly to trash, without marking them 
first as deleted? I'm using IMAP_MOVE_EXPUNGE_TO_TRASH=1 and it's working ok, 
but I don't want to go to editpurge each time I want to really delete an 
item.

I know it's more 
like an outlook issue, but I really didn't find any solution for 
this.

Thanks,
Arthur



[courier-users] mysql auth

2003-01-18 Thread Arthur Kerpician



Hi!
How can I compile courier-imap to do mysql auth 
given:
-RH8
-qmail 1.03
-courier-imap 1.53
-mysql 3.23.51 (binary download, not source or 
rpm)

I tried this:
./configure --prefix=/opt/courier --with-mysql 
--with-mysql-libs=/path_to_mysql_source/libmysql--with-mysql-includes=/path_to_mysql_source/include 
--with-authpwd --without-authpgsql --without-authldap

AND this:


./configure --prefix=/opt/courier 
--with-mysql=/path_to_mysql_source --with-authpwd --without-authpgsql 
--without-authldap

Everything install OK, but I don't see any authmysql in libexec/authlib. I 
want to be able to auth against /etc/passwd (/etc/shadow) and (if necessary) 
mysql db.

Thanks,
Arthur