Hi,
I followed the forums's instructions on using redirect in the custom rules section of a mailbox, The email is redirected but it is still being delivered to squirrelmail.
I used this
Code:
redirect "name@domain.com";
I also tried these but in all cases the email remained in squirrelmail.
Code:
redirect "name@domain.com";
stop;
redirect "name@domain.com";
kill;
redirect "name@domain.com";
delete;
redirect "name@domain.com";
discard;
I am using dovecot and ubuntu and i followed this guide
http://www.howtoforge.com/perfect-se...ot-ispconfig-3
Also is there a way to auto prune the mailboxes?, like "delete everything over 20 days"
Thanks for any help.