[xmail] Re: dkim

2007-05-29 Thread Wim Verveen
Ok,

Anyone experience with this already?



-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Namens Mike Harrington
Verzonden: donderdag 24 mei 2007 8:55
Aan: xmail@xmailserver.org
Onderwerp: [xmail] Re: dkim

I think Davide would say, "Write a filter if you want it."

- Original Message -=20
From: "Wim Verveen" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, May 23, 2007 12:54 PM
Subject: [xmail] Re: dkim


>=20
> Yes there it is. Another way to battle spam. Ofcourse the question is,
> will xmail support this and when will it be planned.
>=20
> http://dkim.org/
>=20
> regards,
>=20
> Wim
> -
> 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]
>=20
>
-
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]

-
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] IPV6

2007-05-29 Thread Davide Libenzi
As I'm adding IPV6 support to XMail, are there any *nix platform not 
having IPV6 support?

Linux:Check
FreeBSD:
NetBSD:
OpenBSD:
OSX:
Solaris:


That is, is the program below building and linking fine?
--
#include 
#include 

int main(void) {
struct sockaddr_in6 ina;

socket(PF_INET6, SOCK_STREAM, 0);
ina.sin6_family = AF_INET6;

return 0;
}
--

My guess is that all of them are OK, but I'd like to double check...



- Davide


-
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: IPV6

2007-05-29 Thread Ivo Smits
Hello Davide,

Somehow it fails to compile. Don't ask me why.. The system does support IPv6 
(and even has IPv6 connectivity, if the tunnel isn't down...)
I would really like to have IPv6 in XMail..
Btw, I tried to compile on 2 machines (one running Debian/Linux 'Lenny', the 
other one running 'Sarge').

[EMAIL PROTECTED]:~$ gcc test.c
test.c: In function 'main':
test.c:5: error: storage size of 'ina' isn't known
[EMAIL PROTECTED]:~$ cat test.c
#include 
#include 

int main(void) {
struct sockaddr_in6 ina;

socket(PF_INET6, SOCK_STREAM, 0);
ina.sin6_family = AF_INET6;

return 0;
}


- Original Message - 
From: "Davide Libenzi" <[EMAIL PROTECTED]>
To: "XMail mailing list" 
Sent: Tuesday, May 29, 2007 11:53 PM
Subject: [xmail] IPV6


> As I'm adding IPV6 support to XMail, are there any *nix platform not
> having IPV6 support?
>
> Linux:Check
> FreeBSD:
> NetBSD:
> OpenBSD:
> OSX:
> Solaris:
>
>
> That is, is the program below building and linking fine?
> --
> #include 
> #include 
>
> int main(void) {
> struct sockaddr_in6 ina;
>
> socket(PF_INET6, SOCK_STREAM, 0);
> ina.sin6_family = AF_INET6;
>
> return 0;
> }
> --
>
> My guess is that all of them are OK, but I'd like to double check...
>
>
>
> - Davide
>
>
> -
> 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]
> 

-
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: IPV6

2007-05-29 Thread Davide Libenzi
On Wed, 30 May 2007, Ivo Smits wrote:

> Hello Davide,
> 
> Somehow it fails to compile. Don't ask me why.. The system does support IPv6 
> (and even has IPv6 connectivity, if the tunnel isn't down...)
> I would really like to have IPv6 in XMail..
> Btw, I tried to compile on 2 machines (one running Debian/Linux 'Lenny', the 
> other one running 'Sarge').
> 
> [EMAIL PROTECTED]:~$ gcc test.c
> test.c: In function 'main':
> test.c:5: error: storage size of 'ina' isn't known
> [EMAIL PROTECTED]:~$ cat test.c
> #include 
> #include 
> 
> int main(void) {
> struct sockaddr_in6 ina;
> 
> socket(PF_INET6, SOCK_STREAM, 0);
> ina.sin6_family = AF_INET6;
> 
> return 0;
> }

Duh! Sorry, add:

#include 

to the include files list ...



- Davide


-
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: IPV6

2007-05-29 Thread decker
Compiles fine on FreeBSD 6.2 ^_^
-
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] 1.25-pre12

2007-05-29 Thread Davide Libenzi

Here's the *preliminary* release of XMail supporting IPV6:

http://www.xmailserver.org/xmail-1.25-pre12.tar.gz
http://www.xmailserver.org/xmail-1.25-pre12.win32bin.zip

Both IPV4 and IPV6 formats are supposed to be working. The usual IPV4 
IPV4:PORT syntax has to become [IPV6]:PORT in case of IPV6.
New options -*6 enable listening on IPV6 addresses.



- Davide


-
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: 1.25-pre12

2007-05-29 Thread Davide Libenzi
On Tue, 29 May 2007, Davide Libenzi wrote:

> 
> Here's the *preliminary* release of XMail supporting IPV6:
> 
> http://www.xmailserver.org/xmail-1.25-pre12.tar.gz
> http://www.xmailserver.org/xmail-1.25-pre12.win32bin.zip
> 
> Both IPV4 and IPV6 formats are supposed to be working. The usual IPV4 
> IPV4:PORT syntax has to become [IPV6]:PORT in case of IPV6.
> New options -*6 enable listening on IPV6 addresses.

