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

2008-04-28 Thread CLEMENT Francis
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de David Lord Envoy=E9 : dimanche 27 avril 2008 17:52 =C0 : xmail@xmailserver.org Objet : [xmail] Re: multiple smtprelay servers for custdomains and 5xx er rors On 26 Apr 2008 at 22:46, Davide Libenzi wrote:

[xmail] Compiling XMail 1.25 fails on OSX Leopard

2008-04-28 Thread Harald Schneider
Compiling fails with $ OSTYPE=Darwin make -f Makefile.bsd gcc -o bin/MkMachDep MkMachDep.o -lssl -lcrypto -lkvm -lpthread ld: library not found for -lkvm collect2: ld returned 1 exit status make: *** [bin/MkMachDep] Error 1 OpenSSL comes with Leopard's XCode Tools and is installed here: $ ls

[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.bsd gcc -o

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

2008-04-28 Thread Harald Schneider
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 this ? -- Harald Am 28.04.2008 um 15:27 schrieb CLEMENT Francis: -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Harald

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

2008-04-28 Thread CLEMENT Francis
You could try to copy it to /usr/bin or make a link to it in /usr/bin = then retry compile xmail. (post results here in any cases :) ) Francis -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Harald Schneider Envoy=E9 : lundi 28 avril 2008 16:35 =C0 :

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

2008-04-28 Thread Harald Schneider
Same result :-/ -- Harald Am 28.04.2008 um 17:52 schrieb CLEMENT Francis: You could try to copy it to /usr/bin or make a link to it in /usr/ bin = then retry compile xmail. (post results here in any cases :) ) Francis -Message d'origine- De : [EMAIL PROTECTED]

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

2008-04-28 Thread Davide Libenzi
On Mon, 28 Apr 2008, Harald Schneider wrote: Compiling fails with $ OSTYPE=Darwin make -f Makefile.bsd gcc -o bin/MkMachDep MkMachDep.o -lssl -lcrypto -lkvm -lpthread ld: library not found for -lkvm collect2: ld returned 1 exit status make: *** [bin/MkMachDep] Error 1 OpenSSL comes

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

2008-04-28 Thread Harald Schneider
GREAT! ;-) Can you give a non-C guru some hint how to apply the diff? Thank you very much, Harald Am 28.04.2008 um 20:10 schrieb Davide Libenzi: On Mon, 28 Apr 2008, Harald Schneider wrote: Compiling fails with $ OSTYPE=Darwin make -f Makefile.bsd gcc -o bin/MkMachDep MkMachDep.o

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

2008-04-28 Thread Davide Libenzi
On Mon, 28 Apr 2008, Harald Schneider wrote: GREAT! ;-) Can you give a non-C guru some hint how to apply the diff? $ cd XMAILSROUCE $ patch -p1 PATCHFILE - Davide - To unsubscribe from this list: send the line unsubscribe xmail in the body of a message to [EMAIL PROTECTED] For general

[xmail] Aliases.tab

2008-04-28 Thread Jayson Keidel
Under Exim on a Debian server, I was able to create system-wide aliases that would send an email to multiple accounts. Example: help@domain.com would be forwarded both to me the other tech support guy working with that server. In Xmail's aliases.tab is there a way to setup an alias so that a

[xmail] Re: Aliases.tab

2008-04-28 Thread Davide Libenzi
On Mon, 28 Apr 2008, Jayson Keidel wrote: Under Exim on a Debian server, I was able to create system-wide aliases that would send an email to multiple accounts. Example: help@domain.com would be forwarded both to me the other tech support guy working with that server. In Xmail's

[xmail] Re: Aliases.tab

2008-04-28 Thread fred
You could just create the mailbox help and then add a mailproc.tab in its directory with the following content: redirect[TAB][EMAIL PROTECTED][TAB][EMAIL PROTECTED] m[CRLF] This will prevent storing the mails into help mailbox since it doesn't have the mailbox parameter before the redirect.

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

2008-04-28 Thread Harald Schneider
This shows $ patch -p1 _fixleopard.txt patching file MainBSD.cpp patch: malformed patch at line 13: diff -Nru xmail-1.25/ Makefile.bsd xmail-1.25.mod/Makefile.bsd Maybe it's easier to provide the patched source tarball for download ? ;) -- Harald Am 28.04.2008 um 21:43 schrieb