Hello, I'm a bit of a newby here trying to get ispconfig working according to The Perfect Setup - Debian Etch (Debian 4.0). So far all is just fine (thank you for all your work in helping me out) except for a mail problem. I can send mail using telnet and receive mail but I can't login to the webmail (RoundCube or SquirrelMail) Somehow the username -passw gives errors. I added the users via ispconfig. I'm also a bit confused between the use of maildir and procmail Hope to hear from you guy's soon here is additional info: [root@luna root]# dig interexp.ixperts.be ; <<>> DiG 9.3.0 <<>> interexp.ixperts.be ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42504 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;interexp.ixperts.be. IN A ;; ANSWER SECTION: interexp.ixperts.be. 80884 IN A 85.88.54.16 ;; Query time: 0 msec ;; SERVER: 10.90.128.10#53(10.90.128.10) ;; WHEN: Wed Apr 9 15:28:12 2008 ;; MSG SIZE rcvd: 53 interexp:~# cat /etc/postfix/main.cf # See /usr/share/postfix/main.cf.dist for a commented, more complete version # Debian specific: Specifying a file name will cause the first # line of that file to be used as the name. The Debian default # is /etc/mailname. #myorigin = /etc/mailname smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no # appending .domain is the MUA's job. append_dot_mydomain = no # Uncomment the next line to generate "delayed mail" warnings #delay_warning_time = 4h # TLS parameters smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key smtpd_use_tls = yes smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for # information on enabling SSL in the smtp client. myhostname = interexp.ixperts.be alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = /etc/postfix/local-host-names relayhost = mynetworks = 127.0.0.0/8 mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all inet_protocols = all # vanaf hier aanpassingen voor ispconfig smtpd_sasl_local_domain = smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,rejec t_unauth_destination smtpd_tls_auth_only = no smtp_use_tls = yes smtp_tls_note_starttls_offer = yes smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem smtpd_tls_loglevel = 1 smtpd_tls_received_header = yes smtpd_tls_session_cache_timeout = 3600s tls_random_source = dev:/dev/urandom virtual_alias_maps = hash:/etc/postfix/virtusertable #home_mailbox = Maildir/ #mailbox_command = interexp:~#tail -50 /var/log/mail.log Apr 9 15:33:17 interexp postfix/pickup[1463]: 094676809B: uid=10015 from=<web14_admin> Apr 9 15:33:17 interexp postfix/cleanup[1498]: 094676809B: message-id=<[email protected]> Apr 9 15:33:17 interexp postfix/qmgr[1464]: 094676809B: from=<[email protected]>, size=371, nrcpt=1 (queue active) Apr 9 15:33:17 interexp postfix/qmgr[1464]: 060D96809E: from=<[email protected]>, size=387, nrcpt=1 (queue active) Apr 9 15:33:17 interexp postfix/local[1501]: 060D96809E: to=<[email protected]>, relay=local, delay=0.05, delays=0.02/0/0/0.03, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail -f-) Apr 9 15:33:17 interexp postfix/qmgr[1464]: 060D96809E: removed Apr 9 15:33:17 interexp postfix/local[1499]: 094676809B: to=<[email protected]>, relay=local, delay=0.06, delays=0.02/0/0/0.03, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail -f-) Apr 9 15:33:17 interexp postfix/qmgr[1464]: 094676809B: removed Apr 9 15:35:01 interexp imapd: Connection, ip=[::ffff:127.0.0.1] Apr 9 15:35:01 interexp imapd: LOGIN FAILED, user=web14_martial, ip=[::ffff:127.0.0.1] Apr 9 15:35:06 interexp imapd: Disconnected, ip=[::ffff:127.0.0.1], time=5 Apr 9 15:36:36 interexp postfix/anvil[1496]: statistics: max connection rate 1/60s for (smtp:77.94.249.25) at Apr 9 15:33:16 Apr 9 15:36:36 interexp postfix/anvil[1496]: statistics: max connection count 1 for (smtp:77.94.249.25) at Apr 9 15:33:16 Apr 9 15:36:36 interexp postfix/anvil[1496]: statistics: max cache size 1 at Apr 9 15:33:16 Apr 9 15:45:03 interexp imapd: Connection, ip=[::ffff:127.0.0.1] Apr 9 15:45:03 interexp imapd: LOGIN FAILED, user=web14_admin, ip=[::ffff:127.0.0.1] Apr 9 15:45:08 interexp imapd: Disconnected, ip=[::ffff:127.0.0.1], time=5 Apr 9 15:45:17 interexp imapd: Connection, ip=[::ffff:127.0.0.1] Apr 9 15:45:17 interexp imapd: LOGIN FAILED, user=web14_admin, ip=[::ffff:127.0.0.1] Apr 9 15:45:22 interexp imapd: Disconnected, ip=[::ffff:127.0.0.1], time=5
The ISPConfig webmail packages have been configured to accept email addresses as user names. So while you use the normal user name (like web1_someuser) in an email client like Outlook or Thunderbird, you must use one of the user's email addresses as the user name in the webmail packages.