Autoreply MAIL
Autoreply MAIL
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
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
Fix will be available in new release. Thank you!