Search results

  1. D

    Add a list to domains to Relay and Transports in bulk mode

    Hi Stoiko, We find how to do this. For the Transport option: You have to fill the file domains.txt then execute: cat domains.txt| while read i; do pmgsh create /config/transport -domain $i -host <ip> -port 25 -protocol smtp -use_mx 1; done and for the Relay option: cat domains.txt| while...
  2. D

    Add a list to domains to Relay and Transports in bulk mode

    Hi, We need to add lots of domains (almots 500 domains) to Relay configuration list and Transports (some of them with different ips). There is a way to add this with command line? We try adding the domains to /etc/pmg/domains, but its not working. Any one can help us? Regards Edit: we...