I was trying to reconfigure my settings in virtualmin and webmin to solve a problem with outgoing email (which suddenly began bouncing back with MX failure message last week) and in the process changed settings in postfix configuration to the point that nothing at all works.
what are the proper config settings?
Code:
mydestination = $myhostname localhost.$mydomain
or
Code:
mydestination = $myhostname, localhost.$mydomain, example.com
Also what is the proper syntax for virtual domain mapping?
And for mail aliases?
I've tried several variations.
alternately, is it possible to completely delete postfix from my server via shell (or virtualmin) and start over with a fresh, default configuration?