Notifications
Clear all

Carbonio OSE Relay MTA


jmaxwell123
(@jmaxwell123)
Joined: 2 months ago
Posts: 2
Topic starter  

I've tried to scour the docs and the setup for a way to configure an outgoing RELAY MTA.  I can't figure out where that might be set.  That seems to me to be a very necessary thing in today's mail environment.  Any help and direction would be greatly appreciated.


dominix liked
Quote
Md. Shariful Islam
(@sharif)
Admin
Joined: 1 year ago
Posts: 169
 
Posted by: @jmaxwell123

I've tried to scour the docs and the setup for a way to configure an outgoing RELAY MTA.  I can't figure out where that might be set.  That seems to me to be a very necessary thing in today's mail environment.  Any help and direction would be greatly appreciated.

Hi,
I just talked to one of our DEV team members. They assured us that the usage of this feature is being reviewed. We plan to add this feature in our upcoming releases. Till then please stay tuned with us. Do let us know your opinion about other features.
 
BTW, did you try the CLI to set this. Let me give you some help,
To Check Existing Settings:
zextras@mail:~$ carbonio prov gs mail.example.com | grep zimbraMtaRelayHost

To Modify Settings:
zextras@mail:~$ carbonio prov ms mail.example.com zimbraMtaRelayHost mail.test.com

#Result#
zextras@mail:~$ carbonio prov gs mail.example.com | grep zimbraMtaRelayHost
zimbraMtaRelayHost: mail.test.com

 

Thanks and regards,

Sharif


fathibn liked
ReplyQuote
dominix
(@dominix)
Joined: 10 years ago
Posts: 103
 
Posted by: @jmaxwell123

I've tried to scour the docs and the setup for a way to configure an outgoing RELAY MTA.  I can't figure out where that might be set.  That seems to me to be a very necessary thing in today's mail environment.  Any help and direction would be greatly appreciated.

you're absolutely right this is a MUST Have config option, most of the internet connexions doesn't allow wide acces to distant port 25. 

I am hallucinating that this option simply disappear, I did not realize till you mention this point, may be because my tests server are installed from the previous install or previous interface with was way more complete. 

still, you can use the remnant zmprov (or now carbonio) command to set the config variables  zimbraMtaFallbackRelayHost and zimbraMtaRelayHost to whatever is significant to you to use as a relay.

su - zextras

carbonio modifyServer $HOSTNAME zimbraMtaRelayHost  11.22.33.44 zimbraMtaFallbackRelayHost 22.33.44.55

 

Hurry up @ZEXTRAS, fix this ASAP please.

 

This post was modified 2 months ago by dominix

fathibn liked
ReplyQuote
jmaxwell123
(@jmaxwell123)
Joined: 2 months ago
Posts: 2
Topic starter  

This worked for me.  Thank you!  I'd sure like to see a more complete admin interface.  Some of us don't do command line unless it's a last resort.  Ease of use is a great selling point.  I'm looking forward to the upgrades.


ReplyQuote