Jon Cutting:
> I've set up a server that uses postmulti for multiple companies
> to that I can configure a milter to a different archiving solution
> for each, and I'd like to add the possibility to add a disclaimer.
> 
> Normally I'd use altermime as a content filter that puts the mail
> back into the queue with the sendmail command. In the case of
> multiple postfix instances, I don't seem to be able to find a way
> to specify which queue to put the mail back into. I'd like the
> mail to return to the postfix instance from which it originated
> (I.e. if postfix-1031 handed the mail off to the content filter
> I'd like to be able to specify that it is put back into postfix-1031's
> pickup queue with sendmail).
> 
> Is there a way to achieve this?

SENDMAIL(1)                                                        SENDMAIL(1)
        ...
       -C config_file

       -C config_dir
              The path name of the Postfix main.cf  file,  or  of  its  parent
              directory.  This  information  is  ignored with Postfix versions
              before 2.3.

              With all Postfix versions, you can specify a directory  pathname
              with  the MAIL_CONFIG environment variable to override the loca-
              tion of configuration files.

The directory must be configured as part of the multi-instance setup.
Postfix won't let users specify a random directory or config file.

        Wietse

Reply via email to