mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1539] Bad smtp connection time #1211
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1211
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @makakken on GitHub (Jul 19, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1539
Impacted versions
Steps to reproduce
Install Modoboa on a cloud node and setup MX records in DNS, go to mxtoolbox.com and SMTP:xxx.xxx.xxx.190 test your mailservers ip
Current behavior
Expected behavior
No Warnings. A hint in Documentation for Installation Requirements would be nice too.
( 1cpu? 2gb ram? is that enough? i've doubled, but still have same problem)
Video/Screenshot link (optional)
@tonioo commented on GitHub (Jul 19, 2018):
@makakken I'm not sure to understand what the problem is. Are you complaining about the connection time being too long?
@Toniob commented on GitHub (Jul 20, 2018):
Hi,
The modoboa installer enables postscreen by default : http://www.postfix.org/POSTSCREEN_README.html .
It activates several features against bots, but with a cost of a small delay during the connection (which is not a problem, email being asynchronous).
If you want to get rid of the warning, just disable postscreen. But then, be prepared for dumb bots to spam your server. It's your choice.
@makakken commented on GitHub (Jul 20, 2018):
@tonioo yes ;) i had some problems connecting from apple mail via smtp.
@Toniob Thanks for pointing that out. Maybe we could add this to documentation?
So, it's not a bug, it's a feature. good to know.
@makakken commented on GitHub (Jul 20, 2018):
/close