Edward Rudd writes: - On Sun, 2005-02-27 at 17:46, Eric Schnoebelen wrote: - > Its like it's always seeing ``virtdomains: off'', no - > matter what I enter. I wonder if it's related to the 64bit - > issue I saw mentioned earlier. (this is an Alpha, an LP64, - > little endian, machine.) - - Would you mind posting your imapd.conf to the list? maybe we can spot - something?
I thought I had originally, but here it is (again?).. # # $Id: imapd.conf,v 1.5 2005/02/18 02:18:37 root Exp root $ # # $NetBSD: imapd.conf,v 1.1.1.1 2004/01/18 12:42:12 recht Exp $ # # Cyrus IMAP server configuration file. Refer to imapd.conf(5) for # more options. # # master configuration directory (mostly where sockets hang out..) configdirectory: /var/imap # our hostname, as presented to users servername: cirr.net ##### # partitions partition-00: /var/spool/imap/00 partition-01: /var/spool/imap/01 partition-02: /var/spool/imap/02 partition-03: /var/spool/imap/03 defaultpartition: 00 ####### # configuration for the sieve subsystem sieveusehomedir: false sievedir: /var/spool/sieve # be a bit more liberal than the default sieve_maxscripts: 20 ####### # # General configuration items # don't hash the usernames hashimapspool: false temp_path: /var/tmp virtualdomains: on username_lower: true # this _must_ be on for virtual domains to work # (its something about the dot in the domain name.. :-) unixhierarchysep: true # default domain for non-fully qualified addresses defaultdomain: cirr.net ####### # # LMTP options # force the username to lowercase (up to the +* foo.) lmtp_downcase_rcpt: true # path to the LMTP socket lmtpsocket: /var/imap/socket/lmtp #### # where netscape can ask for administrative HTTP server # needs to be localized netscapeurl: http://asg.web.cmu.edu/cyrus/imapd/netscape-admin.html ############# # # authentication information # Use the saslauthd daemon to verify plaintext passwords. Please ensure that # the saslauthd daemon is running before trying to authenticate. # # set to auxprop so we can use the SQL backend sasl_pwcheck_method: auxprop # The server certificate and key files must be specified for the # server to repond to IMAPS or POP3S requests. See imapd.conf(5) for # a complete listing of tls_* options. # #tls_cert_file: /var/imap/server.pem #tls_key_file: /var/imap/server.pem # valid administrators admins: cyrus [EMAIL PROTECTED] loginrealms: cirr.net nmra.org -- Eric Schnoebelen [EMAIL PROTECTED] http://www.cirr.com Q: What is small and yellow and very dangerous? A: A canary with the super-user password! --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html