bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Configuring debug in imap4d.rc


From: Chris Hall
Subject: Re: [bug-mailutils] Configuring debug in imap4d.rc
Date: Sat, 09 Jun 2012 23:20:16 -1000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Hi, Sergey,

Sorry to bother you, but I still can't debugging to work.

The issue I'm currently trying to debug is: Mozilla Thunderbird email
client can't delete messages via imap4d.  I unsubscribed from all the
folders, including Trash and Inbox, from Thunderbird, then
re-subscribed.  I've set file permissions to 750 in the mailboxes
folder.  I set the imap4d.rc option to create directories, and the
directory mode to 750.

I've tried the --debug-level command line option, and without.

So I'm wondering what I might be doing wrong?

rsyslogd.conf:

#
# Logging for the mail system.  Split it up so that
# it is easy to write scripts to parse these files.
#
mail.debug                      -/var/log/mail.info
mail.warn                       -/var/log/mail.warn
mail.err                        /var/log/mail.err

imap4d.rc:

debug {
#   # Set Mailutils debugging level.  Argument is a colon-separated list of
#   # debugging specifications in the form:
#   #    <object: string>[[:]=<level: number>].
    level "mailbox.prot,!trace6";
#   # Prefix debug messages with Mailutils source locations.
#   #line-info <arg: boolean>;
};

logging {
  # Send diagnostics to syslog.
  syslog 1;
  # Print message severity levels.
  #print-severity <arg: boolean>;
  # Output only messages with a severity equal to or greater than this one.
  #severity <arg: string>;
  # Set syslog facility. Arg is one of the following: user, daemon, auth,
  # authpriv, mail, cron, local0 through local7 (case-insensitive), or a
  # facility number.
  #facility <arg: string>;
  # Log session ID
  #session-id <arg: boolean>;
  # Tag syslog messages with this string.
  #tag <arg: string>;
};

# Set global transcript mode.
transcript 1;

imap4d command line:
/usr/local/sbin/imap4d --config-file ./imap4d.rc
--debug-level="mailbox.prot"

*Sigh*,

Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]