size - postfix ehlo response bug -
i have postfix installed , working. customer asked send file larger message_size_limit, tweaked value , restarted postfix.
my customer said problem wasn't fixed, telnetted server several times , ran ehlo command, , "size" responses mix of original message_size_limit , new one. restated postfix service again, got same results. thought caching result, changed again, , getting 3 different "size" responses several ehlo commands. apparently, ehlo response header cached somewhere, don't know how reset it. i'd prefer not restart machine.
any insight experience?
it's been couple of hours since switchover - appears consistently sending correct size n ehlo response. sure have liked correct after change.
the main.cf of postfix not refreshing when type service postfix restart.
to find out pid app locking postfix, typed:
netstat -tulpn | grep :25
the "25" port postfix serving on.
the results contain pid/name keeping postfix restarts reloading main.cf.
then terminate program gently with:
kill -15 ####
where #### pid of program found in step 1.
then can perform:
service postfix restart
and main.cf refreshed.
Comments
Post a Comment