Re: [xmail] Auto Reply

2010-02-22 Thread CLEMENT Francis
Hello Emmanel No 'simple' solution except a autoreply script that use a blacklist Or an 'intelligent' autoreply script that will do something like this (avoid any 'loop' in any case, even not in autoreply blacklist) : - Use a 'autoreply tracking' database that will keep track of sender/receiv

Re: [xmail] Mozilla Thunderbird 3.0.1

2010-02-05 Thread CLEMENT Francis
As seen in different forums arround the web, seems in TB v3.x AUTH PLAIN and AUTH LOGIN are now considered NOT SECURE, and TB 3 fails to use them if not currently using a 'secure' connection (STARTTLS or pure SSMTP connection) with the smtp server. I don't understand why in they new 'security vis

Re: [xmail] XMail 1.27-pre11

2010-01-20 Thread CLEMENT Francis
--- >ATINET-Professional Web Hosting >Tel Voz: (0xx11) 4412-0876 >http://www.atinet.com.br > > >- Original Message - >From: "CLEMENT Francis" >To: "'XMail Users Mailing List'" >Sent: Wednesday, January 20, 2010 6:00 AM >Subjec

Re: [xmail] XMail 1.27-pre11

2010-01-20 Thread CLEMENT Francis
I think you don't need any .NET Framework 3.x (compact or not) but only VC++ 2008 redistributables (include vc++2008 runtime libs, as is MSVCR90.dll) (normally installing .Net framework 3.x is only necessary when using ..Net objects/... Pure C/C++ code should not need them, just C/C++ runtime corr

Re: [xmail] xmail 1.25 problem with a smtp headers

2010-01-19 Thread CLEMENT Francis
In any cases, rfc2822 said that email lines should be no more than 998 characters (http://tools.ietf.org/html/rfc2822#section-2.1.1) including headers lines. (section 2.2.3) so Yahoo is sending X-YMail-OSG headers that break the rfc I think where is nothing to do except convince Yahoo to correct

Re: [xmail] xmail 1.25 problem with a smtp headers

2010-01-19 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Phillip R. Shaw >Envoyé : mardi 19 janvier 2010 16:43 >À : xmail@xmailserver.org >Objet : [xmail] xmail 1.25 problem with a smtp headers > > >I am receiving emails from yahoo groups

[xmail] Test Message for Davide

2010-01-12 Thread CLEMENT Francis
Here is a test message as queried by Davide for a little problem Please don't reply :) Francis ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org/mailman/listinfo/xmail

Re: [xmail] Just a question about xmail as 'client' with smtp aut h and smtpfw .tab config file

2009-12-18 Thread CLEMENT Francis
; with smtp >auth and smtpfw .tab config file > > >On Thu, 17 Dec 2009, CLEMENT Francis wrote: > >> >> Hello Davide >> >> What I need is to force xmail to send to a specific domain >via a specific >> server support using only auth login clients >

Re: [xmail] Patches: IPv6 and SSL

2009-12-17 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Davide Libenzi >Envoyé : jeudi 17 décembre 2009 21:54 >À : XMail Users Mailing List >Objet : Re: [xmail] Patches: IPv6 and SSL > > >On Thu, 17 Dec 2009, Stephan Müller wrote: > >> T

[xmail] Just a question about xmail as 'client' with smtp auth and smtpfw .tab config file

2009-12-17 Thread CLEMENT Francis
Hello Davide What I need is to force xmail to send to a specific domain via a specific server support using only auth login clients So first I should create an entry in smtpfw.tab. easy :) But I did not remember (nothing in doc at smtpfw.tab section) if 'userauth/smtp' files are taken into acco

Re: [xmail] Patches: IPv6 and SSL

2009-12-17 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Francesco Vertova >Envoyé : jeudi 17 décembre 2009 10:10 >À : XMail Users Mailing List >Objet : Re: [xmail] Patches: IPv6 and SSL > > >At 08.41 17/12/09, Stephan Mueller wrote: > >>

Re: [xmail] valid recipient list with smtprelay

2009-10-21 Thread CLEMENT Francis
A simple xmail filter that check destination emails from a list could do the job. Francis >-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Dale >Envoyé : mercredi 21 octobre 2009 17:36 >À : xmail@xmailserver.org >Objet : [xmail

Re: [xmail] outgoing mail that should had never been sent.

2009-10-21 Thread CLEMENT Francis
Hello Spyros Install somethink like Xmail Queue Manager :) (link on xmailserver.org) You will then be able to seen xmail queue then delete the message Regards Francis -Message d'origine- De : xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]de la part de Spyros Tsiol

