aniyan.rajan6 wrote:
So as I have already entered a value for "Virtual Domain", you want me to change the Server's Hostname and then update it in "myhostname" in Postfix main.cf. Am I correct ?
You can try another way: remove "$myhostname" from "mydestination" setting. For example:
*) Original setting in iRedMail should looks like this:
mydestination="$myhostname, localhost, localhost.localdomain, localhost.$myhostname"
*) You can simply remove "$myhostname" in it. The final value looks like this:
mydestination="localhost, localhost.localdomain, localhost.$myhostname"
Then reload or restart Postfix service.