Errata

Managing IMAP

Errata for Managing IMAP

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 3

IMAP stands for Internet Mail Access Protocol
should be
IMAP stands for Internet Message Access Protocol

Anonymous   
Printed
Page 85
first and last

IMP URL changed to:
ftp://ftp.horde.org/pub/imp/

Horde URL changed to:
ftp://ftp.horde.org/pub/horde/

Anonymous   
Printed
Page 161
bottom of the page

localhost> listquotaroot user.johndoe
user.dianna STORAGE 1363/15000 (9%)
should be:
localhost> listquotaroot user.johndoe
user.johndoe STORAGE 1363/15000 (9%)

Anonymous   
Printed
Page 164

Lines 3 and 4 of Example 9-1 did read:

set inputfile [lindex $argv 0] # Name of file containing users
set quotalimit 15360 # Quota limit in Kbytes

Now read:

set inputfile [lindex $argv 0]
set quotalimit 15360

(Tcl comments have to start at the beginning of a line.)

Anonymous    Jan 01, 2001
Printed
Page 167

Line 13 in Example 9-2 did read:

{exec /usr/bin/chown -R cyrus:mail $mailstore/$newmb}

Now reads:

catch {exec chown -R cyrus:mail $mailstore/$newmb}

Anonymous    Jan 01, 2001
Printed
Page 167

Line 19 in Example 9-2 did read:

puts "setaclmailbox user.$oldmb cyrusadm d"

Now reads:

puts "setaclmailbox user.$oldmb cyrus d"

Anonymous    Jan 01, 2001
Printed
Page 174
1st paragraph

s/provided in later in/provided later in/

Anonymous   
Printed
Page 176

Line 2 in Example 9-5 did read:

$file = "/var/cyrus/mailboxes"

Now reads:

$file = "/var/imap/mailboxes"

Anonymous    Jan 01, 2001
Printed
Page 192

Line 4 in Example 9-8 did read:

while (<PR>) {

Now reads:

while (<USERS>) {

Anonymous    Jan 01, 2001
Printed
Page 350

The 4th code line on the page did read:

($name,$pw,$uid,$gid,$quota,$cmnt,$gcos,$home) = getpwnam $_;

Now reads:

($user,$pw,$uid,$gid,$quota,$cmnt,$gcos,$home) = getpwnam $_;

Anonymous    Jan 01, 2001
Printed
Page 352

Lines 6 and 7 in Example A-2 did read:

set adminid cyrusadm
set adminpw xxxxxxxx

Now read:

set adminid "cyrus"
set adminpw "xxxxxxxx"

Anonymous    Jan 01, 2001
Printed
Page 360

The second line in the first code sample on the page did read:

# ../bin/req -new ...

Now reads:

# ../bin/openssl req -new ...

Anonymous    Jan 01, 2001