Re: [xmail] Multiple from inside mail headers

2009-10-15 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de fred >Envoyé : mercredi 14 octobre 2009 19:25 >À : 'XMail Users Mailing List' >Objet : Re: [xmail] Multiple from inside mail headers > > >Yes, my current SPF script is at that level

Re: [xmail] Multiple from inside mail headers

2009-10-14 Thread CLEMENT Francis
Hello Fred As this is a filter, the choice made to use 'return-path' in place of 'from' is filter specific, not related to xmail To help you we need to know more about this filter, how it works, parameters, ... Self-written filter or found on the net ? Do you have source code for this filter (or

Re: [xmail] relay email for an individual email address

2009-10-05 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Gilad Odinak >Envoyé : mardi 6 octobre 2009 07:57 >À : XMail Users Mailing List >Objet : [xmail] relay email for an individual email address > > >I want to forward all email to u...

Re: [xmail] CtrlClnt.exe does not work in Japanese windows

2009-10-02 Thread CLEMENT Francis
Hello Mixing source code files from various versions for same projet (like here openssl libs) is not a good think and generaly end with errors at compile time as many files are version depends (and some times os dependent especialy for the good header file to use) :-/ I think you should first r

Re: [xmail] CtrlClnt local/remote diff in return value on w2k

2009-10-01 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Davide Libenzi >Envoyé : mercredi 30 septembre 2009 20:37 >À : XMail Users Mailing List >Objet : Re: [xmail] CtrlClnt local/remote diff in return value on w2k > > >Can you try

Re: [xmail] CtrlClnt local/remote diff in return value on w2k

2009-09-30 Thread CLEMENT Francis
gt; > >On Tue, 29 Sep 2009, CLEMENT Francis wrote: > >> Here is WinDBG result (some change in cmd line to mask >sensitive data) : >> >> CommandLine: C:\XMail\Bin\CtrlClnt.exe -s www.xxx.yyy.zzz -n 6017 -u >> myusername -p mypassword userlist somehandleddomainnam

Re: [xmail] CtrlClnt local/remote diff in return value on w2k

2009-09-29 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de CLEMENT Francis >Envoyé : mardi 29 septembre 2009 08:27 >À : 'XMail Users Mailing List' >Objet : Re: [xmail] CtrlClnt local/remote diff in retur

Re: [xmail] CtrlClnt local/remote diff in return value on w2k

2009-09-28 Thread CLEMENT Francis
gt; > >On Mon, 28 Sep 2009, Davide Libenzi wrote: > >> On Mon, 28 Sep 2009, CLEMENT Francis wrote: >> >> > As said, ctrlclnt don't crash at all, at end of job >(action correctly >> > completed at xmail server side, and ctrlclnt output >co

Re: [xmail] CtrlClnt local/remote diff in return value on w2k

2009-09-28 Thread CLEMENT Francis
gt; > >On Mon, 28 Sep 2009, CLEMENT Francis wrote: > >> >> Test with ctrlclnt version 1.26, 1.25 and 1.24 localy on >> >server running >> >> xmail server 1.26 (same ctrlclnt cmd line, same ctrl ip/port >> >and action) >> >> >>

Re: [xmail] CtrlClnt local/remote diff in return value on w2k

2009-09-28 Thread CLEMENT Francis
w2k > > >On Fri, 25 Sep 2009, CLEMENT Francis wrote: > >> >-Message d'origine- >> >De : xmail-boun...@xmailserver.org >> >[mailto:xmail-boun...@xmailserver.org]de la part de CLEMENT Francis >> >Envoyé : vendredi 25 septembre 2009 14:14 >

Re: [xmail] CtrlClnt local/remote diff in return value on w2k

2009-09-28 Thread CLEMENT Francis
w2k > > >On Fri, 25 Sep 2009, CLEMENT Francis wrote: > >> Hello Davide >> >> Context : >> Server : W2K server SP4, xmail 1.26 >> WorkStation : W2K workstation SP4, ctrlclnt.exe copied from >xmail 1.26 >> server (so exactly same binary) >&

Re: [xmail] CtrlClnt local/remote diff in return value on w2k

2009-09-25 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de CLEMENT Francis >Envoyé : vendredi 25 septembre 2009 14:14 >À : 'XMail Users Mailing List' >Objet : Re: [xmail] CtrlClnt local/remote diff in retur

Re: [xmail] CtrlClnt local/remote diff in return value on w2k

2009-09-25 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Francesco Vertova >Envoyé : vendredi 25 septembre 2009 10:58 >À : XMail Users Mailing List >Objet : Re: [xmail] CtrlClnt local/remote diff in return value on w2k > > >I'm usin

Re: [xmail] CtrlClnt local/remote diff in return value on w2k

2009-09-25 Thread CLEMENT Francis
on w2k > > >At 10.34 25/09/09, CLEMENT Francis wrote: > >>Server : W2K server SP4, xmail 1.26 >>WorkStation : W2K workstation SP4, ctrlclnt.exe copied from xmail 1.26 >>server (so exactly same binary) >> >>When running CtrlClnt from the workstation all ok

[xmail] CtrlClnt local/remote diff in return value on w2k

2009-09-25 Thread CLEMENT Francis
Hello Davide Context : Server : W2K server SP4, xmail 1.26 WorkStation : W2K workstation SP4, ctrlclnt.exe copied from xmail 1.26 server (so exactly same binary) When running CtrlClnt from the workstation all ok, output result is ok, ctrlclnt exit immediatly and exit code (errorlevel) is 0 Same e

Re: [xmail] ERDNS weirdness

2009-09-08 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Davide Libenzi >Envoyé : lundi 7 septembre 2009 19:55 >À : XMail Users Mailing List >Objet : Re: [xmail] ERDNS weirdness > > >On Mon, 7 Sep 2009

Re: [xmail] ERDNS weirdness

2009-09-07 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Davide Libenzi >Envoyé : lundi 7 septembre 2009 16:47 >À : XMail Users Mailing List >Objet : Re: [xmail] ERDNS weirdness > > >On Mon, 7 Sep 2009, CL

Re: [xmail] ERDNS weirdness

2009-09-07 Thread CLEMENT Francis
(done) AND also include the Wspiapi.h file :) (not tested I have no compiler here :( ) Francis >-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de CLEMENT Francis >Envoyé : lundi 7 septembre 2009 09:52 >À : &#x

Re: [xmail] ERDNS weirdness

2009-09-07 Thread CLEMENT Francis
Hi Davide Tool tested on w2000 sp4 returns this error : (manually translated from French to English so not exact english error) "getnameinfo entry point no found in dinamic link library WS2_32.dll" Works fine on w2003R2 SP2 (not tested on w2003 no sp nor 2008/2008r2) Francis >-Message

Re: [xmail] migrating users from one xmail installation to anothe r

2009-08-24 Thread CLEMENT Francis
Basicaly, migration to new server with new version is easy : - Install OLD version to new server (yes OLD so here 1.23) - copy complete old xmailroot to new server - verify that this OLD version on new server is ok (pop, smtp, ...) Then finally complete 1.23 to 1.26 transition : - stop xmail on

[xmail] SMTP TLS

2009-08-24 Thread CLEMENT Francis
Ssl certificates are based on server name, so you can use it on xmail ONLY if your xmail server use same name (and generaly a ip that resolve to same name) So if your ssl cert is for www.atinet.com.br, you xmail server should resolve to www.atinet.com.br (from ip and from smtp banners I think)

Re: [xmail] Help needed for unknow foreign server error "553 sorr y, your enve lope sender domain must exist (#5.7.1)"

2009-07-08 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Davide Libenzi >Envoyé : mercredi 8 juillet 2009 16:18 >À : XMail Users Mailing List >Objet : Re: [xmail] Help needed for unknow foreign server error "553 >sorry, your enve lope sen

Re: [xmail] Help needed for unknow foreign server error "553 sorr y, your enve lope sender domain must exist (#5.7.1)"

2009-07-08 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Tjeerd Makel >Envoyé : mercredi 8 juillet 2009 11:45 >À : XMail Users Mailing List >Objet : Re: [xmail] Help needed for unknow foreign server error "553 >sorry, your enve lope sende

Re: [xmail] Help needed for unknow foreign server error "553 sorr y, your enve lope sender domain must exist (#5.7.1)"

2009-07-08 Thread CLEMENT Francis
ror "553 >sorry, your enve lope sender domain must exist (#5.7.1)" > > >Hi Francis, > >CLEMENT Francis wrote: > > > I 'googled' for this error and found could be dns problem on sender >domain > > setup, but my server mx.groupeab.com is cor

[xmail] Help needed for unknow foreign server error "553 sorry, your enve lope sender domain must exist (#5.7.1)"

2009-07-08 Thread CLEMENT Francis
Hello One of my customers received this bounce from xmail after sending a mail : (xxx = sender email with 'correct domain' that exist and correctly setup in dns systems:), yyy recipent email, some data changed) De : groupeab.com PostMaster [mailto:postmas

Re: [xmail] Different question...

2009-06-05 Thread CLEMENT Francis
Dale You could try to 'manually' (telnet) connect to your xmail server in the 'blocked' situation (no space) and see what is the response. Is 'esmail.esblah.blah.com' your (obfuscated) server name ? if not, the error 5xx is generated by another server in the route to you server (another server tha

Re: [xmail] No more errors in XMAIL log?

2009-05-18 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Oliver Stöneberg >Envoyé : lundi 18 mai 2009 12:09 >À : XMail Users Mailing List >Objet : Re: [xmail] No more errors in XMAIL log? > > >Argh! >I am very sorry. This code was never

Re: [xmail] Bad SOA for a domain

2009-03-18 Thread CLEMENT Francis
Hello Paul Simple way : - First get back your hosts file to previous state, no need to change it at all to force xmail :) - Get greatnorthernsnowcat.com mx ip (current mx seems to be mail.greatnorthernsnowcat.com, at ip 208.64.136.91) - In xmail smtpfwd.tab file add a line like this : "greatnorth

Re: [xmail] SMTP error: 501 Syntax error in parameters or argumen ts: (-31)

2009-02-02 Thread CLEMENT Francis
>-Message d'origine- >De : xmail-boun...@xmailserver.org >[mailto:xmail-boun...@xmailserver.org]de la part de Davide Libenzi >Envoyé : dimanche 1 février 2009 00:15 >À : XMail Users Mailing List >Objet : Re: [xmail] SMTP error: 501 Syntax error in parameters or >arguments: (-31) > > >On Sun

[xmail] Happy New Year :)

