Hello Andrezej, How is it possible to make such a sendmail wrapper script? Any links to examples?
Best regards, Kenneth On Mon, 2005-01-31 at 16:54, Andrzej Adam Filip wrote: > Kenneth Andresen wrote: > > I am looking for a way to spam-check outgoing mail, so the users > > registered with my server cannot send out spam (or viruses). > > > > My server is using squirrelmail for sending e-mail, so the mail is > > generated on the server and sent directly using SMTP (in squirrelmail > > you may choose between using SMTP or Sendmail). > > You can use: > > a) custom "sendmail wrapper script" to scan messages submitted in > squirelmail (and conditionally execute sendmail based on scans results) > > b) use sendmail with milter (e.g. http://www.mimedefang.org ) for AS&AV > check of ALL passing message [ milters scan ALL messages for non set > root id installations (default) of sendmail-8.12+ ]