Hi, when i create new email account, that account does not receive welcome email. Also when i create autoresponder (out off office) it doesn't send mail to sender. sending and receiving of emails between different email account works fine. i searched forum, and i saw that in /var/vmail/(domain)/(account) should be .sieve file. But i have only Maildir folder Code: ##### ISPCONFIG ##### ISPConfig version is 3.0.5.4p8 ##### VERSION CHECK ##### [INFO] php (cli) version is 5.5.9-1ubuntu4.13 ##### PORT CHECK ##### ##### MAIL SERVER CHECK ##### ##### RUNNING SERVER PROCESSES ##### [INFO] I found the following web server(s): Apache 2 (PID 3029) [INFO] I found the following mail server(s): Postfix (PID 13889) [INFO] I found the following pop3 server(s): Dovecot (PID 7760) [INFO] I found the following imap server(s): Dovecot (PID 7760) [INFO] I found the following ftp server(s): PureFTP (PID 10697) Can you sugest some solution for this? tnx
Did you check with "ls -la" command? ls without -la option will not display files that start with a dot.
output from ls-la Code: drwx------ 3 vmail vmail 4096 Oct 28 10:25 . drwx------ 41 vmail vmail 4096 Oct 28 10:25 .. drwx------ 5 vmail vmail 4096 Oct 28 10:25 Maildir -rw------- 1 vmail vmail 43 Oct 28 10:25 .quotausage
So ispconfig could not write the sieve file. This link contains instructions on how to debug an issue when config files dont get written: https://www.howtoforge.com/community/threads/please-read-before-posting.58408/
I had this problem before ( https://www.howtoforge.com/community/threads/client-account-storing-updates.63713/#post-304728 ) and solution is the same. just dont know how it happened again, i use regular updates. tnx. solved.