print "Specify the location for your data directory.\n";
print "The path name can be absolute or relative (to the config directory).\n";
print "It doesn't matter. Here are two examples:\n";
- print " Absolute: /var/spool/data/\n";
+ print " Absolute: /var/lib/squirrelmail/data/\n";
print " Relative: ../data/\n";
print "Relative paths to directories outside of the SquirrelMail distribution\n";
print "will be converted to their absolute path equivalents in config.php.\n\n";
print "Path to directory used for storing attachments while a mail is\n";
print "being sent. The path name can be absolute or relative (to the config directory).\n";
print "It doesn't matter. Here are two examples:\n";
- print " Absolute: /var/spool/attach/\n";
+ print " Absolute: /var/spool/squirrelmail/attach/\n";
print " Relative: ../attach/\n";
print "Relative paths to directories outside of the SquirrelMail distribution\n";
print "will be converted to their absolute path equivalents in config.php.\n\n";