[xmail] Re: Embeded perl filters for XMail

2004-05-06 Thread Beau E. Cox
On Wednesday 05 May 2004 09:22 am, Davide Libenzi wrote: On Wed, 5 May 2004 [EMAIL PROTECTED] wrote: Hi - Last year I developed a library of c functions to embed the perl interpreter into c/c++ applications. After several successful deployments, I decided to try to 'embed' perl in the

[xmail] AW: Re: Embeded perl filters for XMail

2004-05-06 Thread Harald Schneider
Maybe you both can agree in some kind of simple plugin interface on source code level, which makes it easy to complile XMail with or without this or that 3rd party plugin. This would make code maintenance and upgrading for all sides secure and easy. This would mean another boost of flexibility,

[xmail] SMTP message filters and Greylisting

2004-05-06 Thread Filip Supera
Hello, Any thought about Greylisting ? http://projects.puremagic.com/greylisting/ FILTERS.PRE-DATA.TAB gives all we need to implement it. Has anybody started to work on this ? Thanks. - To unsubscribe from this list: send the line unsubscribe xmail in the body of a message to [EMAIL

[xmail] custom domain Backup MX

2004-05-06 Thread Pascal de R.
Hi, Spammers are often using unavailable Mailboxes and when the main server ( not custom domain ) receives this kind of spam he refuses with the following answer 550 Mailbox unavailable : that's correct! But I have a problem with backup MX using custom domains. If this spam is

[xmail] Re: custom domain Backup MX

2004-05-06 Thread Sönke Ruempler
Pascal de R. wrote: Hi, Spammers are often using unavailable Mailboxes and when the main server ( not custom domain ) receives this kind of spam he refuses with the following answer 550 Mailbox unavailable : that's correct! But I have a problem with backup MX using custom

[xmail] Re: custom domain Backup MX

2004-05-06 Thread Roman Dusek
I have the same problem. Cmdaliases is a good solution, bud its hard to keep them synchronized with primary server. There is a XMail-SYNC software for Windows from AltairSoft that synchronizes custdomains (on domain basis) - it would be nice if it could synchronize cmdaliases on user basis -

[xmail] multiple receipient message delivery

2004-05-06 Thread Spyros Tsiolis
Hello chaps, Hope everyone is ok. OK, here's my q; Is there a way to tweak xmail so it can deliver to selected multiple receipients from one e-mail account ? Say, [EMAIL PROTECTED] to multiple addresses ? TIA, s. - I merely function as a channel that filters music through the chaos of

[xmail] Re: multiple receipient message delivery

2004-05-06 Thread Sasa Stupar
Spyros Tsiolis pravi: Hello chaps, Hope everyone is ok. OK, here's my q; Is there a way to tweak xmail so it can deliver to selected multiple receipients from one e-mail account ? Say, [EMAIL PROTECTED] to multiple addresses ? TIA, s. Mailing list ? -- Binary/unsupported

[xmail] Re: multiple receipient message delivery

2004-05-06 Thread Spyros Tsiolis
Thank you sir, I'll have a hunt on the xmail site. s. Spyros Tsiolis pravi: Hello chaps, Hope everyone is ok. OK, here's my q; Is there a way to tweak xmail so it can deliver to selected multiple receipients from one e-mail account ? Say, [EMAIL PROTECTED] to multiple

[xmail] AW: Re: multiple receipient message delivery

2004-05-06 Thread Harald Schneider
Better hunt the Readme.doc - it hides from hunters in the bin folder ;)) -Urspr=FCngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Spyros Tsiolis Gesendet: Donnerstag, 6. Mai 2004 12:40 An: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Betreff: [xmail]

[xmail] Re: AW: Re: Embeded perl filters for XMail

2004-05-06 Thread Beau E. Cox
On Wednesday 05 May 2004 09:46 pm, Harald Schneider wrote: Maybe you both can agree in some kind of simple plugin interface on source code level, which makes it easy to complile XMail with or without this or that 3rd party plugin. This would make code maintenance and upgrading for all sides

[xmail] Re: Embeded perl filters for XMail

2004-05-06 Thread Davide Libenzi
On Wed, 5 May 2004, Beau E. Cox wrote: There's a better solution that does not involve tweaking the XMail source code. You have one (or more) pre-loaded Perl interpreters running as servers bound on certain TCP ports, and you have a very small binary (cperl, written in C using sockets)

[xmail] OSX Support

2004-05-06 Thread Christian Gross
Hi I recently acquired an OSX box, and wanted to use XMail server. However, it does not seem to compile. So my questions are... 1) Is an OSX port planned at all? 2) Has it been attempted? 3) Can it be done? Thanks Christian Gross - To unsubscribe from this list: send the line unsubscribe

[xmail] Re: OSX Support

2004-05-06 Thread Davide Libenzi
On Thu, 6 May 2004, Christian Gross wrote: Hi I recently acquired an OSX box, and wanted to use XMail server. However, it does not seem to compile. So my questions are... 1) Is an OSX port planned at all? 2) Has it been attempted? 3) Can it be done? Does it have a gmake/gcc?

[xmail] Re: OSX Support

2004-05-06 Thread Toby Reiter
On Thu, 6 May 2004, Christian Gross wrote: Hi I recently acquired an OSX box, and wanted to use XMail server. However, it does not seem to compile. So my questions are... 1) Is an OSX port planned at all? 2) Has it been attempted? 3) Can it be done? Does it have a gmake/gcc?

