Boutique: Difference between revisions
Appearance
No edit summary |
Flag as outdated (client review pass) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{Outdated|reason=Old Technology and Customer But Relevant for Understanding|date=2026-07}} | |||
[[category:Qmail]] | [[category:Qmail]] | ||
[[category: | [[category:Boutique]] | ||
== Qmail -587 port activation == | == Qmail -587 port activation == | ||
Latest revision as of 15:59, 25 July 2026
This is an Old / Outdated Article, Please use this only as technical Reference
Reason: Old Technology and Customer But Relevant for Understanding
Flagged: 2026-07
Qmail -587 port activation[edit]
vi /etc/shorewall/rules
Add
ACCEPT net fw tcp 1433,3389,9101,9102,9103,110,80,587
shorewall clear ; shorewall start
cd/var/qmail/supervise/
mkdir qmail-smtpd-587
cd qmail-smtpd-587/
cp -pvr ../qmail-smtpd/run .
vi run
change smtp to 587
mkdir log
cd log/
cp -pvr ../../qmail-smtpd/log/run .
vi run
change qmail-smtpd to qmail-smtpd-587
mkdir -p /var/log/qmail/qmail-smtpd-587
chown qmaill.nofiles -R /var/log/qmail/qmail-smtpd-587
ln -s /var/qmail/supervise/qmail-smtpd-587 /service/
Checking via
ls -al /service/
ps -ef
tailf /var/log/qmail/qmail-smtpd-587/current | tai64nlocal
telnet localhost 587