2009-01-02 Thread CLEMENT Francis
to everybody ! Francis ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org/mailman/listinfo/xmail

Re: [xmail] glst 0.27 xnet bug ?

2008-12-02 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Davide Libenzi >Envoyé : lundi 1 décembre 2008 18:30 >À : XMail Users Mailing List >Objet : Re: [xmail] glst 0.27 xnet bug ? > > >On Mon, 1 Dec 2008, CLEMENT Francis wrote: &

Re: [xmail] glst 0.27 xnet bug ?

2008-12-01 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Davide Libenzi >Envoyé : vendredi 28 novembre 2008 22:54 >À : XMail Users Mailing List >Objet : Re: [xmail] glst 0.27 xnet bug ? > > >On Fri, 28 Nov 2008, CLEMENT Francis

Re: [xmail] glst 0.27 xnet bug ?

2008-11-28 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Davide Libenzi >Envoyé : jeudi 27 novembre 2008 18:34 >À : XMail Users Mailing List >Objet : Re: [xmail] glst 0.27 xnet bug ? > >"mnet" masking is applied *before* "xnet" whitelisting. Supposing it's th

Re: [xmail] Is anyone having problems with spamhaus?

2008-11-27 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Filip Supera >Envoyé : jeudi 27 novembre 2008 13:24 >À : XMail Users Mailing List >Objet : Re: [xmail] Is anyone having problems with spamhaus? > > >Francesco Vertova : >> Hi all, >> >> zen.spamhaus.org has

