You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: