On Sat, Jun 9, 2012 at 5:18 PM, Wietse Venema <wie...@porcupine.org> wrote:

> Achal tomar:
> > mail. I have tried http://www.postfix.org/VERP_README.html but i am not
> able
> > to implement it properly can anyone tell me how to do this in some easy
> > steps.
>
> If you can show what you did, then someone can point out the
> mistake, and I may be able to improve the documentation.
>
>        Wietse
>

/etc/aliases:
    owner-listname: yourname+listname


/etc/postfix/main.cf <http://www.postfix.org/postconf.5.html>:
    recipient_delimiter
<http://www.postfix.org/postconf.5.html#recipient_delimiter> = +
    forward_path <http://www.postfix.org/postconf.5.html#forward_path>
= $home/.forward${recipient_delimiter
<http://www.postfix.org/postconf.5.html#recipient_delimiter>}${extension},
        $home/.forward
    propagate_unmatched_extensions
<http://www.postfix.org/postconf.5.html#propagate_unmatched_extensions>
= canonical, virtual


~/.forward+listname:
    "|/some/where/command ..."

I am no able to understand what is the meaning of that is what to write in it:-
   "|/some/where/command ..."

 and how can i do this when a server is sending mails by a PHP script
to my postfix server.

Reply via email to