Applicable to:
- Plesk for Linux
Symptoms
-
Recreating a subscription stall while creating the mail accounts.
-
Enabling the mail service after creating the subscription fails with the following error:
PLESK_ERROR: mailmng-outgoing failed: ERROR:__main__:column name is not unique
-
Applying the solutions from KB articles https://support.plesk.com/hc/en-us/articles/12389292223383 and https://support.plesk.com/hc/en-us/articles/12377848712599 didn't solve the issue.
Cause
The outgoing mail control database already contains records about the subscription with the same name.
Resolution
-
Connect to the server via SSH
-
Reconfigure mail subsystem:
# plesk repair mail
-
Create the subscription or enable the mail service.
In case the issue persists, try manually deleting the record associated with the subscription with the issue:
# /usr/local/psa/admin/bin/mailmng-outgoing --remove-subscription --main-domain-name=example.com
Comments
0 comments
Please sign in to leave a comment.