relayhost = smtp:[192.168.1.1] [192.168.1.2] [192.168.1.3] |
example.co.jp smtp:[192.168.1.1] [192.168.1.2] [192.168.1.3] |
example.co.jp smtp:[192.168.1.1] [192.168.1.2] [192.168.1.3] |
$ tar xvfz postfix-2.2.8.tar.gz $ cd postfix-2.2.8 $ gzip -dc ~/postfix-2.2.8-smtp_connection_redundancy.patch.gz | patch -p1 $ make tidy $ make $ su # make install # exit $ make clean |