Click to See Complete Forum and Search --> : ssmtp install ?


neotrace
08-15-2002, 02:44 PM
I'm getting an make error on my RH 7.3 box that goes as follows:

make
cc -o ssmtp -Wall -O2 -DSYSLOG -DREWRITE_DOMAIN ssmtp.o /lib/automode.o
cc: /lib/automode.o: No such file or directory
make: *** [ssmtp] Error 1

I couldn't find much at all on "automode.o" so any help would be great!

Package can be picked up here: http://mirror.mcs.anl.gov/cygwin/release/ssmtp/ssmtp-2.38.7-3-src.tar.bz2

mdwatts
08-15-2002, 03:37 PM
Anything listed on their site about the requirements?

I cannot find automode.o on my system either.

mdwatts
08-15-2002, 03:41 PM
It say it requires http://alpaca.mcs.anl.gov/cygwin/release/_update-info-dir/

neotrace
08-15-2002, 03:41 PM
There's not really any support for this anymore from what i can determine, it just aggervates me since i used it forever before my drive crashed and i don't recall having this problem w/RH 7.2

neotrace
08-15-2002, 04:04 PM
found the right one here: ftp://metalab.unc.edu/pub/Linux/system/mail/mta/

it works :)

mdwatts
08-15-2002, 05:05 PM
Your quite welcome. Always glad to help...

neotrace
08-15-2002, 05:23 PM
well it's installed and runs but i'm getting this error message when attempting to send a message:
sendmail sreese@domain.com -s "subject" mailmessage

sendmail: 501 <root@/usr/local/sbin/ssmtp>... Sender domain must exist

neotrace
08-19-2002, 05:39 PM
anyone?