By dyno
HI We are having issues with mail delivery from our website as the exchange server is hosted with 3rd party , the suggestion is that we turn off the local mail delivery at the server , I cannot find this setting please can you help. I have set all what I could do . Can some one help . Cheers
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
the suggestion is that we turn off the local mail delivery at the server
I’m assuming you don’t know which MTA you’re using. On the command line, run telnet localhost 25. It should come back with a 220 header. This would generally tell you the MTA you’re using (hit cntl-] and type close to exit):
service <name> stop..
To disable its startup, look for a corresponding script in /etc/init.d and delete it. update-rc.d <name> remove may work, too, but I understand update-rc.d enough yet to know.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.