P pawelmil New member Joined Mar 14, 2015 Messages 2 Mar 14, 2015 #1 Hi, is automatic archiving of email messages possible with directadmin on dovecot? Eg. emails older than 90 days are moved to archive folder. Thanks in advance.
Hi, is automatic archiving of email messages possible with directadmin on dovecot? Eg. emails older than 90 days are moved to archive folder. Thanks in advance.
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,724 Location www.poralix.com Mar 14, 2015 #2 Hello, There is nothing ready to use in Directadmin of this kind. You may try to use find with a combination of mv: http://www.gnu.org/software/findutils/manual/html_mono/find.html you can specify depth level and mtime when using find.
Hello, There is nothing ready to use in Directadmin of this kind. You may try to use find with a combination of mv: http://www.gnu.org/software/findutils/manual/html_mono/find.html you can specify depth level and mtime when using find.