hi, have installed esmtp , libesmtp manually in system (ubntu). have configured esmtprc file too, not able send mail. returns no error.
hostname=smtp.gmail.com:587
username=""
password=""
starttels=enabled
mda="/usr/bin/procmail -d %t"
have installed software in way.
$ tar xvjf libesmtp-1.0.4.tar.bz2 $ cd libesmtp-1.0.4 $ ./configure --prefix=/usr/local $ make $ sudo make install $ cd .. $ tar xvjf esmtp-0.6.0.tar.bz2 $ cd esmtp-0.6.0 $ ./configure --prefix=/usr/local --with-libesmtp=/usr/local $ make $ sudo make install
when running command esmtp send mail. returning "no error"
$echo "hello" | esmtp priyaranjan@silvanlabs.com -f priyaranjan@silvanlabs.com -c /etc/esmtprc
$no error
please send me solution , how make work properly.
--
thanks & regards,
priyaranjan
system design engineer
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] esmtp command returning "No Error" message..how to solve it
Ubuntu
Comments
Post a Comment