nightduke wrote: > Hi i have cron jobs daily for backup, freshclam,etc... > > it's strange i have received emails sucesfully but now not allowed... > > May 30 19:27:02 vps qmail: 1275272822.712321 info msg 23823869: bytes > 2951 from <[email protected]> qp 7551 uid 0 > May 30 19:27:02 vps qmail: 1275272822.721100 starting delivery 335: > msg 23823869 to remote [email protected] > May 30 19:27:02 vps qmail: 1275272822.721157 status: local 0/10 remote 1/60 > May 30 19:27:03 vps qmail: 1275272823.714034 delivery 335: success: > User_and_password_not_set,_continuing_without_authentication./<[email protected]>_74.125.xxx.xx_accepted_message./Remote_host_said:_250_2.0.0_OK_1275272823_d4si11263527vcx.92/ > May 30 19:27:03 vps qmail: 1275272823.714124 status: local 0/10 remote 0/60 > May 30 19:27:03 vps qmail: 1275272823.714141 end msg 23823869 > May 30 21:37:50 vps spamdyke[19956]: FILTER_OTHER: response: "553 > sorry, your envelope sender has been denied (#5.7.1)" > May 30 21:37:50 vps spamdyke[19956]: DENIED_OTHER from: > nob...@localhost to: [email protected] origin_ip: 127.0.0.1 origin_rdns: > localhost auth: (unknown) > May 31 01:23:35 vps qmail: 1275294215.021451 status: exiting > May 31 01:23:37 vps qmail: 1275294217.189474 status: local 0/10 remote 0/60 > > i have at whitelistip file 127.0.0.1 > > How can i fix local cron jobs output by email? > > Thanks > > Jose
Something (chkuser?) doesn't like the sender address: nob...@localhost. Rightly so. Edit your /etc/hosts file so that 127.0.0.1 resolves to a legitimate host name (as opposed to localhost), and that should fix things up. Something like: 127.0.0.1 myhost.mydomain.com localhost.localdomain localhost Be sure to leave the localhost.localdomain and localhost portions so that these names still resolve to 127.0.0.1. -- -Eric 'shubes' _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
