Hi Wylie,
I guess it could be related with dovecot. From some reason it does not start me properly from god.
try to check this workaround:
kill dovecot first and then run dovecot manually from the console.
#god stop dovecot
#dovecot -c /etc/dovecot.conf
if dovecot run with proper conf file the processes should be listed:
# ps ax | grep dovecot
1926 ?? Ss 0:00.04 /usr/local/sbin/dovecot -c /etc/dovecot.conf
27483 ?? S 0:00.04 dovecot/log
26343 ?? S 0:00.03 dovecot/anvil
14303 ?? S 0:00.07 dovecot/config
6610 ?? RN 0:01.66 dovecot/ssl-params
then you should be able to login webmail and run all other mail services.
Cheers
David
I'm pretty the error was due to Postfix not hooking into Mysql correctly. Also had to create user/database for "sqlgrey." Once I got everything tied into MySQL it's all working correctly now.
Sending email works perfectly, however it seems any inbound email is being rejected lol.. Next on the things to troubleshoot haha.