Re: [xmail] glst 0.27 xnet bug ?

2008-11-27 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de CLEMENT Francis >Envoyé : jeudi 27 novembre 2008 09:58 >À : 'xmail@xmailserver.org' >Objet : [xmail] glst 0.27 xnet bug ? > > >Hello Davide > >I upgraded re

[xmail] glst 0.27 xnet bug ?

2008-11-27 Thread CLEMENT Francis
Hello Davide I upgraded recently to glst 0.27 due to mnet problem (recent discussion on this list) Now, trying to send a mail from the server itself I got a rejection 'try later' from glst even if the 'sender ip' is excluded with an xnet setting : Actual glst.conf xnet and mnet : mnet=0.0.0.0,0

Re: [xmail] new problem for me

2008-11-18 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Charlie Qualls >Envoyé : mardi 18 novembre 2008 15:52 >À : XMail Users Mailing List >Objet : Re: [xmail] new problem for me > > >Hello CLEMENT, > >I think I found the problem. My log files have filled the var

Re: [xmail] new problem for me

2008-11-18 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Charlie Qualls >Envoyé : mardi 18 novembre 2008 14:21 >À : xmail@xmailserver.org >Objet : [xmail] new problem for me > > >Hello Xmail, > >My mail server has been running flawlessly for a long time. >Now t

