General
Enable logging
This option enables the logging. If logging is disabled, nothing will be logged except for errors.
Application
The application log contain major server events, such as server start, stop and message delivery information.
SMTP conversation
The SMTP conversation log contains SMTP communication that hMailServer makes. Both when hMailServer acts as a SMTP client (when delivering) and when hMailServer acts as a SMTP server (when receiving).
POP3 conversation
The POP3 conversation log contains POP3 communication that hMailServer makes. Both when hMailServer acts as a POP3 client (when downloading messages from external servers) and when hMailServer acts as a POP3 server (when email clients downloads messages from hMailServer).
IMAP conversation
The IMAP conversation log contains IMAP communication that hMailServer makes.
TCP/IP
The TCP/IP log contains TCP/IP events, such as DNS queries, connection opening and closing etc.
Debug messages
The Debug messages log contains low level messages. Debug logging should only be turned on when troubleshooting.
AWStats
The AWStats log (saved in hmailserver_awstats.log) contains SMTP delivery events formatteded for
AWstats.
In the AWstats configuration, the following settings should be used:
LogFormat="%time2 %email %email_r %host %host_r %method %url %code %bytesd"
LogSeparator="\t"
LogType=M
Keep files open
This setting lets you specify whether hMailServer should keep log files open inbetween writes. The default log writing behavior in hMailServer is that whenever hMailServer should append something to a log file, the file is open, written to and after that closed. This means that any data hMailServer writes to the file is flushed immediately. If there are a lot of small writes to the log files, this may be bad for performance.
If you configure hMailServer to keep log files open, Windows will buffer data being sent to the log file. This may dramatically improve log file performance. The downside is that the log files can not be deleted while they are open. When hMailServer has finished writing to a log file (in the case of the normal log files, this happens at midnight when a new file name is generated), hMailServer will close the file and the file can be deleted.