LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Zimbra Mail Server (https://www.linuxquestions.org/questions/linux-server-73/zimbra-mail-server-900550/)

kihahu 09-01-2011 06:51 AM

Zimbra Mail Server
 
A few days ago, I was having issues sending mail to external domains while using mobiles devices.While trying to resolve the problem, I came across
Code:

http://wiki.zimbra.com/wiki/Outgoing_SMTP_Authentication
and decided to implement
Code:

zmprov ms server.domain.com zimbraMtaRelayHost mailrelay.example.com
Now I need to reverse the above because none of my mails are going to other domains!!!!
Any help will be highly appreciated.

kihahu 09-01-2011 11:45 AM

I've managed to solve the problem albeit temporarily by editing main.cf . It seems to work until I restart the service

jrw3319 09-02-2011 10:30 AM

If you just want to reverse what you have done you should be able to run:
Code:

zmprov ms server.domain.com zimbraMtaRelayHost ""
This would permanently clear the value you had set. The main.cf Postfix file gets recreated each time the Zimbra services start up.

If you continue to have issues you might want to consider posting on the Zimbra forums. They are very active and have a lot of very knowledgeable users.


All times are GMT -5. The time now is 06:07 AM.