How to block e-mail relaying?

Posted by Jiltin     Tags: 20 February, 2009    526 views    (9) Comment

Relaying is when the machine sending the e-mail message is not your local machine and the machine receiving the e-mail message is also not your local machine. Spammers relay millions of e-mail messages through an open relay to disguise the source of SPAM. This is why blocking relaying is A Good Thing. On UNIX machines, I know of three ways to prevent spammers using you as a relay: Simply kill the Sendmail daemon. This prevents the machine receiving e-mail and so will prevent relaying. This Read Full Article (Click here)...

Categories : Web & Scripts Tags :

How To Extract,Using Bash/Unix/Linux Shell Scripting, The Oracle Data Like Excel Report And Send As Email Attachment?

Posted by Jiltin     Tags: , , , , , , 1 December, 2008    11,025 views    (0) Comment

This script provides an sample, and then the practical example to connect to oracle database, extract data like excel sheet and attach it with an email list. First connecting is done with “sqlplus -s $FCP_LOGIN” in silent mode.Then EOF marks the begining of sql statement and another EOF marks end of it.The chr(9) provides the tab required to make this as excel sheet.In fact, it creates a csv file with tab delimited entry.Since the filename Read Full Article (Click here)...

Categories : 11i Scripts, Scripts Oracle, Scripts Unix, Web & Scripts Tags : , , , , , ,