Le 31/07/2014 16:59, [email protected] a écrit :

Am 31.07.2014 um 16:52 schrieb Stéphane MERLE:
I am not sure if this is my fault or not, so please accept my apology before 
hand just in case ;)
I am setting up a new server with postfix using ubuntu 14.04 LTS so using 
postfix : mail_version = 2.11.0
I duplicate the conf from my old version ubuntu 12.04LTS with postfix version 
2.7 and now I get this error while
reloading :

/usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter: 
hotmail_tr_initial_concurrency=1

what have I done wrong ?

I did set the transports ...
# cat transport
hotmail.fr      hotmail_tr:
and where they are in "master.cf"

most likely your configuration was all the time incomplete and
never worked as you thought but newer postfix is nicer and
tells you that

I got those lines in master :

yahoo_tr  unix  -       -       n       -       20      smtp
        -o smtp_bind_address=external.ip.of.the.server
hotmail_tr unix -       -       n       -       20      smtp
        -o smtp_bind_address=external.ip.of.the.server
orange_tr unix -       -       n       -       20      smtp
        -o smtp_bind_address=external.ip.of.the.server

I think I don't need the -o part but anyway, I left the same conf ... to avoid mistakes ...

I am missing laposte in the transport and master file, which I will add right now but still ... the error occur with the other ones ...

Stéphane

Reply via email to