This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

./appro-mail not running on DM368IPNC

Hi,

I am trying to run appro-mail application in DM368IPNC but i am getting the following output.

# ./appro-mail -t
queue id:0
./esmtp user@domain.com.com -f user@domain.com -C /tmp/.esmtprc -X /tmp/log.txt
opening config file /tmp/test.cfg

===CFG: total 1 files===
 1. /tmp/123.txt
SMTP server problem No route to host

Are there any settings which i am missing.

Thanks and Regards,

Mayank

  • I think you must check system settings:
    - network settings: default gateway
    - if you set SMTP-server in printable view, e.g. smtp.domain.com, you must have DNS-server address in /etc/resolv.conf
    - if you haven't DNS-server you can write ip-address and SMTP-server name in /etc/hosts

  • Dear Sir,

    We reviewed the command such as follow and it is the default SMTP setting.

    # ./appro-mail -t
    queue id:0
    ./esmtp user@domain.com.com -f user@domain.com -C /tmp/.esmtprc -X /tmp/log.txt
    opening config file /tmp/test.cfg

    Please modify the setting about SMTP base on your real local side and then try it again.

    For example

    # ./appro-mail -t
    queue id:0
    ./esmtp lisa@appropho.com -f mark@appropho.com -C /tmp/.esmtprc -X /tmp/log.txt
    opening config file /tmp/test.cfg

    ===CFG: total 1 files===
     1. /tmp/123.txt

     

     

    Best Regards,

    Appro Support Team