Hmmm, This seems very similar to the problem I've had before. I partially solved it by NOT using Squirrelmail. Try using another client, like Horde, or Mozilla Thunderbird. IMAP by the way. Also, you can try to create a MX entry for that server, on your DNS server. My configuration has been set up for only private and Intranet access to the mail server (running just fine, thank you all). I had to setup a DNS server, and configure BIND to create a MX server entry.
If your server has public access, you better try to create those MX entries in your DNS server (or domain name registrar), and adjust the settings for reverse DNS also. Juan Pablo García Hernández On Thu, Jul 9, 2009 at 6:46 AM, José Campos<[email protected]> wrote: > I did a reboot and now I can enter on my mailbox, but now I can't > send an email to myself as suggested on > http://wiki.qmailtoaster.com/index.php/CentOS_5_QmailToaster_Install#Install > _djbdns_.28if_you_don.27t_want_bind.29 > And I get this error within squirrelmail: > -------- > Message not sent. Server replied: > Unknown response > 511 sorry, can't find a valid MX for sender domain (#5.1.1 - chkuser) > -------- > > > > In any case, here is the result of the commands you asked for: > > > ------------ > [r...@localhost ~]# cat /var/log/qmail/imap4-ssl/current > @400000004a55cdbf24cfd5f4 tcpserver: status: 0/40 > ------------ > > [r...@localhost ~]# tail /var/log/qmail/imap4/current > @400000004a55d6af0a7b3464 tcpserver: end 3763 status 0 > @400000004a55d6af0a7c1adc tcpserver: status: 0/40 > @400000004a55d6af0a7c22ac tcpserver: status: 1/40 > @400000004a55d6af0a7c2694 tcpserver: pid 3764 from 127.0.0.1 > @400000004a55d6af0a7c2a7c tcpserver: ok 3764 > localhost.localdomain:127.0.0.1:143 :127.0.0.1::52562 > @400000004a55d6af0a7c324c DEBUG: Connection, ip=[127.0.0.1] > @400000004a55d6af0a7c3634 INFO: LOGIN, [email protected], > ip=[127.0.0.1], protocol=IMAP > @400000004a55d6af0a7c3e04 INFO: LOGOUT, [email protected], > ip=[127.0.0.1], headers=0, body=0, rcvd=163, sent=1126, time=0 > @400000004a55d6af0a7c595c tcpserver: end 3764 status 0 > @400000004a55d6af0a7c612c tcpserver: status: 0/40 > -------------- > > [r...@localhost ~]# iptables -L |grep imap > ACCEPT tcp -- anywhere anywhere tcp dpt:imap > flags:FIN,SYN,RST,ACK/SYN > ACCEPT tcp -- anywhere anywhere tcp dpt:imaps > flags:FIN,SYN,RST,ACK/SYN > [r...@localhost ~]# > -------------- > > [r...@localhost ~]# lsof -i |grep imap > tcpserver 2665 root 3u IPv4 7269 TCP *:imaps (LISTEN) > tcpserver 2685 root 3u IPv4 7271 TCP *:imap (LISTEN) > [r...@localhost ~]# > ------------- > > [r...@localhost ~]# telnet localhost 993 > Trying 127.0.0.1... > Connected to localhost.localdomain (127.0.0.1). > Escape character is '^]'. > > > I guess everything is ok except the fact I can't send emails. > > Sorry bothering you. > > -----Mensagem original----- > De: Peter Peltonen [mailto:[email protected]] > Enviada: quinta-feira, 9 de Julho de 2009 12:33 > Para: [email protected] > Assunto: Re: [qmailtoaster] Error connecting mailbox on squirrelmail > > On Thu, Jul 9, 2009 at 2:23 PM, José Campos<[email protected]> wrote: >> imap seens to be running, but why I can’t enter my > mailbox? >> >> Where can I find the logs you mentioned? > > You can find logs from /var/log/qmail directory's subdirectories: > > /var/log/qmail/imap4-ssl/current > /var/log/qmail/imap4/current > > You could also post us what output these commands produce: > > iptables -L |grep imap > > lsof -i |grep imap > > telnet localhost 993 > > Regards, > Peter > > ---------------------------------------------------------------------------- > ----- > Qmailtoaster is sponsored by Vickers Consulting Group > (www.vickersconsulting.com) > Vickers Consulting Group offers Qmailtoaster support and installations. > If you need professional help with your setup, contact them today! > ---------------------------------------------------------------------------- > ----- > Please visit qmailtoaster.com for the latest news, updates, and > packages. > > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: > [email protected] > > > > --------------------------------------------------------------------------------- > Qmailtoaster is sponsored by Vickers Consulting Group > (www.vickersconsulting.com) > Vickers Consulting Group offers Qmailtoaster support and installations. > If you need professional help with your setup, contact them today! > --------------------------------------------------------------------------------- > Please visit qmailtoaster.com for the latest news, updates, and packages. > > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------------------- Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com) Vickers Consulting Group offers Qmailtoaster support and installations. If you need professional help with your setup, contact them today! --------------------------------------------------------------------------------- Please visit qmailtoaster.com for the latest news, updates, and packages. To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