Just to clarify, if you specify an IPV6 IP in the command line (to bind 
to, say -SI [IPV6]:PORT), you don't need to specify -S6. The -S6 option is 
only when you want an all-interface binding to PORT.



- Davide


-
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] XMail 1.24 on OpenBSD 4.0 - not writing logs

2007-05-29 Thread Ken Larkman
For some reason, XMail 1.24 has stopped logging on OpenBSD 4.0 and
seems to have stopped running filters (though, I'm reserving
judgement on this that I may have screwed the filters up
trouble-shooting). I have restarted the system and checked the drive
for errors but no evidence of a physical media issue.

Any ideas?

Thanks,

- Ken


   
Need
 a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/
-
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: XMail 1.24 on OpenBSD 4.0 - not writing logs

2007-05-29 Thread Davide Libenzi
On Tue, 29 May 2007, Ken Larkman wrote:

> For some reason, XMail 1.24 has stopped logging on OpenBSD 4.0 and
> seems to have stopped running filters (though, I'm reserving
> judgement on this that I may have screwed the filters up
> trouble-shooting). I have restarted the system and checked the drive
> for errors but no evidence of a physical media issue.
> 
> Any ideas?

Are logging options enabled? Did the script running xmail get changed by 
some update script?


- Davide


-
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: XMail 1.24 on OpenBSD 4.0 - not writing logs

2007-05-29 Thread Ken Larkman
--- Davide Libenzi <[EMAIL PROTECTED]> wrote:

> > Any ideas?
> 
> Are logging options enabled? Did the script running xmail get
> changed by some update script?

Davide,

Thanks for the reply. I meant to include the cmd line options from
the script:

-Md -Qg -Pl -Sl -Fl -Cl -Ll

The xmail script remains unchanged as far as I can tell and the
details for it are:

-rwxrwxrwx   1 root  wheel  2076 Feb 23 20:43 xmail

I looked at the permissions but I don't see anything that should
interfere.

- ken


 

No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail 
-
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: XMail 1.24 on OpenBSD 4.0 - not writing logs

2007-05-29 Thread Davide Libenzi
On Tue, 29 May 2007, Ken Larkman wrote:

> --- Davide Libenzi <[EMAIL PROTECTED]> wrote:
> 
> > > Any ideas?
> > 
> > Are logging options enabled? Did the script running xmail get
> > changed by some update script?
> 
> Davide,
> 
> Thanks for the reply. I meant to include the cmd line options from
> the script:
> 
> -Md -Qg -Pl -Sl -Fl -Cl -Ll
> 
> The xmail script remains unchanged as far as I can tell and the
> details for it are:
> 
> -rwxrwxrwx   1 root  wheel  2076 Feb 23 20:43 xmail
> 
> I looked at the permissions but I don't see anything that should
> interfere.

Do you have the "logs" directory inside $MAIL_ROOT?


- Davide


-
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: XMail 1.24 on OpenBSD 4.0 - not writing logs

2007-05-29 Thread Ken Larkman
--- Davide Libenzi <[EMAIL PROTECTED]> wrote:

> On Tue, 29 May 2007, Ken Larkman wrote:
> 
> > --- Davide Libenzi <[EMAIL PROTECTED]> wrote:
> > 
> > > > Any ideas?
> > > 
> > > Are logging options enabled? Did the script running xmail get
> > > changed by some update script?
> > 
> > Davide,
> > 
> > Thanks for the reply. I meant to include the cmd line options
> from
> > the script:
> > 
> > -Md -Qg -Pl -Sl -Fl -Cl -Ll
> > 
> > The xmail script remains unchanged as far as I can tell and the
> > details for it are:
> > 
> > -rwxrwxrwx   1 root  wheel  2076 Feb 23 20:43 xmail
> > 
> > I looked at the permissions but I don't see anything that should
> > interfere.
> 
> Do you have the "logs" directory inside $MAIL_ROOT?

Yes. The logs directory is located at:

/files/MailRoot/logs

>From the xmail script:

XMAIL_ROOT=/files/MailRoot
XMAIL_CMD_LINE="-Md -Qg -Pl -Sl -Fl -Cl -Ll"
PATH=$XMAIL_ROOT/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=$XMAIL_ROOT/bin/XMail
NAME=XMail
DESC="XMail server"

- Ken


- Ken


   
Be
 a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433
-
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: XMail 1.24 on OpenBSD 4.0 - not writing logs

2007-05-29 Thread Davide Libenzi
On Tue, 29 May 2007, Ken Larkman wrote:

> Yes. The logs directory is located at:
> 
> /files/MailRoot/logs
> 
> >From the xmail script:
> 
> XMAIL_ROOT=/files/MailRoot
> XMAIL_CMD_LINE="-Md -Qg -Pl -Sl -Fl -Cl -Ll"
> PATH=$XMAIL_ROOT/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
> DAEMON=$XMAIL_ROOT/bin/XMail
> NAME=XMail
> DESC="XMail server"

I honestly have no idea. Does XMail respond to telnet sessions? 
Permissions changed? Installed things like tripwire?


- Davide


-
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]