PDA

View Full Version : mail server not letting email leave server


kipper3d
11-25-2007, 08:35 PM
Hello,

I am having a problem since we decided to use google apps to handle our email instead of our interworx mail server system.

Heres the problem:

domain1.com and domain2.com on serverA

domain1.com now has MX records pointing to google's mail server.

email from domain2.com to domain1.com no longer reach their destination.

However, remotedomain.com can send email to domain1.com just fine.

It appears even though we have removed all the email accounts of domain1.com on serverA. ServerA still catches any email for local accounts.

How can we avoid this? Other than moving the domain1.com to another server?

Thanks!

John

IWorx-Paul
11-25-2007, 11:46 PM
You have to remove domain1.com from the server's mail system by running this command:

/var/vpopmail/bin/vdeldomain domain1.com

Note that this will delete any remaining mail configuration for the domain from the server entirely.

Paul

kipper3d
11-26-2007, 10:12 AM
Thanks Paul.

I tried the command, but its still not working. Is there anything I need to restart?

IWorx-Paul
11-26-2007, 12:53 PM
No, that should be it. Try checking the /var/log/send/current log while sending from someone@domain2.com to someone@domain1.com.

Paul

kipper3d
01-02-2008, 10:40 PM
Hello Paul,

I went to use /var/vpopmail/bin/vdeldomain on another interworx server and it doesnt exists.

InterWorx-CP v3.0.3

Thanks

IWorx-Paul
01-02-2008, 11:28 PM
Really? That's odd. If it's a really old install it may be under /home/vpopmail instead, check there.

Paul

kipper3d
01-03-2008, 09:12 AM
Yep had this server since the beginning.

/home/vpopmail/bin/vdeldomain

Thanks!