Adam Weremczuk via Postfix-users:
> 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

There are multiple ways:

1 On the milserver achine:

  In ~bugzilla/.forward
    bugzilla@remoteser...@mydomain.com

  On the remoteserver, the ~bugzilla/.forward file with email_in.pl.

2) On the mailserver achine:

  In /etc/aliases:
      bugzilla: bugzilla@remoteser...@mydomain.com

  run the "newaliases" command after edirting the file.

  On the remoteserver, the ~bugzilla/.forward file with email_in.pl.

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

Reply via email to