Postfix: queue management commands
Here are some postfix queue management commands that I find myself using regularly (on an Ubuntu server):
- Read more about Postfix: queue management commands
- Log in to post comments
Here are some postfix queue management commands that I find myself using regularly (on an Ubuntu server):
While trying to debug a postfix authentication issue in Debian 6, I had to use testsaslauthd to test things out:testsaslauthd -s smtp -u foo@example.com -p test
only to get the following error:connect() : No such file or directory 0
This is apparently because a lot of people (and authors) follow the same guide for configuring postfix and saslauthd. One of the steps missing is to symlink and saslauthd directory to a location within postfix. To fix:
I just finished setting up postfix on a Debian 6 machine. All is peachy. However, when I checked my mail logs to see how things were going I noticed a number of entries for messages being sent from smmsp@example.com to root. Checking root's mail led to messages with the following content:/usr/share/sendmail/sendmail: line 880: /usr/sbin/sendmail-msp: No such file or directory