- Apache (9)
- DNS / BIND (2)
- General Linux (7)
- Mail (8)
- Postfix (1)
- Qmail (4)
- Sendmail (3)
- MySQL (7)
- News (1)
- Other (2)
- Perl (1)
- PHP (5)
- Plesk (13)
- Redhat Linux (8)
- Ruby (1)
- Scripts (4)
- Security (4)
- iptables (2)
TopicNavigationUser login |
Making vacation work with SendmailBy default, vacation will not work properly with sendmail... you'll see errors such as the following: "|/usr/bin/vacation username"
(reason: Service unavailable)
(expanded from: email_address)
----- Transcript of session follows -----
451 4.0.0 putbody: write error: Broken pipe
smrsh: "vacation" not available for sendmail programs (stat failed)
554 5.0.0 Service unavailable
The fix to this is simple... sendmail can only access executables within /etc/smrsh (for security reasons), so you just need to do: ln -s /usr/bin/vacation /etc/smrsh/vacation |
Linux JournalSlashdot |