Author Topic: New updats+SSL+Email Alias+webservers  (Read 5196 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
New updats+SSL+Email Alias+webservers
« on: December 17, 2018, 01:12:50 PM »
Hello

After update alias emails does not forward emails.
And I can not create new ssl for new subdomains.
I can not change webservers easily too.

Thanks
« Last Edit: December 17, 2018, 01:44:57 PM by yeknafar »
I love CWP

Offline
***
Re: New updats+SSL+Email Alias+webservers
« Reply #1 on: December 19, 2018, 04:24:09 AM »
What is the result of the command (as root)..??:
# postmap -q alias@yourdomain.com mysql:/etc/postfix/mysql-virtual_alias_maps.cf

Obviously, replace "alias@yourdomain.com" with your real alias.

Regards,
Netino

Offline
*
Re: New updats+SSL+Email Alias+webservers
« Reply #2 on: December 20, 2018, 11:17:58 AM »
Thank you for your reply. I do not know why it foes not give any result.
I love CWP

Offline
***
Re: New updats+SSL+Email Alias+webservers
« Reply #3 on: December 21, 2018, 03:09:42 AM »
It does not give any result because the alias is not found in table 'alias' from database 'postfix' in mysql.
When it finds an alias, it returns its pointing.

May be you drop that alias..??
Try to recreate any other alias, and check if is working.

Check your '/var/log/maillog' file for error messages, with the folloing command:
# egrep --color '(warning|error|fatal|panic):' /var/log/maillog