nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Every Three Minutes

2013-02-02 13:37:47
Ralph Corderoy <ralph(_at_)inputplus(_dot_)co(_dot_)uk> writes:
Hi Norm,

$ postconf queue_directory
queue_directory = /var/spool/postfix
$ cd /var/spool/postfix
$ sudo find -type f

You're looking for a file that looks like it could be on a queue, e.g.
in a directory called `incoming', `hold', etc.  The directory would be
the queue name to use with postsuper(1).  A list of queues is at the end
of

sudo postsuper -v

If you spot something that you think should be for the chop, see
postsuper's -d option.

        ~ postconf queue_directory
        queue_directory = /var/spool/postfix

        # find /var/spool/postfix -type f ! -empty
        # find /var/spool/postfix -type l
No ouput from above two commands


        # /etc/init.d/postfix start

Deluge seems to have stopped.

    Norman Shapiro

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>