iredmail-cli icon indicating copy to clipboard operation
iredmail-cli copied to clipboard

ERROR: Error, email not added

Open kalingaa opened this issue 6 years ago • 3 comments

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.

kalingaa avatar Sep 21 '18 03:09 kalingaa

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

kadet77rus avatar Aug 08 '19 12:08 kadet77rus

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 avatar Aug 08 '19 12:08 kadet77rus

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

kadet77rus avatar Aug 08 '19 12:08 kadet77rus