Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Error, email not added #6

Open
kalingaa opened this issue Sep 21, 2018 · 3 comments
Open

ERROR: Error, email not added #6

kalingaa opened this issue Sep 21, 2018 · 3 comments

Comments

@kalingaa
Copy link

iRedMail v0.9.8, v0.9.1 (MySQL) Centos 7.5.1804

When trying to add a email via command line "ERROR: Error, email not added", the command line works fine for password changes, listing domains, adding a new domain.

but error comes when trying to add a new email

email-manage.py -a -d test.com
Domain added

email-manage.py -w -m [email protected]
ERROR: Mailbox [email protected] not exist

email-manage.py -a -m [email protected]
ERROR: Error, email not added

server works fine with iRedadmin, but only the command line is not working.

@kadet77rus
Copy link

I have same problem.
Strace output in archive
str_test.zip

@kadet77rus
Copy link

SQL column "mailbox.local_part" will be removed in upcoming iRedMail release, please don't use it. If you really need username part of the email address, use SQL function like 'SUBSTRING_INDEX()' instead.

@kadet77rus
Copy link

kadet77rus commented Aug 8, 2019

delete 271 stroke, 281 and delete "local_part" in 282 stroke - it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants