![]() |
Previous | TOC | Next | ![]() |
![]() | Technical document: Linux Mail Server Howto |
| Chapter 3 - Installing Postfix | |
lrwxrwxrwx 1 root root 27 Mar 12 14:27 mta -> /usr/sbin/sendmail.sendmail lrwxrwxrwx 1 root root 23 Mar 12 14:27 mta-mailq -> /usr/bin/mailq.sendmail lrwxrwxrwx 1 root root 28 Mar 12 14:27 mta-newaliases -> /usr/bin/newaliases.sendmail lrwxrwxrwx 1 root root 24 Mar 12 14:27 mta-pam -> /etc/pam.d/smtp.sendmail lrwxrwxrwx 1 root root 23 Mar 12 14:27 mta-rmail -> /usr/bin/rmail.sendmail lrwxrwxrwx 1 root root 26 Mar 12 14:27 mta-sendmail -> /usr/lib/sendmail.sendmailCheck for the postfix equivalents by doing: > locate sendmail.postfix and so on, and, if the postfix equivalent exists, update the link: > ln -sf /usr/sbin/sendmail.postfix mta
mail.* -/var/log/maillogThe "-" is not a typo, but a requirement on linux platforms for mail logging.
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1905/masterNow check that we can send mail to external addresses: > mail [someone]@[somedomain] Check that mail can be sent internally and is being delivered properly: > mail [user] Make sure that you have a Maildir directory for [user]. Otherwise mail will be delivered to the system spool. There is a tool that is bundled with courier-imap for creating maildir directories, but all you really need to do is simply (as the user) create the directory: > su [user]
![]() |
Previous: Chapter 2 - Introduction | TOC | Next: Chapter 4 - Installing authdaemond | ![]() |