Thread: closing port 25
View Single Post
  #2 (permalink)  
Old 08-24-2008, 11:12 AM
irfan irfan is offline
Zimbra Employee
 
Posts: 39
Default

I am not sure the entire process to achive the goal, but I think modifying zimbraSmtpPort will help you.

su - zimbra
zmprov gs `zmhostname` |grep zimbraSmtpPort

You can modify it with:
zmprov ms `zmhostname` zimbraSmtpPort "<value>"

Or empty it:
zmprov ms `zmhostname` zimbraSmtpPort ""

zmcontrol stop
zmcontrol start
__________________
- Irfan



Reply With Quote