ClearFoundation Tracker - ClearOS
View Issue Details
0007361ClearOSapp-smtp - SMTP Serverpublic2016-02-19 08:152020-11-13 06:04
bchambers 
NickH 
normalminorhave not tried
closedfixed 
7.2.0 
 
0007361: Possible to have Postfix listen on localhost only
Only the app-mail-routing modifies postifx main.cf with:

/usr/sbin/postconf -e "inet_interfaces = all"

If app-mail-routing is not installed, Postfix listens only on localhost.

Zarafa pulls in app-mail-routing as a dependency...no other app???

I think if you install app-smtp (not app-smtp-core), it should run:

/usr/sbin/postconf -e "inet_interfaces = all"

No?
No tags attached.
Issue History
2016-02-19 08:15bchambersNew Issue
2016-02-19 08:32user2Note Added: 0002631
2016-02-19 08:33user2Statusnew => confirmed
2016-02-19 08:53bchambersNote Added: 0002641
2020-11-13 06:04NickHNote Added: 0015091
2020-11-13 06:04NickHStatusconfirmed => closed
2020-11-13 06:04NickHAssigned To => NickH
2020-11-13 06:04NickHResolutionopen => fixed

Notes
(0002631)
user2   
2016-02-19 08:32   
The mail antispam, antivirus, and greylisting apps (Kaspersky, ClamAV, SpamAssassin, Postgrey) also pull in that app-mail-routing dependency (indirectly via the app-mail-filter dependency). That covers the case where the SMTP server is used as a mail gateway. If an end user just has SMTP installed (no IMAP, no AV, no Antispam, etc.), then it's considered an outbound only server (e.g. something that a web server app like Wordpress could use).

I guess there's a use case where an end user would only use ClearOS as a pure SMTP outbound mail server. Unusual, but certainly possible.
(0002641)
bchambers   
2016-02-19 08:53   
Use case where this was an issue is that he wanted printer/fax machine to be able to send mail out via the server...that's it.

Sounds like we need to expose parameter on Postfix config.
(0015091)
NickH   
2020-11-13 06:04   
Migrated to https://gitlab.com/clearos/clearfoundation/app-smtp/-/issues/15 [^]