Hi, I created a new address mail but she doesn't work. When i will use it in SquirrelMail, i have this error : HTML: ERROR: Could not complete request. Query: SELECT "INBOX" Reason Given: Unable to open this mailbox. But for my old mailbox, there are no problem
Run Code: vi /etc/squirrelmail/config_local.php and check if these line are present, if not add them Code: $defaul_folder_prefix='INBOX.'; $trash_folder='Trash'; $send_folder='Sent'; $draft_folder='Draft'; or try to reconfigure SquirrelMail with your IMAP server installed (Courier or Dovecot)
It's work with my old mailbox but when i create new mails doesn't work I tried to use a desktop Webmail, the same error Thank
I have this error : HTML: Data from: 2011-12-11 11:35 -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient------- 0F1EDB2C18B 1079 Sun Dec 11 01:23:02 [email protected] (temporary failure. Command output: /usr/bin/maildrop: Unable to open mailbox.) [email protected] CC2F3B2C19B 1139 Sun Dec 11 00:26:01 [email protected] (temporary failure. Command output: /usr/bin/maildrop: Unable to open mailbox.) [email protected] 16442B2C19F 17253 Sun Dec 11 05:41:07 [email protected] (temporary failure. Command output: /usr/bin/maildrop: Unable to open mailbox.) [email protected] 7A704B2C19E 1133 Sun Dec 11 11:34:01 [email protected] (temporary failure. Command output: /usr/bin/maildrop: Unable to open mailbox.) [email protected] 7C7CFB2C19D 1130 Sun Dec 11 01:49:02 [email protected] (temporary failure. Command output: /usr/bin/maildrop: Unable to open mailbox.) [email protected] -- 24 Kbytes in 5 Requests. And many so error : HTML: Dec 11 11:35:01 Server postfix/smtpd[2926]: warning: ::1: address not listed for hostname localhost Dec 11 11:30:01 Server postfix/smtpd[2777]: warning: ::1: address not listed for hostname localhost Dec 11 11:33:14 Server imapd: [email protected]: No such file or directory Dec 11 06:50:02 Server postfix/smtpd[28485]: warning: ::1: address not listed for hostname localhost
Did you made updates to your installation - packages, ISPConfig? What is your output for Code: vi /etc/hosts
Code: 127.0.0.1 localhost 127.0.0.1 server.domaine.com server 95.130.9.129 server server.domaine.com 95.130.9.129 server.domaine.com server # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts
As I see in the tutorial /etc/hosts file must look like Code: 127.0.0.1 localhost.localdomain localhost 192.168.0.100 server1.example.com server1 # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters in /etc/postfix/main.cf check lines to be just like that Code: myorigin = /etc/mailname mydestination = server1.example.com, localhost, localhost.localdomain