Sam Varshavchik wrote:
Thank you,Starting courier by this way, is the PREFIX/etc/imapd really been used?No. All the variables need to go into the environment, obviously. You need to add 'set -a'.
I have replaced my run file with this one:
#!/bin/sh
prefix=/usr/lib/courier-imap
exec_prefix=/usr/lib/courier-imap
binddir=${exec_prefix}/bin
libexecdir=/usr/lib/courier-imap/libexec
. ${prefix}/etc/imapd
exec /usr/bin/env - /bin/sh -c " . ${prefix}/etc/imapd ; \
`sed -n '/^#/d;/=/p' <${prefix}/etc/imapd | sed 's/=.*//;s/^/export /;s/$/;/'`
exec /usr/local/bin/softlimit -m 60000000 /usr/local/bin/tcpserver \
-v -c $MAXDAEMONS -pR -x /etc/tcp.imap.cdb 0 $PORT \
${exec_prefix}/sbin/imaplogin /var/qmail/bin/auth_imap \
${exec_prefix}/bin/imapd Maildir" 2>&1
It seems to work now. But IMAP_EMPTYTRASH is not working. Its value now is:
IMAP_EMPTYTRASH=Trash:7,Lixeira:7,Sent:30,Enviar:30
And the contents of my .Sent folder still intact after my login/logout:
total 142
drwx------ 2 usermail usermail 512 Oct 24 12:15 ./
drwx------ 5 usermail usermail 512 Nov 8 16:30 ../
-rw-r--r-- 1 usermail usermail 67576 Oct 8 15:34 1034102064.6400_0.mx1.sede.fazenda.sp.gov.br,S=67576:2,S
-rw-r--r-- 1 usermail usermail 1901 Oct 22 15:13 1035310389.22252_0.mx1.sede.fazenda.sp.gov.br,S=1901:2,S
-rw-r--r-- 1 usermail usermail 757 Oct 24 12:15 1035472500.27487_0.mx1.sede.fazenda.sp.gov.br,S=757:2,S
The message of Oct 8 should be deleted. Maybe I'm missing something. Any ideas?
Regards,
F�bio Gomes
--
@_{2**2..6*6}=split//,"�iGsDDbooe eoin m-IsvveoF Tenlmt";print values%_,"\n"
-------------------------------------------------------
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
