[xmail] Re: Stop me before I spam again!

2003-11-21 Thread Jhon Wong
Maybe you are recieving mails.This should make message.id increased. - Original Message - From: "Jim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 22, 2003 2:01 AM Subject: [xmail] Stop me before I spam again! > Hey all, > > I "think" I have a secure xmail ser

[xmail] Re: Stop me before I spam again!

2003-11-21 Thread Jhon Wong
TWF5YmUgeW91IGFyZSByZWNpZXZpbmcgbWFpbHMuDQoNCi0tLS0tIE9yaWdpbmFsIE1lc3NhZ2Ug LS0tLS0gDQpGcm9tOiAiSmltIiA8ZGFpbHlkb3VibGVAeWFob28uY29tPg0KVG86IDx4bWFpbEB4 bWFpbHNlcnZlci5vcmc+DQpTZW50OiBTYXR1cmRheSwgTm92ZW1iZXIgMjIsIDIwMDMgMjowMSBB TQ0KU3ViamVjdDogW3htYWlsXSBTdG9wIG1lIGJlZm9yZSBJIHNwYW0gYWdhaW4hDQo

[xmail] Suggestion to XMail: User last access time

2003-11-07 Thread Jhon Wong
on. Best regards, Jhon Wong - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]

[xmail] Two method to broadcast

2003-11-05 Thread Jhon Wong
eryone will get it. Which one is better? which one is more efficient? Best regards, Jhon Wong - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]

[xmail] Re: can not send mail from asp ?

2003-11-05 Thread Jhon Wong
Hi,I can't believe what you said. Please tell us what ASP you are using. > Hi! > > I have xmail server on windows machine. Every thing seems fine except I > can not send email through ASP to local domains!! > > Please help > > Thanks > Junaid > > > - > To unsubscribe from this list: send the lin

[xmail] Network kernel error

2003-10-16 Thread Jhon Wong
SGksDQpXaG8gY2FuIHRlbGwgbWUgaW4gc2VuZCBmYWlsdXJlIG5vdGljZSBtZXNzYWdlLA0KIk5l dHdvcmsga2VybmVsIGVycm9yIiBtZWFucyB3aGF0Pw0KVGhhbmtzLg0KDQoNCltQZWVrVGltZV0g MTA2NjM1OTc2MiA6IEZyaSwgMTcgT2N0IDIwMDMgMTE6MDI6NDIgKzA4MDANCjw8DQpFcnJDb2Rl ICAgPSAtMw0KRXJyU3RyaW5nID0gTmV0d29yayBrZXJuZWwgZXJyb3INCi4uLi4uLg0

[xmail] Re: W2K Filters settings (was Re: question about RDNS)

2003-10-07 Thread jhon wong
ertype=INPUT srcaddr=2.3.4.5 > srcmask=255.255.255.255 dstaddr=%MyIp% dstmask=%MyMk% proto=TCP srcport=0 > dstport=3389 > netsh routing ip add filter name="%MyIf%" filtertype=INPUT srcaddr=%MyIp% > srcmask=%MyMk% dstaddr=2.3.4.5 dstmask=255.255.255.255 proto=TCP-EST > sr

[xmail] Re: question about RDNS

2003-09-27 Thread Jhon Wong
nal Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of jhon wong > > Sent: Saturday, September 27, 2003 12:12 PM > > To: [EMAIL PROTECTED] > > Subject: [xmail] Re: question about RDNS > > > > > > Francis, > >

[xmail] Re: question about RDNS

2003-09-26 Thread jhon wong
Davide: your method is also a convinient choice. I almost have good RDNS result now. - Original Message - From: "Davide Libenzi" <[EMAIL PROTECTED]> To: "XMail mailing list" <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 10:41 PM Subject: [xmail] Re: question about RDNS > > O

[xmail] Re: question about RDNS

2003-09-26 Thread jhon wong
Francis, Thanks for your guide. I am not familer with firewall setting. So I asking you more question here.If my server is only used as POP3,SMTP,WWW server, and additionally terminal service. I plan to set up Input Filter as following: protocol: TCP(destination port: 25,110,80,3389)

[xmail] Re: question about RDNS

