Thank you Victor.

What's the easiest way to change:

bugzilla@mailserver:~$ cat ~/.forward
"|/vol/localhome/bugzilla/site/live/email_in.pl -vvv 2>/tmp/bz_emailin.log"

to something like:

remoteser...@mydomain.com:/vol/localhome/bugzilla/site/live/email_in.pl -vvv 2>/tmp/bz_emailin.log

?

On 21/05/2024 09:41, Viktor Dukhovni via Postfix-users wrote:

See "DELIVERY METHOD CONTROLS" in<https://www.postfix.org/local.8.html>, in 
particular
note that delivery to local users is subject to .forward file
processing.

     DELIVERY METHOD CONTROLS

        The  precedence  of  local(8)  delivery  methods  from  high to low is:
        aliases,  .forward  files,  mailbox_transport_maps,  mailbox_transport,
        mailbox_command_maps,  mailbox_command, home_mailbox, mail_spool_direc-
        tory, fallback_transport_maps, fallback_transport, and luser_relay.

        alias_maps (see 'postconf -d' output)
               Optional lookup tables with aliases that apply only to  local(8)
               recipients;  this is unlike virtual_alias_maps that apply to all
               recipients: local(8), virtual, and remote.

        forward_path (see 'postconf -d' output)
               The local(8) delivery agent search list for finding  a  .forward
               file with user-specified delivery methods.
        ...

-- Viktor. _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to