View Single Post
  #180 (permalink)  
Old 10-17-2009, 09:04 PM
chewitt chewitt is offline
Active Member
 
Posts: 30
Default

well.. you've added a new problem by changing the config to use the "copy archive to external host" function which is failing to connect over SSH. The script is attempting key based auth but you've either not got a key or the right type of key (rsa in your current config) installed. There are plenty of FAQ/HOWTO's on setting up key-based SSH auth, you just need to get that working so you can use SCP from the shell.

and sendmail based "mail" still doesn't work. I suggest you experiment with some manual testing of "mail" using the -v (verbose) option to see the SMTP dialogue. Sendmail Error 69 means "resource unavailable" ..the question is which resource? ..the SMTP dialogue might shed some light on that.

Last edited by chewitt; 10-17-2009 at 09:10 PM..
Reply With Quote