Bug #1817
SOGo: can't send mail to external address
Status: | CLOSED | Start date: | 04/08/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 04/08/2013 | |
Assignee: | - | % Done: | 100% | |
Category: | nethserver-sogo | |||
Target version: | v6.4-beta1 | |||
Security class: | Resolution: | |||
Affected version: | v6.4-alpha2 | NEEDINFO: |
Description
It's not possible to send mails to external addresses from SOGo web UI because the standard configuration uses port 25.
Possible fix: use the 587 submission port.
su -s '/bin/bash' -c 'defaults write SOGoSMTPServer 127.0.0.1:587' sogo
Related issues
Associated revisions
sogo-config template: use 127.0.0.1:587 as smtp server. Refs #1817
History
#1 Updated by Giacomo Sanchietti over 8 years ago
- Parent task set to #1818
#2 Updated by Davide Principi over 8 years ago
The fix works.
Submission policy is configured by postfix/SubmissionPolicyType
prop. Any client in /etc/postfix/submission_whitelist
is allowed to bypass the policy. localhost
is there, by default.
See /etc/postfix/submission_whitelist
10localhost -- localhost is allowed to bypass any authorization policy on submission and smtps TCP ports
#3 Updated by Giacomo Sanchietti over 8 years ago
- Status changed from NEW to ON_QA
- Assignee set to Giacomo Sanchietti
- % Done changed from 0 to 50
#4 Updated by Giacomo Sanchietti over 8 years ago
- Status changed from ON_QA to MODIFIED
- % Done changed from 50 to 100
Done.
#5 Updated by Davide Principi over 8 years ago
- Due date set to 04/08/2013
- Start date set to 04/08/2013
- Estimated time set to 1.00
- Parent task deleted (
#1818)
#6 Updated by Davide Principi about 8 years ago
- Status changed from MODIFIED to CLOSED