View Single Post
  #182 (permalink)  
Old 10-18-2009, 01:11 AM
borngunners borngunners is offline
Advanced Member
 
Posts: 191
Default

Quote:
Originally Posted by chewitt View Post
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.
I will read on the key based authentication. I believe that should be straight forward.

Quote:
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.
Now, I am not sure if installing and stopping sendmail is the cause for the error message. But, I did install sendmail and stopped the service from running as adviced because it will grab port 25 which zimbra is already using. Please advice. Also, can you give me an example of the manual testing using the -v command. I am fairly new with linux command line. I have just being able to get to this point only with determination.

Thanks
Reply With Quote