List wrote:
I am using the lastest which is 0.7.9 but i dont seem to log anything to maillog.
I believed vpopmail is properly configure.
$ ./configure --enable-roaming-users --enable-learn-passwords --enable-domainquotas --enable-logging=v
But it is still not logging.
Figure out where Syslog is logging your MAIL facility. Perhaps it's not maillog. T
he configuration above will log to the MAIL facility.
In /etc/syslog.conf
It says :-
# Log all the mail messages in one place. mail.* /var/log/maillog
Is there any other place i should look into?