Wietse Venema: > post...@outputservices.com: > > > > Recently I had to switch the IP address of my postfix server from > > 192.168.0.125 to 10.10.10.125. > > > > After changing the IP address at the server level and rebooting, I am now > > seeing the following in the logs. > > > > I did not change anything else in the postfix configuration except adding > > 10.10.10.0/24 to the mynetworks file. > > > > Any constructive assistance is greatly appreciated. > > > > > > May 5 01:15:48 posta postfix/qmgr[15299]: [ID 197553 mail.info] > > EB91315786: from=<au...@acompany.com>, size=3261, nrcpt=1 (queue active) > > The following logging is not produced by any POSTFIX code that I know of.
This looks like DEBUG logging from library code, similar to the code in https://github.com/joyent/illumos-joyent/blob/master/usr/src/lib/libsldap/common/ns_connect.c Wietse May 5 01:15:48 posta postfix/smtp[19562]: [ID 453631 mail.debug] tid= 1: Adding connection (serverAddr=10.10.10.125) May 5 01:15:48 posta postfix/smtp[19562]: [ID 776464 mail.debug] tid= 1: Initialized sessionPool May 5 01:15:48 posta postfix/smtp[19562]: [ID 816976 mail.debug] tid= 1: Connection added [0] May 5 01:15:48 posta postfix/smtp[19562]: [ID 467101 mail.debug] tid= 1: connectionID=1024 May 5 01:15:48 posta postfix/smtp[19562]: [ID 805042 mail.debug] tid= 1: shared=1 May 5 01:15:48 posta postfix/smtp[19562]: [ID 982078 mail.debug] tid= 1: usedBit=0 May 5 01:15:48 posta postfix/smtp[19562]: [ID 727660 mail.debug] tid= 1: threadID=1 May 5 01:15:48 posta postfix/smtp[19562]: [ID 577507 mail.debug] tid= 1: serverAddr=10.10.10.125 May 5 01:15:48 posta postfix/smtp[19562]: [ID 939703 mail.debug] tid= 1: AuthType=0 May 5 01:15:48 posta postfix/smtp[19562]: [ID 142272 mail.debug] tid= 1: TlsType=0 May 5 01:15:48 posta postfix/smtp[19562]: [ID 537450 mail.debug] tid= 1: SaslMech=0 May 5 01:15:48 posta postfix/smtp[19562]: [ID 625532 mail.debug] tid= 1: SaslOpt=0 > > Wietse >