mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 09:55:58 +03:00
[GH-ISSUE #797] Error: LOGIN command error: BAD ['Missing \'"\''] #710
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#710
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 @ezhishui on GitHub (Dec 2, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/797
I logged in as a simpleuser,i see Error: LOGIN command error: BAD ['Missing '"''] when i click webmail.
The var/logs/mail.err :ubuntu dovecot: lmtp(2885): Fatal: Error reading configuration: Invalid settings: postmaster_address setting not given
what it means?
@tonioo commented on GitHub (Dec 2, 2015):
Hi,
looks like your Dovecot configuration is not complete. Have you installed Modoboa using the installer ?
@ezhishui commented on GitHub (Dec 2, 2015):
Hi,
thanks for helping me so quickly,i installed modoboa according to the user guide which is for lazy ones.
Maybe i need to reinstall modoboa?
@tonioo commented on GitHub (Dec 2, 2015):
No, but please try to add the postmaster_address setting into the /etc/dovecot/conf.d/20-lmtp.conf file as follows:
@ezhishui commented on GitHub (Dec 2, 2015):
Thank you very much,i still have a few questions what confused me.
1、It seems that most responses respond very slow.Such as when i click List Identities i need to wait for about 5s.
2、If i want to reinstall modoboa,the old one has installed nginx and the other modules.Need i delete these modules?
thanks
@tonioo commented on GitHub (Dec 2, 2015):
About the response time, I can't tell you what's going on like that. Maybe your server requirements are too small, maybe DEBUG mode is activated inside settings.py and so on.
The reinstallation process will depend on the current installation age
@ezhishui commented on GitHub (Dec 2, 2015):
you are great!