Virge sendmail.mc modification
Jafar Aliev <[email protected]> Fri, 26 Mar 2004 22:46:37 +0300
| Newsgroups | gmane.comp.security.virus.vtools |
|---|---|
| Organization | USN Computers |
| Message-ID | <[email protected]> |
/Excuse me for my English, if you could :-) / Good day. After read virge install instruction i've noticed that there are some edit operations needed to sendmail configuration '.cf' file. As I know, it is no so good idea to directly change sendmail.cf file, so I make a few comments how to make this changes through M4 source 'sendmail.mc' file. String shown below need to place AFTER 'OSTYPE' and 'DOMAIN' and BEFORE 'MAILER' directives. `confTRUSTED_USERS' declaration is optional (see VIRGE installation instruction). `/usr/local/bin/virge' replace with your real path to VIRGE. -- cut here --- define(`confTRUSTED_USERS',`mail')dnl define(`LOCAL_MAILER_PATH',`/usr/local/bin/virge')dnl define(`LOCAL_MAILER_ARGS',`virge -s -$f -a $h -d $u')dnl -- cut here --- Rebuild '.cf' file and check resultes. They must be equivalent to VIRGE install instruction. -- Best regards, Jafar Aliev <admin at usn dot ru> usn.ru administrator