ahyde
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by ahyde-
Cron Job auto delete emails older than X days in a domain
Hi, I try to delete all email arrived of 1 month old of a specific domain with a cron job I tried with this commands: /usr/bin/archivemail -quiet -delete -days 30 /home/USERNAME/mail/MYDOMAIN.COM...