[BlueOnyx:05010] Re: disable all email

Ken - Precision Web Hosting, Inc kenlists at precisionweb.net
Thu Jul 8 14:05:10 -05 2010


----- Original Message ----- 
From: Bret Hughes
To: BlueOnyx General Mailing List
Sent: Thursday, July 08, 2010 11:32 AM
Subject: [BlueOnyx:05009] Re: disable all email


Yeah is what I have been doing and that works for the most part.  I was 
really hoping someone could tell me where to do this programatically so I 
did not  have to do it for 140+ sites.

Thanks.

Bret

Dogsbody wrote:
Site name www.mydomain.com has an Email Server Alias of mydomain.com


Sorry, but why not just remove the Mail server Alias from the GUI!?

This is what I do, yes you will have the same problem if your website
tries to send mail as user at www.example.com but user at example.com should
then work based on MX records.

Dan
_______________________________________________
Blueonyx mailing list
Blueonyx at blueonyx.it
http://www.blueonyx.it/mailman/listinfo/blueonyx




_______________________________________________

cmodvsite in a perl script might work.

To add the aliases I use
system("/usr/sbin/cmodvsite --fqdn $fqdn -e $domainname,mail.$domainname ");

Possibly to delete them the line below would work.
system("/usr/sbin/cmodvsite --fqdn $fqdn -e ");

----
Ken M
Precision Web Hosting, Inc.
http://www.precisionweb.net






More information about the Blueonyx mailing list