Control Web Panel

WebPanel => Updates => Topic started by: yeknafar on December 17, 2018, 01:12:50 PM

Title: New updats+SSL+Email Alias+webservers
Post by: yeknafar 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
Title: Re: New updats+SSL+Email Alias+webservers
Post by: Netino 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
Title: Re: New updats+SSL+Email Alias+webservers
Post by: yeknafar on December 20, 2018, 11:17:58 AM
Thank you for your reply. I do not know why it foes not give any result.
Title: Re: New updats+SSL+Email Alias+webservers
Post by: Netino 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