[xmail] Re: glst mnet setting syntax

2008-11-10 Thread CLEMENT Francis
>I think you are using an old version of GLST. Get the new one: > >http://www.xmailserver.org/glst-mod.html > >I double-checked it, and it works as expected. > > > >- Davide Seems I missed some annoncement about a 0.27 (nor a 0.26 ...) :-/ Thanks Davide, I will install this none Francis - To

[xmail] glst mnet setting syntax

2008-11-07 Thread CLEMENT Francis
Hello Davide Just trying the mnet setting in glst.conf Before I had no mnet setting and my glst database showed the good ip I tryed the following setting according to glst doc to help pass mails coming from second retries isp senders servers on same class C networks : mnet=0.0.0.0,0.0.0.0,255.

[xmail] Re: ErrString = Truncated UDP DNS response

2008-11-07 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Davide Libenzi >Envoy=E9 : vendredi 7 novembre 2008 17:22 >=C0 : 'xmail@xmailserver.org' >Objet : [xmail] Re: ErrString =3D Truncated UDP DNS response > > >On Fri,

[xmail] ErrString = Truncated UDP DNS response

2008-11-07 Thread CLEMENT Francis
Hello Davide My server (w2k) does not use SmartDNSHost setting so not a problem with any local dns server But sometimes I get this error in the spool : ErrCode = -108 ErrString = Truncated UDP DNS response What can be the reason for this error ? : What can I check against ? Thanks Francis -

[xmail] Re: glst.conf

2008-11-07 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Rosario Pingaro >Envoye : vendredi 7 novembre 2008 12:25 >A : xmail@xmailserver.org >Objet : [xmail] Re: glst.conf > > >then another problem is that some mail client are sending mail >using the >private ip

[xmail] Re: log file

2008-11-07 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Kovesdi Gyorgy >Envoye : vendredi 7 novembre 2008 13:23 >A : xmail@xmailserver.org >Objet : [xmail] log file > > >> generr=0 >> rejerr=3 >Thanx, it worx! Strange think that you didn't get these values, these

[xmail] Re: glst.conf

2008-11-07 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Rosario Pingaro >Envoye : vendredi 7 novembre 2008 10:18 >A : xmail@xmailserver.org >Objet : [xmail] glst.conf > > >I added this lines to glst.conf to whitelist my cusotmers' ip: >xnet=93.88.96.0,255.255.240.

[xmail] Re: xmail+glst

2008-11-07 Thread CLEMENT Francis
>Check glst.conf file for returned values ! >Correct values should be : >generr=3D0 >rejerr=3D3 Should be read : generr=0 rejerr=3 (bad utf8 handling by ecartis :( ) - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help:

[xmail] Re: xmail+glst

2008-11-07 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de K=C3=B6vesdi = Gy=C3=B6rgy >Envoy=C3=A9 : vendredi 7 novembre 2008 09:33 >=C3=80 : xmail@xmailserver.org >Objet : [xmail] xmail+glst > > >Hi, > >I have xmail installed on OpenWRT (on Asus WL500gP), and it wor

[xmail] Re: glst on an only smtp server

2008-10-27 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Rosario Pingaro >Envoy=E9 : samedi 25 octobre 2008 21:58 >=C0 : xmail@xmailserver.org >Objet : [xmail] glst on an only smtp server > > >In our design we have two mail servers, one for pop3 and one for smtp. >

[xmail] Re: email address validation (RFC2822...)

2008-10-21 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Davide Libenzi >Envoy=E9 : mercredi 22 octobre 2008 02:57 >=C0 : XMail mailing list >Objet : [xmail] Re: email address validation (RFC2822...) > > >On Tue, 21 Oct 2008, [EMAIL PROTECTED] wrote: > >> Hello Fra

[xmail] Re: email address validation (RFC2822...)

2008-10-21 Thread CLEMENT Francis
As RFC2822 is for the DATA section of an smtp transaction, it is not to = be considered at smtp level :) At smtp level you should only refer to RFC 2821 :) RFC 2821 (smtp protocol) says somethink about MAIL FROM and RCPT TO = syntaxes and checks: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=

[xmail] Re: Problem with pop3links

2008-10-08 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de gbainbridge >Envoy=E9 : mercredi 8 octobre 2008 13:40 >=C0 : xmail@xmailserver.org >Objet : [xmail] Re: Problem with pop3links > > > > >CLEMENT Francis wrote: >>=2

