Page 1 of 1

Autoreply MAIL

Posted: Sun Sep 29, 2013 7:31 pm
by l170v
Hello people,

I want to share with you a solution that worked for me in email auto reply.

I changed the root user for exim in the script v-add-mail-account-autoreply
pwd: /usr/local/vesta/bin/
line: 47
This
chown -R root:mail $HOMEDIR/$user/conf/mail/$domain/autoreply.$account.msg
For this
chown -R exim:mail $HOMEDIR/$user/conf/mail/$domain/autoreply.$account.msg

Best Regards,
l170v

Re: Autoreply MAIL

Posted: Mon Sep 30, 2013 7:31 am
by skid
Fix will be available in new release. Thank you!