Quote:
|
Originally Posted by mzo
Any idea on how I want to change it to server.b.b.b?
|
Have you changed the hostname in /etc/hostname?
echo server1.example.com > /etc/hostname
/bin/hostname -F /etc/hostname
Quote:
MZO : I see many email fail delivery on previous domain in /var/log/maillog. All still in queu and keep trying to send again. How I want to remove these previous domain email ?
Sample my maillog in /var/log
Feb 10 09:26:12 server postfix/qmgr[7395]: 94FE62EEBA1: to=<mohdlokman@213-239-203-47.clients.your-server.de>, orig_to=<mohdlokman@puspakom.strangled.net>, relay=none, delay=51025, status=deferred (delivery t
emporarily suspended: connect to 213-239-203-47.clients.your-server.de[213.239.203.47]: Connection timed out)
Feb 10 09:26:12 server postfix/qmgr[7395]: 94FE62EEBA1: to=<mohdzaki@213-239-203-47.clients.your-server.de>, orig_to=<mohdzaki@puspakom.strangled.net>, relay=none, delay=51025, status=deferred (delivery tempo
rarily suspended: connect to 213-239-203-47.clients.your-server.de[213.239.203.47]: Connection timed out)
Feb 10 09:26:12 server postfix/qmgr[7395]: 43A772EEB9E: to=<ahmad@213-239-203-47.clients.your-server.de>, orig_to=<ahmad@puspakom.net.ms>, relay=none, delay=79271, status=deferred (delivery temporarily suspen
ded: connect to 213-239-203-47.clients.your-server.de[213.239.203.47]: Connection timed out)
I'm not using puspakom.net.ms and already remove the puspakom.net.ms in ispconfig but it still exist in the system. Please advise.
|
You can delete messages from your mailqueue with the "postsuper" command. To empty the complete mailqueue, execute the command:
postsuper -d ALL