J4K:
> On 01/26/2011 06:39 PM, Victor Duchovni wrote:
> > 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.
> >
> I restarted postfix this morning. Just seen it again:
> 
> Jan 27 14:53:21 logout postfix/trivial-rewrite[15187]: warning: do not
> list domain klunky.co.uk in BOTH mydestination and virtual_mailbox_domains
> # ps auxwww|grep master
> root     13876  0.0  0.0  37160  2404 ?        Ss   11:33   0:00
> /usr/lib/postfix/master
> root     15207  0.0  0.0   8692   848 pts/1    S+   14:54   0:00 grep master

There was no klunky.co.uk in the main.cf:mydestination setting that
you showed, therefore you were showing the wrong main.cf file.

To find all main.cf files on the system: 

    # find / -name main.cf -ls

The other possibility is that your helpful up-stream Postfix
maintainer made some modification to Postfix, thereby breaking it.

        Wietse

Reply via email to