Re: Auth SMTP with sendmail

2004-12-21 Thread Christian Storch
On Di, 21.12.2004, 14:50, Peter King sagte:
> Is it possible to set-up auth smtp using sendmail in debian?
>
> I have a mail server with sendmail installed (and openprotect).
>
> I would like to set-up authenticated smtp so that users can send email
> through this server by authenticating first.
>
> All the users have pop3 accounts on the server.
>
> How do I go about this.
>
> The server is Debian stable.

If you want to use PAM than have a look at
http://lists.debian.org/debian-isp/2004/debian-isp-200402/msg00267.html

Christian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Netgear GA311 realtek 81695 driver

2004-12-21 Thread Peter King
Does anyone have an installation module driver for the Netgear GA311 
(gigabit) NIC using the Realtek 81695 chipset.

I was hoping to put the module on a floppy to use during install if 
possible. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Auth SMTP with sendmail

2004-12-21 Thread Matt Collier
On Tuesday 21 December 2004 13:50, Peter King wrote:
> Is it possible to set-up auth smtp using sendmail in debian?
>
> I have a mail server with sendmail installed (and openprotect).
>
> I would like to set-up authenticated smtp so that users can send email
> through this server by authenticating first.
>
> All the users have pop3 accounts on the server.
>
> How do I go about this.
>
> The server is Debian stable.

Yes. Assuming that the pop3 accounts are system accounts, it's very easy.  
Install sasl-bin and some sasl modules:

apt-get install sasl-bin libsasl-modules-plain

and run sendmailconfig, which should detect the presense of sasl-bin and 
enable smtp auth.
After sendmail reconfigures and reloads, connect to port 25 (presumably) and 
issue a 'ehlo' and you should see what auth mechs are supported.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Auth SMTP with sendmail

2004-12-21 Thread Peter King
Is it possible to set-up auth smtp using sendmail in debian?

I have a mail server with sendmail installed (and openprotect).

I would like to set-up authenticated smtp so that users can send email 
through this server by authenticating first.

All the users have pop3 accounts on the server.

How do I go about this.

The server is Debian stable. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: IPSec and L2TP

2004-12-21 Thread Andrew Miehs
I have now managed to get the whole thing working with x509 keys...
This all works if I use two public IP addresses.
If my client however, is behind a NATing gateway, the whole thing falls 
over.

I am running XP sp 2 and have enabled 
AssumeUDPEncapsulationContextOnSendRule.

I have also added the following lines to my racoon.conf...
isakmp_natt a.b.c.d [4500];
and
nat_traversal force;
but this still doesn't seem to want ot force natt - doing tcpdumps, I do 
not see windows try and connect to port 4500 udp - what am I doing wrong?

Thanks
Andrew

Have you taken a look at http://www.ipsec-howto.org/ ? It's a pretty
good (IMHO) and hands-on HOWTO that contains example configuration files
for isakmpd and racoon.
 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]