On Wed, Jan 26, 2011 at 09:31:48AM +0100, J4K wrote: > # ps auxwww|grep master > root 1333 0.0 0.0 37160 2416 ? Ss Jan20 0:01 > /usr/lib/postfix/master
If there is only one instance of Postfix running, and it was started 5 days ago, the conclusion is that either the main.cf file was different 5 days ago, and a reload or restart is required, or that you are looking at the wrong main.cf file, and this master process and its children are getting main.cf from somewhere else. You can look at the environment of the master process and see what "MAIL_CONFIG" is set to, then look for a main.cf file in that directory that is not newer then the master process. If main.cf is newer, restart. -- Viktor.