View previous topic :: View next topic |
Author |
Message |
wesw02 Apprentice
Joined: 10 Nov 2004 Posts: 213 Location: Dayton, Ohio, USA
|
Posted: Tue Feb 22, 2005 6:56 pm Post subject: Sendmail help (Cannot open mail:25) |
|
|
I'm tring to setup crontab to send my logs to mail (the command is 'cat /var/log/vsftpd/vsftpd.log | sendmail "vsftpd" root') but i get this error: 'sendmail: Cannot open mail:25'
any suggestions
mods please move this to the proper forum, i didn't know where else to put it |
|
Back to top |
|
|
wesw02 Apprentice
Joined: 10 Nov 2004 Posts: 213 Location: Dayton, Ohio, USA
|
Posted: Tue Feb 22, 2005 9:02 pm Post subject: |
|
|
should i try qmail? |
|
Back to top |
|
|
rmautino n00b
Joined: 31 Dec 2004 Posts: 33
|
Posted: Thu Feb 24, 2005 3:31 am Post subject: |
|
|
I wouldn't.. It is a dead program with no major updates in years.
A better bet would be Postfix.
Code: |
emerge -C sendmail
emerge postfix
|
|
|
Back to top |
|
|
|