Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1833 closed defect (fixed)

Contact form broken

Reported by: oracle@… Owned by: hobu
Priority: high Milestone:
Component: Documentation - mapserver.org Version: unspecified
Severity: normal Keywords:
Cc:

Description

Submitting a comment results in "Unable to send mail: (146, 'Connection refused')". 

On a side note, it would be a Good Thing to also publish an e-mail address on
the contact page, obfuscated if need be to foil the harvesters.

Change History (2)

comment:1 by hobu, 18 years ago

Resolution: fixed
Status: newclosed
mail server on the machine wasn't up at the time this happened.  Should be good now.

comment:2 by oracle@…, 18 years ago

for i in syslogd sshd sendmail httpd mysqld proftpd [...]
do 
  up=`pgrep $i`
  if [ -z "$up" ]
  then
    # /sbin/service $i restart
    # /etc/init.d/$i restart
    /usr/bin/logger "$i restarted by watchdog"
  fi
done

cron */5 * * * * and forget :)


Note: See TracTickets for help on using tickets.