2003-09-26 Thread jhon wong
> > Shawn > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of jhon wong > Sent: Friday, September 26, 2003 9:42 AM > To: [EMAIL PROTECTED] > Subject: [xmail] Re: question about RDNS > > Hi Tracy, > > You are righ

[xmail] Re: question about RDNS

2003-09-26 Thread jhon wong
Windows > specific call (getnameinfo) to avoid NetBIOS resolution. > > I suspect you'll continue to see gethostbyaddr used in Windows code for a > long time to come. > > BTW, because of the insecure nature of NetBIOS, many companies block > NetBIOS at their firewalls. You may want to

[xmail] Re: question about RDNS

2003-09-26 Thread jhon wong
tion of > Windows). > > Try using: > > nbtstat -A 211.149.111.76 > > and see what comes back (note that the -A must be a capital A, not a lower > case a). I'm guessing that the name you are seeing in your mail logs will > show up in the output from that command.

[xmail] Re: question about RDNS

2003-09-26 Thread jhon wong
Hi,Jeff: According to my knowledge, when gethostbyname execute RDNS result,it should return FQDN result if ip has PTR. But I find that sometimes non FQDN result is returned and in fact the ip hasn't PTR at all. That is the problem. > > > Hi Davide, > > Could his problem have anything to

[xmail] Re: question about RDNS

2003-09-25 Thread jhon wong
Davide: I must tell you someting that I had modified your code. I had moved SysGetHostByAddr function into SMTPCheckReturnPath. Nothing else be touched. Will that affect the RDNS result? > > On Fri, 26 Sep 2003, jhon wong wrote: > > > > > Yes, the problem is just her

[xmail] Re: question about RDNS

2003-09-25 Thread jhon wong
nslookup -- Default Server: ns1.chncomm.com Address: 211.157.97.1 > set debug > set type=ptr > 211.149.111.76 Server: ns1.chncomm.com Address: 211.157.97.1 Got answer: HEADER: opcode = QUERY, id = 2, rcode = NXDOMAIN heade

[xmail] Re: question about RDNS

2003-09-25 Thread jhon wong
Yes, the problem is just here. The PTR is not exist, but getnamebyaddr return some name, then RDNS success. > > > > "" "domain.com" "211.149.111.76" "2003-09-25 13:51:59" "163.com" "domain.com" > > "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "S333DD" "RECV=OK" "" "4870" "B7C2Y0" > > > > Those IPs do

[xmail] Re: question about RDNS

2003-09-25 Thread jhon wong
uot;[EMAIL PROTECTED]" "S33419" "RECV=OK" "" "453" "IS~WYQ" "" "domain.com" "219.238.210.222" "2003-09-25 14:45:11" "mail_server.chinahrd.net" "" "[EMAIL PROTECTED]" "[

[xmail] Re: question about RDNS

2003-09-25 Thread jhon wong
Hi,Davide: I only report the problem to you. You are using a function which the OS not recommend to use.That is your business I think. Best regards, Jhon Wong > > On Thu, 25 Sep 2003, Jhon Wong wrote: > > > Hi, Davide: > > > > I had post a mail a

[xmail] question about RDNS

2003-09-25 Thread Jhon Wong
how about RDNS? I using it to anti spam. Best regards, Jhon Wong - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]

[xmail] Re: HTML mail

2003-09-25 Thread Jhon Wong
How about edit using Outlook and send to a mailbox, then modify the recipent then copy to /locol? - Original Message - From: "Kevin Stone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 9:57 PM Subject: [xmail] HTML mail > > Hi, > > I'm using XMail for Win

[xmail] RDNS result

2003-09-24 Thread jhon wong
cause our gateway ip hasen't RDNS record at all. But it success and get strange result. Best Regards, Jhon Wong - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "

[xmail] a question about DNS

2003-09-21 Thread jhon wong
list all records! So I can't make sure the domain has the ip. Any advise? Best, Jhon Wong. - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the bo

[xmail] Re: A suggestion about the file ".ipconn "

