Views:

Before you begin

Configure the following parameters:
  • proxy_smtp_server_ip
  • proxy_pop3_server_ip
  • smtp_allow_client_ip
  • downstream_smtp_server_addr
  • downstream_smtp_server_port
After configuring the parameters , do the following to verify the configuration:

Procedure

  1. Restart the IMSS daemon using the following command:
    <IMSS install path>/imss/script/S99IMSS restart
  2. Use the following commands to check the daemon service listening port.
    # netstat –ltpn|grep 10025
    #netstat –ltpn|grep 110
  3. Send an email message from an IP address in the smtp_allow_client_ip list to the daemon IPv4/IPv6 SMTP port.
    The email message should successfully send.
  4. Send an email message from an IP address not in the smtp_allow_client_ip to the daemon IPv4/IPv6 SMTP port.
    The email message should be rejected.
  5. Receive the email message from the daemon IPv4/IPv6 POP3 port.
    The email message should be recieved.
IMSS 9.1 Patch 1 IPv6 support is correctly configured.