[xmail] Re: Incoming mails bouncing

2008-10-08 Thread CLEMENT Francis
> >It is currently: > >"0.0.0.0" "0.0.0.0" "ALLOW" 1 > OK >> >> Then various server.tab file parameters (SmtpConfig if used, disable >> temporaly custmaplist in case, ...) >> >> >> "SmtpConfig" "mail-auth" Offending configuration found :) If you set SmtpConfig like t

[xmail] Re: Problem with pop3links

2008-10-08 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de gbainbridge >Envoy=E9 : mercredi 8 octobre 2008 01:13 >=C0 : xmail@xmailserver.org >Objet : [xmail] Re: Problem with pop3links > > > > >How does the content of your pop3links.tab file look like? > >This is it

[xmail] Re: Incoming mails bouncing

2008-10-08 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de gbainbridge >Envoy=E9 : mercredi 8 octobre 2008 01:28 >=C0 : xmail@xmailserver.org >Objet : [xmail] Incoming mails bouncing > > > >Since posting my previous query, I have set-up an MX record to=20 >point to m

[xmail] Re: Question/Suggestion about smtp logs and CustMapsL ist or spammers. tab

2008-09-30 Thread CLEMENT Francis
gt;or spammers. tab > > >On Mon, 29 Sep 2008, CLEMENT Francis wrote: > >>=20 >> Hello Davide >>=20 >> Actually I have "CustMapsList" settings with :0, meaning=20 >"wait for auth >> before reject" >>=20 >> In this configuratio

[xmail] Question/Suggestion about smtp logs and CustMapsList or spammers. tab

2008-09-29 Thread CLEMENT Francis
Hello Davide Actually I have "CustMapsList" settings with :0, meaning "wait for auth before reject" In this configuration, each time a sender is in the 'rbl', and it does not 'auth' I have two entries in smtp logs, sample entries : "mx.groupeab.com" "mx.groupeab.com" "201.78.167.81"

[xmail] Re: Filter attachments before mailproc.tab

2008-09-25 Thread CLEMENT Francis
Better place is mailproc.tab file in any cases as you are sure you will = run the attachment check only for the needed users/redirects (can easily = change for a user when not at all redirected to google, so only mailproc need changes for the redirect and removing the filter, ...) In fact mailpro

[xmail] Someone in the list have a 'little' problem ;-)

2008-09-17 Thread CLEMENT Francis
>From time to time, after posting to this list, I receive this mail : = Received: from smtp.paradisegalleries.com ([206.71.164.135]:53787) by mx.groupeab.com with [XMail 1.25 ESMTP Server] id for <[EMAIL PROTECTED]> from <>; Wed, 17 Sep 2008 09:07:39 +0200

[xmail] Re: Problem with empty "DefaultSMTPGateways"

2008-09-16 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Davide Libenzi >Envoy=E9 : mardi 16 septembre 2008 20:19 >=C0 : xmail@xmailserver.org >Objet : [xmail] Re: Problem with empty "DefaultSMTPGateways" > > >On Tue, 16 Sep 2008, Oliver St=F6neberg wrote: >> There

[xmail] Re: Question about spam-address.tab filtering

2008-09-16 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Stefano Pascucci >Envoy=E9 : lundi 15 septembre 2008 20:42 >=C0 : xmail@xmailserver.org >Objet : [xmail] Question about spam-address.tab filtering > > >Hi all > >I have noticed an annoying problem regarding

[xmail] Re: 1.26-pre03

2008-09-08 Thread CLEMENT Francis
>Does an 'mv' convert CRLF to CR ? I don't remember that :/ must be read as : Does an 'mv' convert CRLF to LF ? I don't remember that :/ -^^=20 :) >-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL

[xmail] Re: 1.26-pre03

2008-09-08 Thread CLEMENT Francis
Just a question : Does an 'mv' convert CRLF to CR ? I don't remember that :/ Just a suggestion : Except if the copy/transfert program used to pass mail files from the windows system to the linux system have options to convert crlf to cr, = I think if Rob want to fully convert windows maibox conte

[xmail] Re: XMail Win32 and drwtsn32.exe

2008-09-03 Thread CLEMENT Francis
Hello Edinilson Seems strange because here i use w2k all patchs (I just run again windowsupdate either critical or not to be sure, all is installed, none waiting in 'queue' ;) ) with xmail 1.25 (not tryed yet 1.26-prexx) and = never had this drwatson with neither ctrlclnt nor xmail Are you sure n

