vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| How to I need change te above line in (FormMail V1.92 C 1995 - 2002 Matt Wright A Free Product of Matt's Script Archive, Inc.) $mailprog = '/usr/lib/sendmail -i -t'; to Postfix+SASL2+TLS configuration ? Is there formmail free script which use Postfix mta? B. |
| |||
| Bulba007 graced us by uttering: > How to I need change te above line in (FormMail V1.92 C 1995 - 2002 Matt > Wright A Free Product of Matt's Script Archive, Inc.) > > $mailprog = '/usr/lib/sendmail -i -t'; > > to Postfix+SASL2+TLS configuration ? > > Is there formmail free script which use Postfix mta? Postfix is a sendmail-compatible MTA with it's own sendmail executable. On my Postfix system, the sendmail is located at /usr/sbin/sendmail. You should be able to use this whenever "sendmail" is called for as an executable. MSA FormMail, however, is evil. Don't use it. FormMail and several other scripts from Matt's Script Archive are very susceptible to exploits. Even Matt recommends you not use his scripts. See <http://nms-cgi.sourceforge.net/> for secure drop-in replacements for Matt's scripts. HTH, Tim Hammerquist -- Abel had been dead for a couple of hours now. But he was starting to feel better. -- Narrator, The Sandman |
| ||||
| "Tim Hammerquist" <tim@vegeta.ath.cx> wrote in message news:slrnbgfg7f.gm1.tim@vegeta.ath.cx... > MSA FormMail, however, is evil. Don't use it. FormMail and > several other scripts from Matt's Script Archive are very > susceptible to exploits. Even Matt recommends you not use his > scripts. See <http://nms-cgi.sourceforge.net/> for secure > drop-in replacements for Matt's scripts. Or write your own tailor-made form mail handlers in PHP (or Perl, or whatever), and you'll benefit in many ways: - the form data can be validated exactly as required - the mail message can be better formatted to your needs - the confirmation/rejection process/pages can fit in better with your site - and, most significantly, you can hard-code (or at least control) the recipient(s). Steve http://www.fivetrees.com http://www.sfdesign.co.uk |