cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1729
Views
0
Helpful
2
Replies

Updating rcptaccess from remote

I'm tryin to update rcptacess list from other server using:

# ssh admin@ironport-c600 listenerconfig edit Our_Listener rcptaccess new newdomain.com

but nothing happens, it's not adding newdomain.com to rcptaccess list.

But if I do it from CLI, it works

Welcome to the IronPort C600 Messaging Gateway(tm) Appliance
ironport-c600> listenerconfig edit Our_Listener rcptaccess new newdomain.com

Thanks for any helps.

2 Replies 2

># ssh admin@ironport-c600 listenerconfig edit Our_Listener rcptaccess >new newdomain.com

>but nothing happens, it's not adding newdomain.com to rcptaccess list.


I believe you're missing the "commit".

>

I believe you're missing the "commit".


Hi greg, It's an old posting :)
Finally, I got a lil' script from support, that do something similar like:

-----------------------------------
$ less testcommands
listenerconfig
edit
1
rcptaccess
import
rattable



commit
Updated rat
------------------------------------

Then run it like:

$ cat testcommands | ssh user@ironportbox

Thanks anyway.