[xmail] Re: Server access forbidden by your IP

2008-07-02 Thread CLEMENT Francis
Hello Edinilson First at all, can you confirm if the clients IPs are /aren't presently = in the blacklists mentionned ? Any entries in spammers.tab file that could match they IPs ? At third retry, can you confirm that auth login is involved (in smtp = log file, last field confirm auth showing log

[xmail] Re: XMail 1.25 Win32

2008-06-12 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Davide Libenzi >Envoy=E9 : jeudi 12 juin 2008 07:50 >=C0 : xmail@xmailserver.org >Objet : [xmail] Re: XMail 1.25 Win32 > > >On Wed, 11 Jun 2008, Edinilson - ATINET wrote: >> I don=B4t know exactly why but drw

[xmail] Re: 1.25 just started to seg fault

2008-05-20 Thread CLEMENT Francis
Does any others parts of you FreeBsd changed recently ? (some packages updates, new software install, or dependencies for the aboves, = especialy core system components or openssl, ...) Did you use last 1.25 'stable' or previous 'pre' version ? Can you try the other 1.25 version ? (older or newer)

[xmail] Never see this error :/ What about ?

2008-05-19 Thread CLEMENT Francis
Hello Davide and guys I just received this NDR when trying to send to the destination domain mail.sy : ErrCode = -109 ErrString = Unable to get UDP DNS response SMAIL SMTP-Send EDNS = "mail.sy" SMTP = "myserverfqdn" From = "senderemail" To = "[EMAIL PROTECTED]" Failed ! SMTP-Error = "Unable to

[xmail] Re: Different server for sending emails

2008-05-12 Thread CLEMENT Francis
Additionnal information (i forgot you wanted your users to do 'auth' when sending using server2 as smtp server) : If you want users to 'auth' using server2, you need to used first solution (create real accounts with the mailproc.tab to redirect to server1 'pop3') The second solution is used gene

[xmail] Re: Mail Relay

2008-05-09 Thread CLEMENT Francis
MX backups with two xmail server is a recurring topic :) General setup is : A - Set the 'mx backup server' as an MX for the domain (a lowest priority is generaly set for the backup, except if you want to add 'mx load balancing' feature to the basic 'mx backup on primary mx failure' feature) B -

[xmail] Re: Different server for sending emails

2008-05-09 Thread CLEMENT Francis
Simply add this mailproc.tab file to any SERVER2 accounts : "smtprelay"[TAB]"SERVER1_fqdn_or_ip" (you can add automaticaly this file using your sync batch on each server2 created account) Alternate solution easier to 'sync' : Don't create 'mailboxes' on server2 when doing sync with server1 but

[xmail] Re: Lockdown xMail

2008-05-05 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Hal Dell >Envoy=E9 : lundi 5 mai 2008 17:55 >=C0 : xmail@xmailserver.org >Objet : [xmail] Re: Lockdown xMail > > >However, you have to understand this is a huge issue >for my customers and a lot of my cu

[xmail] Re: Lockdown xMail

2008-05-05 Thread CLEMENT Francis
I suggested Mr Har Dell to simply add another ip to xmail server, then lookup down xmail to accept only postini servers on this ip with a = firewall rule, and use a smtpconfig "Mailauth" for original xmail ip. Setup will be : Xmail server with two ips : - current one, with no changes in current x

[xmail] Re: Lockdown xMail

2008-05-05 Thread CLEMENT Francis
Deal Mr Hal Dell It was just a joke, because your Postini presentation looked like a 'promotional' mail, so take it like a joke :) Sorry if I offended you, it was not wanted. Francis -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Hal Dell Envoy=E9 : lun

[xmail] Re: Lockdown xMail

2008-05-03 Thread CLEMENT Francis
>-Message d'origine- >De: [EMAIL PROTECTED] >A: xmail@xmailserver.org >Date: 03/05/08 06:49 >Objet: [xmail] Re: Lockdown xMail > >On Fri, 2 May 2008, David Lord wrote: > >> On 2 May 2008 at 10:27, Hal Dell wrote: >> >> > Hello... >> > >> > For those of you who don't know Postini -- the c

[xmail] Re: another glst example of not picking up trips

2008-05-02 Thread CLEMENT Francis
>-Message d'origine- >De: [EMAIL PROTECTED] >A: xmail@xmailserver.org >Date: 30/04/08 22:06 >Objet: [xmail] Re: another glst example of not picking up trips > >I'll be darned. I just turned on the logs and did a quick test and the >logging works fine. I can't believe I never knew that wa