[xmail] Re: custom domain Backup MX

2004-05-06 Thread Michal Altair Valasek
|There is a XMail-SYNC software for Windows from AltairSoft that |synchronizes custdomains (on domain basis) - it would be nice |if it could |synchronize cmdaliases on user basis - what do you say Michal? ;-) I say that I do not use cmdaliases and don't even know what they are good for. Also I

[xmail] Re: OSX Support

2004-05-06 Thread Davide Libenzi
On Thu, 6 May 2004, Toby Reiter wrote: Does it have a gmake/gcc? Did you try a make -f Makefile.bsd? Davide, Just tried it myself and got: In file included from SysInclude.h:54, from BuffSock.cpp:24: SysIncludeBSD.h:35:22: sys/poll.h: No such file or directory Try: $

[xmail] Re: OSX Support

2004-05-06 Thread Toby Reiter
On Thu, 6 May 2004, Toby Reiter wrote: Does it have a gmake/gcc? Did you try a make -f Makefile.bsd? Davide, Just tried it myself and got: In file included from SysInclude.h:54, from BuffSock.cpp:24: SysIncludeBSD.h:35:22: sys/poll.h: No such file or directory

[xmail] Re: OSX Support

2004-05-06 Thread Davide Libenzi
On Thu, 6 May 2004, Toby Reiter wrote: On Thu, 6 May 2004, Toby Reiter wrote: Does it have a gmake/gcc? Did you try a make -f Makefile.bsd? Davide, Just tried it myself and got: In file included from SysInclude.h:54, from BuffSock.cpp:24:

[xmail] POP3 SYNC ERROR

2004-05-06 Thread Jaques Metz
Hi. I'm having troubles with my xmail mail server. I've configured 15 user accounts, and these 15 account should syncronize messages from an external POP3 server. The problem is that only 4 accounts listed in pop3links.tab works fine, the others cause an EFAIL error... Anyone can help me?

[xmail] Re: OSX Support

2004-05-06 Thread Christian Gross
Toby Reiter wrote: On Thu, 6 May 2004, Toby Reiter wrote: % man 2 poll No entry for poll in section 2 of the manual poll.h exists in /usr/include (I have Panther) Christian - To unsubscribe from this list: send the line unsubscribe xmail in the body of a message to [EMAIL PROTECTED]

[xmail] Re: OSX Support

2004-05-06 Thread Davide Libenzi
On Thu, 6 May 2004, Christian Gross wrote: Toby Reiter wrote: On Thu, 6 May 2004, Toby Reiter wrote: % man 2 poll No entry for poll in section 2 of the manual poll.h exists in /usr/include (I have Panther) Ok, this is one. Are you trying on 1.19?

[xmail] Re: Embeded perl filters for XMail

2004-05-06 Thread Beau E. Cox
On Thursday 06 May 2004 03:51 am, Davide Libenzi wrote: On Wed, 5 May 2004, Beau E. Cox wrote: There's a better solution that does not involve tweaking the XMail source code. You have one (or more) pre-loaded Perl interpreters running as servers bound on certain TCP ports, and you have a

[xmail] Re: Embeded perl filters for XMail

2004-05-06 Thread Davide Libenzi
On Thu, 6 May 2004, Beau E. Cox wrote: I'm really not trying to BS anyone. OK, I'll make a new filter: 'mod_xmail', that tcp's to a server 'mod_xmaild' which will implement my perl embedding. To use mod_xmail, simply change the filter's .tab from:

[xmail] Re: POP3 SYNC ERROR

2004-05-06 Thread Davide Libenzi
On Thu, 6 May 2004, Jaques Metz wrote: Hi. I'm having troubles with my xmail mail server. I've configured 15 user accounts, and these 15 account should syncronize messages from an external POP3 server. The problem is that only 4 accounts listed in pop3links.tab works fine, the others

[xmail] Re: Embeded perl filters for XMail

2004-05-06 Thread Beau E. Cox
On Thursday 06 May 2004 11:57 am, Davide Libenzi wrote: On Thu, 6 May 2004, Beau E. Cox wrote: I'm really not trying to BS anyone. OK, I'll make a new filter: 'mod_xmail', that tcp's to a server 'mod_xmaild' which will implement my perl embedding. To use mod_xmail, simply change the

[xmail] Re: Embeded perl filters for XMail

2004-05-06 Thread Davide Libenzi
On Thu, 6 May 2004, Beau E. Cox wrote: On Thursday 06 May 2004 11:57 am, Davide Libenzi wrote: On Thu, 6 May 2004, Beau E. Cox wrote: I'm really not trying to BS anyone. OK, I'll make a new filter: 'mod_xmail', that tcp's to a server 'mod_xmaild' which will implement my perl

[xmail] Re: Embeded perl filters for XMail

2004-05-06 Thread Newsmirror
- Original Message - From: Davide Libenzi [EMAIL PROTECTED] Newsgroups: mlist.xmail Sent: Friday, May 07, 2004 12:39 AM Subject: [xmail] Re: Embeded perl filters for XMail On Thu, 6 May 2004, Beau E. Cox wrote: On Thursday 06 May 2004 11:57 am, Davide Libenzi wrote: On Thu, 6

[xmail] Re: Embeded perl filters for XMail

2004-05-06 Thread Xmail
I run the scopee 2.02 release and have been running this for almost a year now. Iit really takes the load off sa in particular and some of the additional procedure have been pretty straight forward to implement and extend, even for someone who HATES perl. This was my original thoughs when