At this point our mailserver is ready except for spam filtering. You can reboot to check if all your startupscripts in /etc/rc.conf and /usr/local/etc/rc.d/ are working . Test using sockstat -4. These should be there, apart from ssh and stuff
[root@ganesha]/root>sockstat -4
dovecot imap-login 38707 0 tcp4 *:143 *:*
dovecot imap-login 38707 1 tcp4 *:993 *:*
dovecot imap-login 38695 0 tcp4 *:143 *:*
dovecot imap-login 38695 1 tcp4 *:993 *:*
dovecot imap-login 38674 0 tcp4 *:143 *:*
dovecot imap-login 38674 1 tcp4 *:993 *:*
dovecot pop3-login 645 0 tcp4 *:110 *:*
dovecot pop3-login 645 1 tcp4 *:995 *:*
clamav clamsmtpd 35740 3 tcp4 *:10025 *:*
root master 35207 11 tcp4 *:25 *:*
root master 35207 98 tcp4 127.0.0.1:10026 *:*
Your server is all ready for use. For adding a mail user simply add a unix user.
I will cover procmail, bogofilter and training bogofilter later:)
Feedback on the how-to re doubts, troubleshooting or any gaping holes is most welcome to
postfix AT bsdinn.com
Prev
SB05