[xmail] Re: Invalid mail addresses?

2008-04-30 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Oliver St=F6neberg >Envoy=E9 : mercredi 30 avril 2008 17:01 >=C0 : xmail@xmailserver.org >Objet : [xmail] Invalid mail addresses? > > >Today I recognised, that some mails with invalid mail addresses were=20 >

[xmail] Re: another glst example of not picking up trips

2008-04-30 Thread CLEMENT Francis
First you definitively have to enable xmail filter logs. What is your glst database size at this time ? I remember I had some problems when the "GDM" glst database reached = 10MB in size (seems only on win32 servers), so I had to run a batch to clean up = it regulary (each night did the job keepin

[xmail] Re: glst issue with trips not being recognized

2008-04-30 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Dale Qualls >Envoy=E9 : mercredi 30 avril 2008 14:28 >=C0 : xmail@xmailserver.org >Objet : [xmail] Re: glst issue with trips not being recognized > > >Thanks for your response, Francis, I appreciate it. >Am I

[xmail] Re: Problem receiving mails from specific domain

2008-04-30 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Bart Mortelmans >Envoy=E9 : mercredi 30 avril 2008 11:14 >=C0 : xmail@xmailserver.org >Objet : [xmail] Re: Problem receiving mails from specific domain > > >> >> PS : Notice that the order in your post-data f

[xmail] Re: Problem receiving mails from specific domain

2008-04-30 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de fred >Envoy=E9 : mardi 29 avril 2008 22:08 >=C0 : xmail@xmailserver.org >Objet : [xmail] Re: Problem receiving mails from specific domain > > >UPDATE: > >It does NOT work if I remove everything in filters.pos

[xmail] Re: glst issue with trips not being recognized

2008-04-30 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Dale Qualls >Envoy=E9 : mercredi 30 avril 2008 04:09 >=C0 : xmail@xmailserver.org >Objet : [xmail] glst issue with trips not being recognized > > >Davide (or anyone): > >First of all, thanks in advance for an

[xmail] Re: Compiling XMail 1.25 fails on OSX Leopard

2008-04-28 Thread CLEMENT Francis
l 2008 16:35 >=C0 : xmail@xmailserver.org >Objet : [xmail] Re: Compiling XMail 1.25 fails on OSX Leopard > > >I see >/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libkvm.dylib > >which is not in the system's search path. Anything I can tweak with =20 >this ? > >-- Haral

[xmail] Re: Compiling XMail 1.25 fails on OSX Leopard

2008-04-28 Thread CLEMENT Francis
>-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Harald Schneider >Envoy=E9 : lundi 28 avril 2008 13:31 >=C0 : xmail@xmailserver.org >Objet : [xmail] Compiling XMail 1.25 fails on OSX Leopard > > >Compiling fails with > >$ OSTYPE=3DDarwin make -f Makefile.

[xmail] Re: multiple smtprelay servers for custdomains and 5x x er rors

2008-04-28 Thread CLEMENT Francis
6 Apr 2008 at 22:46, Davide Libenzi wrote: > >> On Thu, 24 Apr 2008, Oliver St=F6neberg wrote: >> > > On Tue, 22 Apr 2008, CLEMENT Francis wrote: >> > > >> > > > Seems there was some post about this. >> > > > >> > > > The

[xmail] Re: Lockdown xMail

2008-04-25 Thread CLEMENT Francis
Many of us use free solutions easy to interface with xmail :) Even if Postini is a great product (don't know, never heard about it until you posted your problem), it seems it does not 'support' smtp auth (many other products free or not can) as xmail miss some functionalities. So no one is perfect

[xmail] Re: Lockdown xMail

2008-04-25 Thread CLEMENT Francis
>-Message d'origine- >De: [EMAIL PROTECTED] >A: xmail@xmailserver.org >Date: 25/04/08 10:33 >Objet: [xmail] Re: Lockdown xMail > >At 06.45 25/04/08, you wrote: > >>Greylisting is not working as well as it used to... Verizon, Hotmail >and >>Yahoo Mail seem to not re-send correctly when Grayl

[xmail] Re: multiple smtprelay servers for custdomains and 5x x er rors

2008-04-24 Thread CLEMENT Francis
After re-read rfc2821 I find this : 4.2.5 Reply Codes After DATA and the Subsequent . snip to last paragraph When an SMTP server returns a permanent error status (5yz) code after the DATA command is completely with ., it MUST NOT make any subsequent attempt to deliver the message.

  1   2   3   4   5   6   >