- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category Notifications → Email
- Assigned To No-one
- Operating System Linux
- Severity Medium
- Priority Very Low
- Reported Version 1.0-rc
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2343 - Notification mail
Good Morning,
I have this message error when I want configure SMTP Server :
Completely unexpected exception: Connection could not be established with host 192.168.0.10 [Permission denied #13]
This should never happend, please inform Flyspray Developers
My flyspray installs on CentOS v7. Postfix installs on the server but I don’t configure anymore.
Can you help me please
Julia LECLERC
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I assume 192.168.0.10 is the address of another server, not the IP of the server with Flyspray?
Maybe this?
I googled Permission denied #13 and this is the first hit:
https://wiki.apache.org/httpd/13PermissionDenied
It seems CentOS v7 changelog ( https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7 ) tells something about SELinux changes:
My problem is solved. I have just typed this command line : setsebool -P httpd_can_network_connect 1
Then I tested the mail notification on flyspray and I received the mail in my mailbox.
In the case SMTP server I typed the FQDN (server_name.domain.fr) of my mail server.
Thank you so much for your help !