|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
Information Hi there,
I want to set up a local Xmail server (on a 192.168.x.x network with very very low bandwidth) that will download and synchronize the emails from an other Xmail located at my ISP for a specific domain (eg: ABCD.COM). The Xmail at my ISP is hosting 10 domains. Configuration : --------------- I have an Xmail server running at my ISP I have installed in an office on a private network (192.168.1.X) an other xmail (localhost) that should popup only the domain ABCD.COM and get the email for all accounts For each account in the xmail (192.168.1.x) I have created in POP3LINKS.TAB : "localhost"[TAB]"local-account"[TAB]"ABCD.com"[TAB]=>"external-account"[TAB] "external-password"[TAB]"CLR"[NEWLINE] In the Server.tab, to route mails, I have put in DefaultSMTPGateways, the SMTP of ABCD.COM (and also in smtpfwd.tab I have added "*"[TAB]"smtpOfABCD.com"[CR][LF]) Question : ---------- How do I configure XMail on 192.168.1.X to download the mail from ABCD.COM every 10 minutes etc (Xmail is doing that kind of stuff?) Thanks Emmanuel Gonzalez _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: InformationOn Tue, 27 Oct 2009, Emmanuel Gonzalez wrote:
> Hi there, > > I want to set up a local Xmail server (on a 192.168.x.x network with very > very low bandwidth) that will download and synchronize the emails from an > other Xmail located at my ISP for a specific domain (eg: ABCD.COM). The > Xmail at my ISP is hosting 10 domains. > > Configuration : > --------------- > I have an Xmail server running at my ISP > I have installed in an office on a private network (192.168.1.X) an other > xmail (localhost) that should popup only the domain ABCD.COM and get the > email for all accounts > > For each account in the xmail (192.168.1.x) I have created in POP3LINKS.TAB > : > "localhost"[TAB]"local-account"[TAB]"ABCD.com"[TAB]=>"external-account"[TAB] > "external-password"[TAB]"CLR"[NEWLINE] > > In the Server.tab, to route mails, I have put in DefaultSMTPGateways, the > SMTP of ABCD.COM (and also in smtpfwd.tab I have added > "*"[TAB]"smtpOfABCD.com"[CR][LF]) > > Question : > ---------- > How do I configure XMail on 192.168.1.X to download the mail from ABCD.COM > every 10 minutes etc? (Xmail is doing that kind of stuff?) http://www.xmailserver.org/Readme.html#command_line Try adding "-Yi 600" to your command line. - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: Information Hi Davide,
Thanks for the answer. It's not working and I guess it's because I have something particular: Let's say that my domain is abcd.com => the MX is not set on my xmail server but on a HUB Filter (mailsecurity for smtp) that removes spam / antivirus and forward to the xmail server (pop.abcd.com) => The Xmail server that I want to synchronise can be accessed on pop.abcd.com (all accounts are xyz@... , ...@abcd.com) (I filter a lot of spam/virus acting that way). I have tried on POP3LINKS.TAB (where the local account is olivier@localhost and the account to be synch is olivier@...) : ------------------------------ "localhost"[TAB]"olivier"[TAB]"abcd.com"[TAB]=>"olivier "[TAB]"passinclear"[TAB]"CLR"[NEWLINE] "localhost"[TAB]"olivier"[TAB]"abcd.com"[TAB]=>"olivier@..."[TAB]" passinclear "[TAB]"CLR"[NEWLINE] "localhost"[TAB]"olivier"[TAB]"pop.abcd.com"[TAB]=>"olivier@..."[TAB]" passinclear "[TAB]"CLR"[NEWLINE] "localhost"[TAB]"olivier"[TAB]"abcd.com"[TAB]"olivier"[TAB]"cryptedpass"[TAB ]=>"APOP"[NEWLINE] It's not working :( What I'm doing wrong ? Emmanuel Gonzalez -----Message d'origine----- De : xmail-bounces@... [mailto:xmail-bounces@...] De la part de Davide Libenzi Envoyé : mardi 27 octobre 2009 17:40 À : XMail Users Mailing List Objet : Re: [xmail] Information On Tue, 27 Oct 2009, Emmanuel Gonzalez wrote: > Hi there, > > I want to set up a local Xmail server (on a 192.168.x.x network with > very very low bandwidth) that will download and synchronize the emails > from an other Xmail located at my ISP for a specific domain (eg: > ABCD.COM). The Xmail at my ISP is hosting 10 domains. > > Configuration : > --------------- > I have an Xmail server running at my ISP I have installed in an office > on a private network (192.168.1.X) an other xmail (localhost) that > should popup only the domain ABCD.COM and get the email for all > accounts > > For each account in the xmail (192.168.1.x) I have created in > POP3LINKS.TAB > : > "localhost"[TAB]"local-account"[TAB]"ABCD.com"[TAB]=>"external-account > "[TAB] "external-password"[TAB]"CLR"[NEWLINE] > > In the Server.tab, to route mails, I have put in DefaultSMTPGateways, > the SMTP of ABCD.COM (and also in smtpfwd.tab I have added > "*"[TAB]"smtpOfABCD.com"[CR][LF]) > > Question : > ---------- > How do I configure XMail on 192.168.1.X to download the mail from > ABCD.COM every 10 minutes etc? (Xmail is doing that kind of stuff?) Reading the documents helps at times (look for PSYNC): http://www.xmailserver.org/Readme.html#command_line Try adding "-Yi 600" to your command line. - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: Information Hi Davide,
I found my solution that could help: "localhost"[TAB]"local-account"[TAB]"remotePOPServer"[TAB]"account@... m"[TAB]"cryptedPasswd"[TAB]=>"APOP"[NEWLINE] Regards, Emmanuel Gonzalez -----Message d'origine----- De : xmail-bounces@... [mailto:xmail-bounces@...] De la part de Emmanuel Gonzalez Envoyé : jeudi 29 octobre 2009 11:28 À : 'XMail Users Mailing List' Objet : Re: [xmail] Information Hi Davide, Thanks for the answer. It's not working and I guess it's because I have something particular: Let's say that my domain is abcd.com => the MX is not set on my xmail server but on a HUB Filter (mailsecurity for smtp) that removes spam / antivirus and forward to the xmail server (pop.abcd.com) => The Xmail server that I want to synchronise can be accessed on pop.abcd.com (all accounts are xyz@... , ...@abcd.com) (I filter a lot of spam/virus acting that way). I have tried on POP3LINKS.TAB (where the local account is olivier@localhost and the account to be synch is olivier@...) : ------------------------------ "localhost"[TAB]"olivier"[TAB]"abcd.com"[TAB]=>"olivier "[TAB]"passinclear"[TAB]"CLR"[NEWLINE] "localhost"[TAB]"olivier"[TAB]"abcd.com"[TAB]=>"olivier@..."[TAB]" passinclear "[TAB]"CLR"[NEWLINE] "localhost"[TAB]"olivier"[TAB]"pop.abcd.com"[TAB]=>"olivier@..."[TAB]" passinclear "[TAB]"CLR"[NEWLINE] "localhost"[TAB]"olivier"[TAB]"abcd.com"[TAB]"olivier"[TAB]"cryptedpass"[TAB ]=>"APOP"[NEWLINE] It's not working :( What I'm doing wrong ? Emmanuel Gonzalez -----Message d'origine----- De : xmail-bounces@... [mailto:xmail-bounces@...] De la part de Davide Libenzi Envoyé : mardi 27 octobre 2009 17:40 À : XMail Users Mailing List Objet : Re: [xmail] Information On Tue, 27 Oct 2009, Emmanuel Gonzalez wrote: > Hi there, > > I want to set up a local Xmail server (on a 192.168.x.x network with > very very low bandwidth) that will download and synchronize the emails > from an other Xmail located at my ISP for a specific domain (eg: > ABCD.COM). The Xmail at my ISP is hosting 10 domains. > > Configuration : > --------------- > I have an Xmail server running at my ISP I have installed in an office > on a private network (192.168.1.X) an other xmail (localhost) that > should popup only the domain ABCD.COM and get the email for all > accounts > > For each account in the xmail (192.168.1.x) I have created in > POP3LINKS.TAB > : > "localhost"[TAB]"local-account"[TAB]"ABCD.com"[TAB]=>"external-account > "[TAB] "external-password"[TAB]"CLR"[NEWLINE] > > In the Server.tab, to route mails, I have put in DefaultSMTPGateways, > the SMTP of ABCD.COM (and also in smtpfwd.tab I have added > "*"[TAB]"smtpOfABCD.com"[CR][LF]) > > Question : > ---------- > How do I configure XMail on 192.168.1.X to download the mail from > ABCD.COM every 10 minutes etc? (Xmail is doing that kind of stuff?) Reading the documents helps at times (look for PSYNC): http://www.xmailserver.org/Readme.html#command_line Try adding "-Yi 600" to your command line. - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: InformationOn Thu, 29 Oct 2009, Emmanuel Gonzalez wrote:
> Hi Davide, > > I found my solution that could help: > > "localhost"[TAB]"local-account"[TAB]"remotePOPServer"[TAB]"account@... > m"[TAB]"cryptedPasswd"[TAB]=>"APOP"[NEWLINE] yes, if your remote POP3 server does not allow clear text authentication, you have to use APOP. - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Authentication problemHi all,
We're running XMail 1.25 on RHEL 5.3 and got a problem. Some spam host outside can send us spam mail using our local account(even mailing list account) without authentication. Why? See mail header of one spam: Return-Path: <ec@...> Delivered-To: csh@... Received: from [117.205.131.13] ([117.205.131.13]:1863) by coes.cn ([192.168.1.250]:25) with [XMail 1.25 ESMTP Server] id <SCECE2> for <ec@...> from <ec@...>; Fri, 30 Oct 2009 18:58:53 +0800 Message-ID: <90c69466.e1c8ab73.fd90.43a02f96@...> Date: Fri, 30 Oct 2009 03:00:11 -0800 From: "Florene Ednilao" <ec@...> To: "ec" <ec@...> Subject: When did you go away? X-mailer: Foxmail 5.0 [en] Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====003_Dragon864117520463_=====" Where ec@... is a mailing list account. Regards, Chen Shihai _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: Authentication problemOn Fri, 30 Oct 2009, Chen Shihai wrote:
> Hi all, > > We're running XMail 1.25 on RHEL 5.3 and got a problem. Some spam host outside > can send us spam mail using our local account(even mailing list account) without > authentication. Why? > > See mail header of one spam: > > Return-Path: <ec@...> > Delivered-To: csh@... > Received: from [117.205.131.13] ([117.205.131.13]:1863) > by coes.cn ([192.168.1.250]:25) > with [XMail 1.25 ESMTP Server] id <SCECE2> for <ec@...> from <ec@...>; > Fri, 30 Oct 2009 18:58:53 +0800 > Message-ID: <90c69466.e1c8ab73.fd90.43a02f96@...> > Date: Fri, 30 Oct 2009 03:00:11 -0800 > From: "Florene Ednilao" <ec@...> > To: "ec" <ec@...> > Subject: When did you go away? > X-mailer: Foxmail 5.0 [en] > Mime-Version: 1.0 > Content-Type: multipart/alternative; boundary="=====003_Dragon864117520463_=====" > > Where ec@... is a mailing list account. Even though your mailing list has ClosedML set, there's no way any MTA can validate sender forging (unless you force everyone posting on your mailing list to be authenticated). - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: Information Hi there,
I have a problem with synchronization that I'm not understanding well. Let's say that my domain is abcd.com. I use, for a customer in Tahiti (yes yes... the great Island...), an Xmail server in a 192.168.10.X network that pops to synchronize and get the email from abcd.com It's working well normally and after one, two or 3 days, for some reasons (cut of Internet lines, etc...) I have accounts that do not synchronize anymore (but not all of them). I have to download from abcd.com the mails for the "desynchronized accounts", put them in the account/mailbox in the local server(remove them from abcd.com) and then, it's working again. I have 24 accounts that synchronize and every 2 or 3 days, 3 to 6 accounts that don't synchronize. The server abcd.com is available 24h/day with no cut (Xmail server V 1.25) The Xmail server in the company (in Tahiti) is on a 512K DSL line with dynamic IPs (changing 3 times/day) in an Island using satellite... My command line is : -Sl -Pl -Ql -Yl -Fl -Cl -Ll -Yi 600 -YT 360 (Xmail version 1.26) Any ideas / fixes ? Best, Emmanuel Gonzalez -----Message d'origine----- De : xmail-bounces@... [mailto:xmail-bounces@...] De la part de Davide Libenzi Envoyé : jeudi 29 octobre 2009 17:52 À : XMail Users Mailing List Objet : Re: [xmail] Information On Thu, 29 Oct 2009, Emmanuel Gonzalez wrote: > Hi Davide, > > I found my solution that could help: > > "localhost"[TAB]"local-account"[TAB]"remotePOPServer"[TAB]"account@... o > m"[TAB]"cryptedPasswd"[TAB]=>"APOP"[NEWLINE] yes, if your remote POP3 server does not allow clear text authentication, you have to use APOP. - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: InformationOn Thu, 5 Nov 2009, Emmanuel Gonzalez wrote:
> Hi there, > > I have a problem with synchronization that I'm not understanding well. Let's > say that my domain is abcd.com. > > I use, for a customer in Tahiti (yes yes... the great Island...), an Xmail > server in a 192.168.10.X network that pops to synchronize and get the email > from abcd.com > It's working well normally and after one, two or 3 days, for some reasons > (cut of Internet lines, etc...) I have accounts that do not synchronize > anymore (but not all of them). > I have to download from abcd.com the mails for the "desynchronized > accounts", put them in the account/mailbox in the local server(remove them > from abcd.com) and then, it's working again. > I have 24 accounts that synchronize and every 2 or 3 days, 3 to 6 accounts > that don't synchronize. > > The server abcd.com is available 24h/day with no cut (Xmail server V 1.25) > > The Xmail server in the company (in Tahiti) is on a 512K DSL line with > dynamic IPs (changing 3 times/day) in an Island using satellite... > My command line is : -Sl -Pl -Ql -Yl -Fl -Cl -Ll -Yi 600 -YT 360 > (Xmail version 1.26) > > Any ideas / fixes ? What does your PSYNC log file tells, *after* the account doesn ot syncronize anymore? - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: Information Davide,
Basically it's saying : "SYNC=EFAIL" "0" "0" "0" "0" Even if before it was a "=>"APOP"" "SYNC=OK" "0" "0" "0" I have 1mb of psync log file to send for 1 day. Can I email you directly without changing the domain by abcd.com ? BTW: thanks for your reply "2009-11-04 21:50:14" "abcd.com" "ophelie" "pop.abcd.com" "ophelie@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 21:50:18" "abcd.com" "olivier" "pop.abcd.com" "olivier@..." "=>"APOP"" "SYNC=OK" "1" "17067" "0" "0" "2009-11-04 21:50:20" "abcd.com" "gerard" "pop.abcd.com" "gerard@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 21:50:21" "abcd.com" "steeve" "pop.abcd.com" "steeve@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 21:50:21" "abcd.com" "solange" "pop.abcd.com" "solange@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 21:50:22" "abcd.com" "vivi" "pop.abcd.com" "vivi@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 21:50:22" "abcd.com" "suzanne" "pop.abcd.com" "suzanne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 21:50:22" "abcd.com" "vtehau" "pop.abcd.com" "vtehau@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 21:50:22" "abcd.com" "vetea" "pop.abcd.com" "vetea@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 21:50:25" "abcd.com" "yannick" "pop.abcd.com" "yannick@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 21:50:27" "abcd.com" "hyper" "pop.abcd.com" "hyper@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 21:50:29" "abcd.com" "shipcruise" "pop.abcd.com" "shipcruise@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 21:50:29" "abcd.com" "direction" "pop.abcd.com" "direction@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 21:50:43" "abcd.com" "luc" "pop.abcd.com" "luc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 21:56:30" "abcd.com" "transit" "pop.abcd.com" "transit@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 21:58:21" "abcd.com" "viviane" "pop.abcd.com" "viviane@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 21:58:21" "abcd.com" "bernard" "pop.abcd.com" "bernard@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:00:29" "abcd.com" "aerien" "pop.abcd.com" "aerien@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:29" "abcd.com" "audrey" "pop.abcd.com" "audrey@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:29" "abcd.com" "gerard" "pop.abcd.com" "gerard@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:29" "abcd.com" "albert" "pop.abcd.com" "albert@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:29" "abcd.com" "eva" "pop.abcd.com" "eva@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:29" "abcd.com" "annette" "pop.abcd.com" "annette@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:29" "abcd.com" "daf" "pop.abcd.com" "daf@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:29" "abcd.com" "compta" "pop.abcd.com" "compta@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:37" "abcd.com" "informatique" "pop.abcd.com" "informatique@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:37" "abcd.com" "micheline" "pop.abcd.com" "micheline@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:37" "abcd.com" "karine" "pop.abcd.com" "karine@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:37" "abcd.com" "maryvonne" "pop.abcd.com" "maryvonne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:37" "abcd.com" "ophelie" "pop.abcd.com" "ophelie@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:37" "abcd.com" "olivier" "pop.abcd.com" "olivier@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:37" "abcd.com" "solange" "pop.abcd.com" "solange@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:44" "abcd.com" "jc" "pop.abcd.com" "jc@..." "=>"APOP"" "SYNC=OK" "2" "41012" "0" "0" "2009-11-04 22:00:44" "abcd.com" "steeve" "pop.abcd.com" "steeve@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:44" "abcd.com" "yannick" "pop.abcd.com" "yannick@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:44" "abcd.com" "suzanne" "pop.abcd.com" "suzanne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:44" "abcd.com" "hyper" "pop.abcd.com" "hyper@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:44" "abcd.com" "vetea" "pop.abcd.com" "vetea@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:44" "abcd.com" "vivi" "pop.abcd.com" "vivi@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:44" "abcd.com" "vtehau" "pop.abcd.com" "vtehau@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:51" "abcd.com" "shipcruise" "pop.abcd.com" "shipcruise@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:00:52" "abcd.com" "direction" "pop.abcd.com" "direction@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:01:05" "abcd.com" "viviane" "pop.abcd.com" "viviane@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:06:53" "abcd.com" "transit" "pop.abcd.com" "transit@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:08:34" "abcd.com" "bernard" "pop.abcd.com" "bernard@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:08:49" "abcd.com" "luc" "pop.abcd.com" "luc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:10:52" "abcd.com" "compta" "pop.abcd.com" "compta@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:10:52" "abcd.com" "audrey" "pop.abcd.com" "audrey@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:10:52" "abcd.com" "annette" "pop.abcd.com" "annette@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:10:52" "abcd.com" "daf" "pop.abcd.com" "daf@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:10:52" "abcd.com" "albert" "pop.abcd.com" "albert@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:10:52" "abcd.com" "aerien" "pop.abcd.com" "aerien@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:10:52" "abcd.com" "eva" "pop.abcd.com" "eva@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:10:52" "abcd.com" "gerard" "pop.abcd.com" "gerard@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:10:59" "abcd.com" "maryvonne" "pop.abcd.com" "maryvonne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:10:59" "abcd.com" "jc" "pop.abcd.com" "jc@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:10:59" "abcd.com" "karine" "pop.abcd.com" "karine@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:00" "abcd.com" "olivier" "pop.abcd.com" "olivier@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:00" "abcd.com" "micheline" "pop.abcd.com" "micheline@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:00" "abcd.com" "ophelie" "pop.abcd.com" "ophelie@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:00" "abcd.com" "informatique" "pop.abcd.com" "informatique@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:07" "abcd.com" "suzanne" "pop.abcd.com" "suzanne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:07" "abcd.com" "vtehau" "pop.abcd.com" "vtehau@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:07" "abcd.com" "vivi" "pop.abcd.com" "vivi@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:07" "abcd.com" "hyper" "pop.abcd.com" "hyper@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:07" "abcd.com" "steeve" "pop.abcd.com" "steeve@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:07" "abcd.com" "vetea" "pop.abcd.com" "vetea@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:07" "abcd.com" "yannick" "pop.abcd.com" "yannick@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:07" "abcd.com" "solange" "pop.abcd.com" "solange@..." "=>"APOP"" "SYNC=OK" "3" "22524" "0" "0" "2009-11-04 22:11:15" "abcd.com" "shipcruise" "pop.abcd.com" "shipcruise@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:15" "abcd.com" "direction" "pop.abcd.com" "direction@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:11:28" "abcd.com" "bernard" "pop.abcd.com" "bernard@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:11:28" "abcd.com" "transit" "pop.abcd.com" "transit@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:18:54" "abcd.com" "luc" "pop.abcd.com" "luc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:19:02" "abcd.com" "viviane" "pop.abcd.com" "viviane@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:21:15" "abcd.com" "aerien" "pop.abcd.com" "aerien@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:15" "abcd.com" "daf" "pop.abcd.com" "daf@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:15" "abcd.com" "eva" "pop.abcd.com" "eva@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:15" "abcd.com" "annette" "pop.abcd.com" "annette@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:18" "abcd.com" "gerard" "pop.abcd.com" "gerard@..." "=>"APOP"" "SYNC=OK" "1" "17065" "0" "0" "2009-11-04 22:21:22" "abcd.com" "jc" "pop.abcd.com" "jc@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:22" "abcd.com" "karine" "pop.abcd.com" "karine@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:22" "abcd.com" "maryvonne" "pop.abcd.com" "maryvonne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:22" "abcd.com" "informatique" "pop.abcd.com" "informatique@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:26" "abcd.com" "micheline" "pop.abcd.com" "micheline@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:27" "abcd.com" "albert" "pop.abcd.com" "albert@..." "=>"APOP"" "SYNC=OK" "5" "26911" "0" "0" "2009-11-04 22:21:28" "abcd.com" "audrey" "pop.abcd.com" "audrey@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:21:28" "abcd.com" "compta" "pop.abcd.com" "compta@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:21:30" "abcd.com" "steeve" "pop.abcd.com" "steeve@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:30" "abcd.com" "olivier" "pop.abcd.com" "olivier@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:33" "abcd.com" "suzanne" "pop.abcd.com" "suzanne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:34" "abcd.com" "vetea" "pop.abcd.com" "vetea@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:34" "abcd.com" "solange" "pop.abcd.com" "solange@..." "=>"APOP"" "SYNC=OK" "2" "5663" "0" "0" "2009-11-04 22:21:36" "abcd.com" "vivi" "pop.abcd.com" "vivi@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:36" "abcd.com" "vtehau" "pop.abcd.com" "vtehau@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:37" "abcd.com" "yannick" "pop.abcd.com" "yannick@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:37" "abcd.com" "hyper" "pop.abcd.com" "hyper@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:41" "abcd.com" "shipcruise" "pop.abcd.com" "shipcruise@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:43" "abcd.com" "direction" "pop.abcd.com" "direction@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:21:43" "abcd.com" "ophelie" "pop.abcd.com" "ophelie@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:27:46" "abcd.com" "transit" "pop.abcd.com" "transit@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:29:29" "abcd.com" "luc" "pop.abcd.com" "luc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:29:35" "abcd.com" "viviane" "pop.abcd.com" "viviane@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:29:41" "abcd.com" "bernard" "pop.abcd.com" "bernard@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:31:45" "abcd.com" "annette" "pop.abcd.com" "annette@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:45" "abcd.com" "gerard" "pop.abcd.com" "gerard@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:45" "abcd.com" "albert" "pop.abcd.com" "albert@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:45" "abcd.com" "eva" "pop.abcd.com" "eva@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:45" "abcd.com" "aerien" "pop.abcd.com" "aerien@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:45" "abcd.com" "daf" "pop.abcd.com" "daf@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:45" "abcd.com" "audrey" "pop.abcd.com" "audrey@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:52" "abcd.com" "karine" "pop.abcd.com" "karine@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:52" "abcd.com" "informatique" "pop.abcd.com" "informatique@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:53" "abcd.com" "micheline" "pop.abcd.com" "micheline@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:53" "abcd.com" "maryvonne" "pop.abcd.com" "maryvonne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:53" "abcd.com" "ophelie" "pop.abcd.com" "ophelie@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:31:58" "abcd.com" "compta" "pop.abcd.com" "compta@..." "=>"APOP"" "SYNC=OK" "1" "97016" "0" "0" "2009-11-04 22:32:00" "abcd.com" "solange" "pop.abcd.com" "solange@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:32:00" "abcd.com" "steeve" "pop.abcd.com" "steeve@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:32:00" "abcd.com" "vetea" "pop.abcd.com" "vetea@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:32:00" "abcd.com" "vivi" "pop.abcd.com" "vivi@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:32:03" "abcd.com" "olivier" "pop.abcd.com" "olivier@..." "=>"APOP"" "SYNC=OK" "1" "50981" "0" "0" "2009-11-04 22:32:06" "abcd.com" "vtehau" "pop.abcd.com" "vtehau@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:32:06" "abcd.com" "jc" "pop.abcd.com" "jc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:32:07" "abcd.com" "hyper" "pop.abcd.com" "hyper@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:32:07" "abcd.com" "yannick" "pop.abcd.com" "yannick@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:32:14" "abcd.com" "suzanne" "pop.abcd.com" "suzanne@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:32:14" "abcd.com" "direction" "pop.abcd.com" "direction@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:32:21" "abcd.com" "shipcruise" "pop.abcd.com" "shipcruise@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:32:27" "abcd.com" "luc" "pop.abcd.com" "luc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:38:16" "abcd.com" "transit" "pop.abcd.com" "transit@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:39:55" "abcd.com" "viviane" "pop.abcd.com" "viviane@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:40:12" "abcd.com" "bernard" "pop.abcd.com" "bernard@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:42:15" "abcd.com" "compta" "pop.abcd.com" "compta@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:15" "abcd.com" "albert" "pop.abcd.com" "albert@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:15" "abcd.com" "gerard" "pop.abcd.com" "gerard@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:15" "abcd.com" "daf" "pop.abcd.com" "daf@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:15" "abcd.com" "eva" "pop.abcd.com" "eva@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:15" "abcd.com" "annette" "pop.abcd.com" "annette@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:15" "abcd.com" "aerien" "pop.abcd.com" "aerien@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:15" "abcd.com" "audrey" "pop.abcd.com" "audrey@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:23" "abcd.com" "micheline" "pop.abcd.com" "micheline@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:23" "abcd.com" "maryvonne" "pop.abcd.com" "maryvonne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:23" "abcd.com" "informatique" "pop.abcd.com" "informatique@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:23" "abcd.com" "jc" "pop.abcd.com" "jc@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:23" "abcd.com" "olivier" "pop.abcd.com" "olivier@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:23" "abcd.com" "karine" "pop.abcd.com" "karine@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:23" "abcd.com" "ophelie" "pop.abcd.com" "ophelie@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:30" "abcd.com" "vetea" "pop.abcd.com" "vetea@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:30" "abcd.com" "suzanne" "pop.abcd.com" "suzanne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:30" "abcd.com" "vivi" "pop.abcd.com" "vivi@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:30" "abcd.com" "hyper" "pop.abcd.com" "hyper@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:30" "abcd.com" "steeve" "pop.abcd.com" "steeve@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:30" "abcd.com" "yannick" "pop.abcd.com" "yannick@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:36" "abcd.com" "solange" "pop.abcd.com" "solange@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:42:38" "abcd.com" "shipcruise" "pop.abcd.com" "shipcruise@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:42:44" "abcd.com" "vtehau" "pop.abcd.com" "vtehau@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:42:51" "abcd.com" "direction" "pop.abcd.com" "direction@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:48:39" "abcd.com" "transit" "pop.abcd.com" "transit@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:50:32" "abcd.com" "viviane" "pop.abcd.com" "viviane@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:50:38" "abcd.com" "luc" "pop.abcd.com" "luc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:50:42" "abcd.com" "bernard" "pop.abcd.com" "bernard@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:52:38" "abcd.com" "audrey" "pop.abcd.com" "audrey@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:38" "abcd.com" "compta" "pop.abcd.com" "compta@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:38" "abcd.com" "daf" "pop.abcd.com" "daf@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:38" "abcd.com" "annette" "pop.abcd.com" "annette@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:38" "abcd.com" "aerien" "pop.abcd.com" "aerien@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:38" "abcd.com" "eva" "pop.abcd.com" "eva@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:38" "abcd.com" "gerard" "pop.abcd.com" "gerard@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:38" "abcd.com" "albert" "pop.abcd.com" "albert@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:45" "abcd.com" "karine" "pop.abcd.com" "karine@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:45" "abcd.com" "informatique" "pop.abcd.com" "informatique@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:46" "abcd.com" "ophelie" "pop.abcd.com" "ophelie@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:46" "abcd.com" "jc" "pop.abcd.com" "jc@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:46" "abcd.com" "maryvonne" "pop.abcd.com" "maryvonne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:46" "abcd.com" "micheline" "pop.abcd.com" "micheline@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:53" "abcd.com" "suzanne" "pop.abcd.com" "suzanne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:53" "abcd.com" "vetea" "pop.abcd.com" "vetea@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:53" "abcd.com" "vivi" "pop.abcd.com" "vivi@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:53" "abcd.com" "vtehau" "pop.abcd.com" "vtehau@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:53" "abcd.com" "yannick" "pop.abcd.com" "yannick@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:52:59" "abcd.com" "olivier" "pop.abcd.com" "olivier@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:52:59" "abcd.com" "solange" "pop.abcd.com" "solange@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:53:00" "abcd.com" "hyper" "pop.abcd.com" "hyper@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:53:01" "abcd.com" "shipcruise" "pop.abcd.com" "shipcruise@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 22:53:06" "abcd.com" "steeve" "pop.abcd.com" "steeve@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 22:53:19" "abcd.com" "direction" "pop.abcd.com" "direction@..." "=>"APOP"" "SYNC=OK" "2" "55239" "0" "0" "2009-11-04 22:59:07" "abcd.com" "transit" "pop.abcd.com" "transit@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:00:41" "abcd.com" "bernard" "pop.abcd.com" "bernard@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:00:59" "abcd.com" "luc" "pop.abcd.com" "luc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:01:02" "abcd.com" "viviane" "pop.abcd.com" "viviane@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:03:07" "abcd.com" "gerard" "pop.abcd.com" "gerard@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:07" "abcd.com" "aerien" "pop.abcd.com" "aerien@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:07" "abcd.com" "audrey" "pop.abcd.com" "audrey@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:07" "abcd.com" "eva" "pop.abcd.com" "eva@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:07" "abcd.com" "albert" "pop.abcd.com" "albert@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:07" "abcd.com" "daf" "pop.abcd.com" "daf@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:07" "abcd.com" "annette" "pop.abcd.com" "annette@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:07" "abcd.com" "compta" "pop.abcd.com" "compta@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:14" "abcd.com" "maryvonne" "pop.abcd.com" "maryvonne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:14" "abcd.com" "ophelie" "pop.abcd.com" "ophelie@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:14" "abcd.com" "solange" "pop.abcd.com" "solange@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:14" "abcd.com" "micheline" "pop.abcd.com" "micheline@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:14" "abcd.com" "karine" "pop.abcd.com" "karine@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:17" "abcd.com" "olivier" "pop.abcd.com" "olivier@..." "=>"APOP"" "SYNC=OK" "1" "3840" "0" "0" "2009-11-04 23:03:22" "abcd.com" "vivi" "pop.abcd.com" "vivi@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:22" "abcd.com" "suzanne" "pop.abcd.com" "suzanne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:22" "abcd.com" "vetea" "pop.abcd.com" "vetea@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:22" "abcd.com" "steeve" "pop.abcd.com" "steeve@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:24" "abcd.com" "yannick" "pop.abcd.com" "yannick@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:28" "abcd.com" "informatique" "pop.abcd.com" "informatique@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:03:28" "abcd.com" "jc" "pop.abcd.com" "jc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:03:29" "abcd.com" "hyper" "pop.abcd.com" "hyper@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:29" "abcd.com" "shipcruise" "pop.abcd.com" "shipcruise@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:35" "abcd.com" "direction" "pop.abcd.com" "direction@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:03:35" "abcd.com" "vtehau" "pop.abcd.com" "vtehau@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:09:36" "abcd.com" "transit" "pop.abcd.com" "transit@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:11:22" "abcd.com" "luc" "pop.abcd.com" "luc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:11:24" "abcd.com" "bernard" "pop.abcd.com" "bernard@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:11:27" "abcd.com" "viviane" "pop.abcd.com" "viviane@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:13:35" "abcd.com" "daf" "pop.abcd.com" "daf@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:35" "abcd.com" "compta" "pop.abcd.com" "compta@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:35" "abcd.com" "audrey" "pop.abcd.com" "audrey@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:36" "abcd.com" "albert" "pop.abcd.com" "albert@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:36" "abcd.com" "gerard" "pop.abcd.com" "gerard@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:36" "abcd.com" "annette" "pop.abcd.com" "annette@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:43" "abcd.com" "informatique" "pop.abcd.com" "informatique@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:43" "abcd.com" "jc" "pop.abcd.com" "jc@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:43" "abcd.com" "maryvonne" "pop.abcd.com" "maryvonne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:43" "abcd.com" "micheline" "pop.abcd.com" "micheline@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:46" "abcd.com" "olivier" "pop.abcd.com" "olivier@..." "=>"APOP"" "SYNC=OK" "1" "12400" "0" "0" "2009-11-04 23:13:49" "abcd.com" "aerien" "pop.abcd.com" "aerien@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:13:49" "abcd.com" "eva" "pop.abcd.com" "eva@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:13:51" "abcd.com" "steeve" "pop.abcd.com" "steeve@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:51" "abcd.com" "suzanne" "pop.abcd.com" "suzanne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:54" "abcd.com" "vetea" "pop.abcd.com" "vetea@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:54" "abcd.com" "solange" "pop.abcd.com" "solange@..." "=>"APOP"" "SYNC=OK" "1" "12400" "0" "0" "2009-11-04 23:13:56" "abcd.com" "karine" "pop.abcd.com" "karine@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:13:56" "abcd.com" "vtehau" "pop.abcd.com" "vtehau@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:56" "abcd.com" "vivi" "pop.abcd.com" "vivi@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:57" "abcd.com" "ophelie" "pop.abcd.com" "ophelie@..." "=>"APOP"" "SYNC=OK" "1" "12400" "0" "0" "2009-11-04 23:13:58" "abcd.com" "hyper" "pop.abcd.com" "hyper@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:13:58" "abcd.com" "yannick" "pop.abcd.com" "yannick@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:14:02" "abcd.com" "shipcruise" "pop.abcd.com" "shipcruise@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:14:04" "abcd.com" "direction" "pop.abcd.com" "direction@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:20:05" "abcd.com" "transit" "pop.abcd.com" "transit@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:21:50" "abcd.com" "viviane" "pop.abcd.com" "viviane@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:21:58" "abcd.com" "bernard" "pop.abcd.com" "bernard@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:22:03" "abcd.com" "luc" "pop.abcd.com" "luc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:24:05" "abcd.com" "audrey" "pop.abcd.com" "audrey@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:05" "abcd.com" "daf" "pop.abcd.com" "daf@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:05" "abcd.com" "albert" "pop.abcd.com" "albert@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:05" "abcd.com" "eva" "pop.abcd.com" "eva@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:05" "abcd.com" "gerard" "pop.abcd.com" "gerard@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:05" "abcd.com" "compta" "pop.abcd.com" "compta@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:05" "abcd.com" "annette" "pop.abcd.com" "annette@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:12" "abcd.com" "informatique" "pop.abcd.com" "informatique@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:12" "abcd.com" "maryvonne" "pop.abcd.com" "maryvonne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:12" "abcd.com" "ophelie" "pop.abcd.com" "ophelie@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:12" "abcd.com" "karine" "pop.abcd.com" "karine@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:12" "abcd.com" "olivier" "pop.abcd.com" "olivier@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:12" "abcd.com" "micheline" "pop.abcd.com" "micheline@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:18" "abcd.com" "aerien" "pop.abcd.com" "aerien@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:24:20" "abcd.com" "solange" "pop.abcd.com" "solange@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:20" "abcd.com" "vetea" "pop.abcd.com" "vetea@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:20" "abcd.com" "vivi" "pop.abcd.com" "vivi@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:20" "abcd.com" "steeve" "pop.abcd.com" "steeve@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:20" "abcd.com" "suzanne" "pop.abcd.com" "suzanne@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:20" "abcd.com" "vtehau" "pop.abcd.com" "vtehau@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:26" "abcd.com" "yannick" "pop.abcd.com" "yannick@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:27" "abcd.com" "hyper" "pop.abcd.com" "hyper@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:28" "abcd.com" "direction" "pop.abcd.com" "direction@..." "=>"APOP"" "SYNC=OK" "0" "0" "0" "0" "2009-11-04 23:24:29" "abcd.com" "jc" "pop.abcd.com" "jc@..." "=>"APOP"" "SYNC=OK" "1" "142952" "0" "0" "2009-11-04 23:24:41" "abcd.com" "shipcruise" "pop.abcd.com" "shipcruise@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:30:17" "abcd.com" "viviane" "pop.abcd.com" "viviane@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:30:17" "abcd.com" "luc" "pop.abcd.com" "luc@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:30:17" "abcd.com" "bernard" "pop.abcd.com" "bernard@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" "2009-11-04 23:30:17" "abcd.com" "transit" "pop.abcd.com" "transit@..." "=>"APOP"" "SYNC=EFAIL" "0" "0" "0" "0" -----Message d'origine----- De : xmail-bounces@... [mailto:xmail-bounces@...] De la part de Davide Libenzi Envoyé : jeudi 5 novembre 2009 21:08 À : XMail Users Mailing List Objet : Re: [xmail] Information On Thu, 5 Nov 2009, Emmanuel Gonzalez wrote: > Hi there, > > I have a problem with synchronization that I'm not understanding well. Let's > say that my domain is abcd.com. > > I use, for a customer in Tahiti (yes yes... the great Island...), an Xmail > server in a 192.168.10.X network that pops to synchronize and get the > from abcd.com > It's working well normally and after one, two or 3 days, for some reasons > (cut of Internet lines, etc...) I have accounts that do not synchronize > anymore (but not all of them). > I have to download from abcd.com the mails for the "desynchronized > accounts", put them in the account/mailbox in the local server(remove them > from abcd.com) and then, it's working again. > I have 24 accounts that synchronize and every 2 or 3 days, 3 to 6 accounts > that don't synchronize. > > The server abcd.com is available 24h/day with no cut (Xmail server V 1.25) > > The Xmail server in the company (in Tahiti) is on a 512K DSL line with > dynamic IPs (changing 3 times/day) in an Island using satellite... > My command line is : -Sl -Pl -Ql -Yl -Fl -Cl -Ll -Yi 600 -YT 360 > (Xmail version 1.26) > > Any ideas / fixes ? What does your PSYNC log file tells, *after* the account doesn ot syncronize anymore? - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: InformationOn Thu, 5 Nov 2009, Emmanuel Gonzalez wrote:
> Davide, > > Basically it's saying : "SYNC=EFAIL" "0" "0" "0" "0" > Even if before it was a "=>"APOP"" "SYNC=OK" "0" "0" > "0" What's the exact line (w/out password) that you use to sync the account? - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: Information Davide,
Here are 2 lines out of the 24 accounts (25 lines) : "abcd.com" "direction" "pop.abcd.com" "direction@..." "010c...." =>"APOP" "abcd.com" "transit" "pop.abcd.com" "transit@..." "1117...." =>"APOP" .... This is : "abcd.com"[tab]"direction"[tab]"pop.abcd.com"[tab]"direction@..."[tab]" 010c...." =>"APOP"[NEWLINE] "abcd.com"[tab]"transit"[tab]"pop.abcd.com"[tab]"transit@..."[tab]"1117 ....." =>"APOP"[NEWLINE] On the lan (192.168....), the name of the domain is abcd.com (like the one on the WAN) in order that local mails don't go out. On the WAN (83.144.....), the name of the domain is abcd.com and can be accessed only by pop.abcd.com (mx is pointed on a Symantec hub filter that route to pop.abcd.com after filtering) FYI : Today, no account desynch (but yesterday 3 accounts) Best, Manu -----Message d'origine----- De : xmail-bounces@... [mailto:xmail-bounces@...] De la part de Davide Libenzi Envoyé : jeudi 5 novembre 2009 22:00 À : XMail Users Mailing List Objet : Re: [xmail] Information On Thu, 5 Nov 2009, Emmanuel Gonzalez wrote: > Davide, > > Basically it's saying : "SYNC=EFAIL" "0" "0" "0" "0" > Even if before it was a "=>"APOP"" "SYNC=OK" "0" "0" > "0" What's the exact line (w/out password) that you use to sync the account? - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
DNS problem Hi Davide,
I have a problem with a foreign domain that 3 different Xmail Servers I managed can't reach. I was sending email to that domain before using my Xmail server and it's not working now. The message is : [<00>] XMail bounce: Rcpt=[marc.caillieux@...];Error=[Recipient domain "secca-expertise.com" does not exist (or it has a misconfigured DNS)] I have looked at the dns entries for that domain and it looks ok and there is an email server responding on port 25. Below the dig ; <<>> DiG 9.4.2-P1 <<>> mx secca-expertise.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58088 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;secca-expertise.com. IN MX ;; ANSWER SECTION: secca-expertise.com. 0 IN MX 10 mail.secca-expertise.com. ;; Query time: 38 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Nov 6 16:5 Any ideas ? Best, Emmanuel _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: DNS problemOn Fri, 6 Nov 2009, Emmanuel Gonzalez wrote:
> Hi Davide, > > I have a problem with a foreign domain that 3 different Xmail Servers I > managed can't reach. > I was sending email to that domain before using my Xmail server and it's not > working now. > > The message is : > > [<00>] XMail bounce: > Rcpt=[marc.caillieux@...];Error=[Recipient domain > "secca-expertise.com" does not exist (or it has a misconfigured DNS)] > > I have looked at the dns entries for that domain and it looks ok and there > is an email server responding on port 25. > Below the dig > > ; <<>> DiG 9.4.2-P1 <<>> mx secca-expertise.com > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58088 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 > > ;; QUESTION SECTION: > ;secca-expertise.com. IN MX > > ;; ANSWER SECTION: > secca-expertise.com. 0 IN MX 10 mail.secca-expertise.com. > > ;; Query time: 38 msec > ;; SERVER: 127.0.0.1#53(127.0.0.1) > ;; WHEN: Fri Nov 6 16:5 > > Any ideas ? I checked the XMail code and the response from their NS. A lookup for NS for the secca-expertise.com domain, return two *authorities* NS: sdns1.ovh.net. serveur-web.pcl-assistance.net. The first one returns no MX records, even though it is listed as authority NS. The current XMail code, when it encounters an authority NS, trusts it as far as returned responses go, and hence stops right there with a NOTFOUND error. I believe their DNS is mis-configured in behaving that way, but since `dig` and the resolv library on Linux find the records, I'm changing the code to continue to enumerate the following NS in such cases. - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: DNS problem Davide,
Thanks for this answer and for you great job. Emmanuel Gonzalez -----Message d'origine----- De : xmail-bounces@... [mailto:xmail-bounces@...] De la part de Davide Libenzi Envoyé : vendredi 6 novembre 2009 19:16 À : XMail Users Mailing List Objet : Re: [xmail] DNS problem On Fri, 6 Nov 2009, Emmanuel Gonzalez wrote: > Hi Davide, > > I have a problem with a foreign domain that 3 different Xmail Servers I > managed can't reach. > I was sending email to that domain before using my Xmail server and it's not > working now. > > The message is : > > [<00>] XMail bounce: > Rcpt=[marc.caillieux@...];Error=[Recipient domain > "secca-expertise.com" does not exist (or it has a misconfigured DNS)] > > I have looked at the dns entries for that domain and it looks ok and there > is an email server responding on port 25. > Below the dig > > ; <<>> DiG 9.4.2-P1 <<>> mx secca-expertise.com > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58088 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 > > ;; QUESTION SECTION: > ;secca-expertise.com. IN MX > > ;; ANSWER SECTION: > secca-expertise.com. 0 IN MX 10 > > ;; Query time: 38 msec > ;; SERVER: 127.0.0.1#53(127.0.0.1) > ;; WHEN: Fri Nov 6 16:5 > > Any ideas ? I checked the XMail code and the response from their NS. A lookup for NS for the secca-expertise.com domain, return two *authorities* NS: sdns1.ovh.net. serveur-web.pcl-assistance.net. The first one returns no MX records, even though it is listed as authority NS. The current XMail code, when it encounters an authority NS, trusts it as far as returned responses go, and hence stops right there with a NOTFOUND error. I believe their DNS is mis-configured in behaving that way, but since `dig` and the resolv library on Linux find the records, I'm changing the code to continue to enumerate the following NS in such cases. - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: DNS problemOn Fri, 6 Nov 2009, Davide Libenzi wrote:
> I checked the XMail code and the response from their NS. > A lookup for NS for the secca-expertise.com domain, return two > *authorities* NS: > > sdns1.ovh.net. > serveur-web.pcl-assistance.net. > > The first one returns no MX records, even though it is listed as authority NS. > The current XMail code, when it encounters an authority NS, trusts it as > far as returned responses go, and hence stops right there with a NOTFOUND error. > I believe their DNS is mis-configured in behaving that way, but since > `dig` and the resolv library on Linux find the records, I'm changing the > code to continue to enumerate the following NS in such cases. It's even worse than that. The sdns1.ovh.net. NS, when queried for MX, returns no responses *AND* root servers as authoritative NSs. Pretty fscked up. - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: DNS problemThis actually is a situation we see rather often: a domain name having
one or more lame nameservers like this one (not responding, or responding with an authority section refering to the TLD root-servers) but actually still working (more or less) because at least one nameserver isn't lame. The response of sdns1.ovh.net for secca-expertise.com doesn't have the authoritative flag set. That's most probably the part that triggers other DNS software to look further, on to the next nameserver. I will however warn that, some other nameservers might return valid information which you would prefer to take into account, withou setting the authoritative flag. So just skipping any NS that doesn't set that flag would be a bad idea. Maybe skipping those that neither have an answer section (this one only returned an authority sections, which many nameservers do if you ask them something they know nothing about), nor have the authoritative flag set, could be a hint to move on to the next one? On 6-nov-09, at 20:28, Davide Libenzi wrote: > On Fri, 6 Nov 2009, Davide Libenzi wrote: > >> I checked the XMail code and the response from their NS. >> A lookup for NS for the secca-expertise.com domain, return two >> *authorities* NS: >> >> sdns1.ovh.net. >> serveur-web.pcl-assistance.net. >> >> The first one returns no MX records, even though it is listed as >> authority NS. >> The current XMail code, when it encounters an authority NS, trusts >> it as >> far as returned responses go, and hence stops right there with a >> NOTFOUND error. >> I believe their DNS is mis-configured in behaving that way, but since >> `dig` and the resolv library on Linux find the records, I'm >> changing the >> code to continue to enumerate the following NS in such cases. > > It's even worse than that. The sdns1.ovh.net. NS, when queried for MX, > returns no responses *AND* root servers as authoritative NSs. > Pretty fscked up. > > > > - Davide > > > _______________________________________________ > xmail mailing list > xmail@... > http://xmailserver.org/mailman/listinfo/xmail _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: DNS problemOn Fri, 6 Nov 2009, Bart Mortelmans wrote:
> This actually is a situation we see rather often: a domain name having one or > more lame nameservers like this one (not responding, or responding with an > authority section refering to the TLD root-servers) but actually still working > (more or less) because at least one nameserver isn't lame. > > The response of sdns1.ovh.net for secca-expertise.com doesn't have the > authoritative flag set. That's most probably the part that triggers other DNS > software to look further, on to the next nameserver. I will however warn that, > some other nameservers might return valid information which you would prefer > to take into account, withou setting the authoritative flag. So just skipping > any NS that doesn't set that flag would be a bad idea. > > Maybe skipping those that neither have an answer section (this one only > returned an authority sections, which many nameservers do if you ask them > something they know nothing about), nor have the authoritative flag set, could > be a hint to move on to the next one? Just to show how fscked up that NS is, now `dig` fails with it: davide@makko:~/tmp$ dig secca-expertise.com mx +all +trace ; <<>> DiG 9.6.1-P1 <<>> secca-expertise.com mx +all +trace ;; global options: +cmd .. 64451 IN NS E.ROOT-SERVERS.NET. .. 64451 IN NS F.ROOT-SERVERS.NET. .. 64451 IN NS H.ROOT-SERVERS.NET. .. 64451 IN NS K.ROOT-SERVERS.NET. .. 64451 IN NS L.ROOT-SERVERS.NET. .. 64451 IN NS G.ROOT-SERVERS.NET. .. 64451 IN NS J.ROOT-SERVERS.NET. .. 64451 IN NS A.ROOT-SERVERS.NET. .. 64451 IN NS M.ROOT-SERVERS.NET. .. 64451 IN NS D.ROOT-SERVERS.NET. .. 64451 IN NS I.ROOT-SERVERS.NET. .. 64451 IN NS C.ROOT-SERVERS.NET. .. 64451 IN NS B.ROOT-SERVERS.NET. ;; Received 436 bytes from 10.107.17.218#53(10.107.17.218) in 0 ms com. 172800 IN NS J.GTLD-SERVERS.NET. com. 172800 IN NS F.GTLD-SERVERS.NET. com. 172800 IN NS M.GTLD-SERVERS.NET. com. 172800 IN NS H.GTLD-SERVERS.NET. com. 172800 IN NS A.GTLD-SERVERS.NET. com. 172800 IN NS I.GTLD-SERVERS.NET. com. 172800 IN NS D.GTLD-SERVERS.NET. com. 172800 IN NS C.GTLD-SERVERS.NET. com. 172800 IN NS L.GTLD-SERVERS.NET. com. 172800 IN NS G.GTLD-SERVERS.NET. com. 172800 IN NS E.GTLD-SERVERS.NET. com. 172800 IN NS K.GTLD-SERVERS.NET. com. 172800 IN NS B.GTLD-SERVERS.NET. ;; Received 509 bytes from 198.41.0.4#53(A.ROOT-SERVERS.NET) in 76 ms secca-expertise.com. 172800 IN NS sdns1.ovh.net. secca-expertise.com. 172800 IN NS serveur-web.pcl-assistance.net. ;; Received 137 bytes from 192.54.112.30#53(H.GTLD-SERVERS.NET) in 180 ms com. 55871 IN NS a.gtld-servers.net. com. 55871 IN NS b.gtld-servers.net. com. 55871 IN NS c.gtld-servers.net. com. 55871 IN NS d.gtld-servers.net. com. 55871 IN NS e.gtld-servers.net. com. 55871 IN NS f.gtld-servers.net. com. 55871 IN NS g.gtld-servers.net. com. 55871 IN NS h.gtld-servers.net. com. 55871 IN NS i.gtld-servers.net. com. 55871 IN NS j.gtld-servers.net. com. 55871 IN NS k.gtld-servers.net. com. 55871 IN NS l.gtld-servers.net. com. 55871 IN NS m.gtld-servers.net. ;; BAD REFERRAL ;; Received 261 bytes from 213.251.188.140#53(sdns1.ovh.net) in 169 ms - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: InformationOn Fri, 6 Nov 2009, Emmanuel Gonzalez wrote:
> Davide, > > Here are 2 lines out of the 24 accounts (25 lines) : > > "abcd.com" "direction" "pop.abcd.com" "direction@..." > "010c...." =>"APOP" > "abcd.com" "transit" "pop.abcd.com" "transit@..." > "1117...." =>"APOP" > .... > > This is : > > "abcd.com"[tab]"direction"[tab]"pop.abcd.com"[tab]"direction@..."[tab]" > 010c...." =>"APOP"[NEWLINE] > "abcd.com"[tab]"transit"[tab]"pop.abcd.com"[tab]"transit@..."[tab]"1117 > ....." =>"APOP"[NEWLINE] > > On the lan (192.168....), the name of the domain is abcd.com (like the one > on the WAN) in order that local mails don't go out. > On the WAN (83.144.....), the name of the domain is abcd.com and can be > accessed only by pop.abcd.com (mx is pointed on a Symantec hub filter that > route to pop.abcd.com after filtering) With the above configuration, you should not have any issue. When it gets stuck again, remove the message one-by-one, until it unlocks, and send me the message that made the sync get stuck. - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
|
|
Re: DNS problemOn Fri, 6 Nov 2009, Bart Mortelmans wrote:
> This actually is a situation we see rather often: a domain name having one or > more lame nameservers like this one (not responding, or responding with an > authority section refering to the TLD root-servers) but actually still working > (more or less) because at least one nameserver isn't lame. > > The response of sdns1.ovh.net for secca-expertise.com doesn't have the > authoritative flag set. That's most probably the part that triggers other DNS > software to look further, on to the next nameserver. I will however warn that, > some other nameservers might return valid information which you would prefer > to take into account, withou setting the authoritative flag. So just skipping > any NS that doesn't set that flag would be a bad idea. > > Maybe skipping those that neither have an answer section (this one only > returned an authority sections, which many nameservers do if you ask them > something they know nothing about), nor have the authoritative flag set, could > be a hint to move on to the next one? This should be fixed now. I'll make another 1.27 pre-release this weekend ... - Davide _______________________________________________ xmail mailing list xmail@... http://xmailserver.org/mailman/listinfo/xmail |
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |