I did not have the "maildir" checkbox enabled...
Here is the output before enabling that checkbox
Code:
ls -la /var/www/web3/user
total 4
drwxr-xr-x 4 www-data web3 1024 Sep 9 23:08 .
drwxr-xr-x 8 www-data web3 1024 Sep 12 04:10 ..
-r-------- 1 root root 0 Sep 9 22:55 .no_delete
drwxr-xr-x 3 meekish web3 1024 Sep 9 22:56 web3_jhurt
drwxr-xr-x 3 meekish web3 1024 Sep 12 04:10 web3_test
And the output after enabling that checkbox and adding another user "jed.hurt" :
Code:
ls -la /var/www/web3/user
total 5
drwxr-xr-x 5 www-data web3 1024 Oct 2 16:43 .
drwxr-xr-x 8 www-data web3 1024 Sep 12 04:10 ..
-r-------- 1 root root 0 Sep 9 22:55 .no_delete
drwxr-xr-x 4 web3_jed.hurt web3 1024 Oct 2 16:43 web3_jed.hurt
drwxr-xr-x 4 meekish web3 1024 Oct 2 16:41 web3_jhurt
drwxr-xr-x 3 meekish web3 1024 Sep 12 04:10 web3_test
And here's the tail of my mail.log file after trying to check the email of the new user I just created:
Code:
Oct 2 16:43:09 reformationstudios postfix/master[14203]: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
Oct 2 16:43:09 reformationstudios postfix/master[14203]: warning: inet_protocols: configuring for IPv4 support only
Oct 2 16:43:09 reformationstudios postfix/master[14203]: daemon started -- version 2.2.10, configuration /etc/postfix
Oct 2 16:43:09 reformationstudios postfix/pickup[14219]: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
Oct 2 16:43:09 reformationstudios postfix/pickup[14219]: warning: inet_protocols: configuring for IPv4 support only
Oct 2 16:43:09 reformationstudios postfix/qmgr[14220]: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
Oct 2 16:43:09 reformationstudios postfix/qmgr[14220]: warning: inet_protocols: configuring for IPv4 support only
Oct 2 16:43:30 reformationstudios courierpop3login: Connection, ip=[::ffff:69.92.207.127]
Oct 2 16:43:35 reformationstudios courierpop3login: LOGIN FAILED, ip=[::ffff:69.92.207.127]
Oct 2 16:43:35 reformationstudios courierpop3login: LOGOUT, ip=[::ffff:69.92.207.127]
Oct 2 16:45:39 reformationstudios courierpop3login: Connection, ip=[::ffff:69.92.207.127]
Oct 2 16:45:45 reformationstudios courierpop3login: LOGIN FAILED, ip=[::ffff:69.92.207.127]
Oct 2 16:45:45 reformationstudios courierpop3login: LOGOUT, ip=[::ffff:69.92.207.127]