http://pinguimribeiro.wikidot.com/
Para configurar email com mysql este link é utili:
http://johnny.chadda.se/2007/04/15/mail-server-howto-postfix-and-dovecot-with-mysql-and-tlsssl-postgrey-and-dspam/
Outro link: http://workaround.org/articles/ispmail-etch/
Mais um: http://codepoets.co.uk/postfixadmin-postgresql-courier-squirrelmail-debian-etch-howto-tutorial
Se tiver erros de Permissão Negada, a sequencia de comandos me ajudou:
su - user -c 'maildirmake.dovecot /home/Mail/domain/user/Maildir'
chown -hR vmail:vmail /home/Mail
chmod -R 770 /home/Mail
Vou tentar depois instalar o webmail RoundCube em : http://roundcube.net/
Removing old deleted mails
With IMAP you can mark emails as deleted and some email clients will not even show them any more. But the emails are still there and occupy space. Usually there is an option to purge all marked emails but many users do not care. So Michael Weisgerber suggests to run this command frequently via crontab to remove such emails:
find /home/vmail/ -name '*,ST' -ctime +7 | xargs rm -f
Postar um comentário