2003-09-10 Thread jhon wong
be working fine. > > cheers, > james > > > -Original Message- > > From: jhon wong [SMTP:[EMAIL PROTECTED] > > Sent: Thursday, September 11, 2003 12:05 PM > > To: [EMAIL PROTECTED] > > Subject: [xmail] Re: A suggestion about the file ".ipconn &q

[xmail] Re: A suggestion about the file ".ipconn "

2003-09-10 Thread jhon wong
> > File access time must work (if the OS is not broken). > > - Davide > Davide, It should be. But in microsoft document about "FindFirstFile" http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base /findfirstfile.asp I find this sentence: ... "In rare cas

[xmail] A suggestion about the file ".ipconn "

2003-09-10 Thread jhon wong
Davide, In order to determine how long one user haven't used his mailbox, I check the file '.ipconn' under %MAIL_ROOT/domains/domain/user/. I hope that xmail will record ip + ( last access time) in ".ipconn". Now in windows, I use FindFirstFile() to get its last access time,

[xmail] Re: "\\?\" in file name: bug or feature

2003-08-14 Thread Jhon Wong
hi, It is no problem. You can refer to Microsoft's document. Sorry I can't tell you the detail. - Hello, when calling filter with argument "@@FILE", the filename is returned in the following format: \\?\D:\MailRoot\spool\19\21\mess\1060651850972.2216.chalco What's it? Running XM

[xmail] Re: outgoing filter

2003-08-14 Thread Jhon Wong
I think you must use out-filter or modify source code to do this. -- Can anybody tell me how can i forward a copy of every OUTGOING message to a specified mail box...i'm desperate and my boss is kicking my a.. - To unsubscribe from this list: send the line "unsubscribe xmail" in the bo

[xmail] Re: qustion about XMail re-install

2003-07-20 Thread Jhon Wong
ere any other way? Look at MkUsers. - Davide -- Hi,Davide: I had read readme.html, I notice MkUsers can generate directory structrure. But I can't find that MkUsers can read "mailusers.tab". Do I need first translate "mailusers.tab" to t

[xmail] Re: qustion about XMail re-install

2003-07-20 Thread Jhon Wong
I thought you want to have also the mailboxes backed up. When you want to have backed up only the server configuration, then yes, your idea is basically good. Simply exclude everything in "mailbox" folder, because besides the mailusers.tab you need also their own configuration files, ie. user.tab,

[xmail] Re: qustion about XMail re-install

2003-07-20 Thread Jhon Wong
> > | If I need to re-install xmail server, I had > |"mailusers.tab" backuped, > |I now plan to write a program to create all users' sub-directory under > |"MailRoot\domains". > | > | Am I doing right thing? Is there any other way? > > Is. Simply copy your %MAIL_ROOT% folder and then copy

[xmail] How to check my server's RDNS

2003-07-20 Thread Jhon Wong
Hi, Group: RDNS is set by ISP, I want to know whether my server can get through other mail server's RDNS check, how to do that? Who of you had set up RDNS on your server? maybe I need to send you a mail to check my ip. Thanks, Jhon Wong - To unsubscribe from

[xmail] qustion about XMail re-install

2003-07-20 Thread Jhon Wong
Hi, Group: If I need to re-install xmail server, I had "mailusers.tab" backuped, I now plan to write a program to create all users' sub-directory under "MailRoot\domains". Am I doing right thing? Is there any other way? Thanks, - Jhon Won

[xmail] Re: Wanna be like a stone ?

2003-06-18 Thread Jhon Wong
Sorry, my computer was influenced by virus. The mail was sent by virus. On Tue, 17 Jun 2003, Jhon Wong wrote: > Content-Transfer-Encoding: quoted-printable Hello, > The attached product is send as a part of our official campaign > for the popularity of our product. > You have been c

[xmail] Wanna be like a stone ?

2003-06-17 Thread Jhon Wong
Content-Transfer-Encoding: quoted-printable Hello, The attached product is send as a part of our official campaign for the popularity of our product. You have been chosen to try a free fully functional sample of our product.If you are satified then you can send it to your friends. All you have to d

[xmail] Help:How to know a message had been read

2003-06-14 Thread Jhon Wong
Hi group: I remember there is a way to know whether a message had been read once or not. Who would be kind to tell which pop3 command to do that? Thanks. - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send