此内容没有您所选择的语言版本。
5.3.2. Postfix
To configure postfix correctly, run the following commands as root.
- Create a symbolic link allowing postfix to run the notification enqueuer with the following command:
ln -s /usr/bin/ack_enqueuer.pl /etc/smrsh/.
# ln -s /usr/bin/ack_enqueuer.pl /etc/smrsh/.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Edit the
/etc/aliases
file on the mail server and add the following line:rogerthat01: "| /etc/smrsh/ack_enqueuer.pl"
rogerthat01: "| /etc/smrsh/ack_enqueuer.pl"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Ensure the following line exists in your
/etc/postfix/main.cf
file and change:inet_interfaces = all
inet_interfaces = all
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Process the alias with the following command:
newaliases
# newaliases
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Restart postfix:
service postfix restart
# service postfix restart
Copy to Clipboard Copied! Toggle word wrap Toggle overflow