...
> how does the application send mail?
>
It's via the php mail function, which I believe just uses a
$ sendmail blablah...
internally (ie, it gets sent by postfix).
> if it's with smtp, then use REDIRECT or FILTER in an smtpd restriction
> check.
>
> but it's better to let the application use
Hi all,
I've spent a while looking but haven't turned up anything
interesting... Basically, we have an application and we want to test
the newsletter sending functionality. I need to make sure that no real
emails get sent out, though the addresses are real (production)
addresses. I am sure this is