SMTP authentication

1999-07-28 Thread lemon

Hi,

I am trying to implement mrs.brisby's SMTP authentication patch 
(available at http://www.nimh.org/code.shtml) for qmail 1.03 on a RedHat 
6.0 system, and I am having trouble with the checkpassword part.  
According to mrs.brisby, I need to modify checkpassword.c by following 
the example set forth in her version of vchkpw.c.  However, being that I 
am new to all of this and am unfamiliar with C, I am still having a 
hard time figuring out what needs to be done.  I noticed that some of the 
people on this list have implemented the patch successfully, and I was 
hoping that someone might be kind enough to give me some pointers.

Thanks in advance for any help,

Eric Hanson
[EMAIL PROTECTED]



SMTP Authentication

1999-09-01 Thread nsaravanan




Hi


We have Installed Qmail and configured . It is Working fine. Now we need

to Authenticate SMTP connections. How to go about? Is there any way to
authenticate using unix password /etc/passwd


While I was going through  archives I saw SMTP authentication using
RADIUS. Please give the details about configuration of Radius.


Also  I want to know Is there any standard front end for QMAIL.(Web
based mail client)


Please send us details

Thanks


[EMAIL PROTECTED]

N.Saravanan
DSQ Software Limited
Chennai
INDIA  600 035










SMTP Authentication

1999-09-02 Thread nsaravanan






Hi

I am new to Qmail .

We have Installed Qmail and configured . It is Working fine. Now we need

to Authenticate SMTP connections. How to go about? Is there any way to
authenticate using unix password /etc/passwd


While I was going through  archives I saw SMTP authentication using
RADIUS. Please give the details about configuration of Radius.


Also  I want to know Is there any standard front end for QMAIL.(Web
based mail client)


Please send us details

Thanks in advance


[EMAIL PROTECTED]

N.Saravanan
DSQ Software Limited
Chennai
INDIA  600 035












SMTP Authentication

1999-02-11 Thread Markus . Storm

Hi folks,

since we do global dialin roaming, I need to come up with a method to
allow
relaying from unknown IP adresses while preventing spam.

Does anyone know of qmail patches AND clients to implement
draft-myers-smtp-auth-12.txt ?
(found e.g. on ftp://ftp.isi.edu/internet-drafts)


If not, has anyone tried implementing the AUTH=LOGIN scheme available in
latest
Netscape Communicator?
It's described in
http://help.netscape.com/products/server/messaging/3x/info/smtpauth.html.


Thanks 

Markus

begin:vcard 
n:Storm;Markus
tel;fax:++49 +5241 80-67867
x-mozilla-html:FALSE
org:mediaWays GmbH;NTM-T
adr:;;;Gütersloh;;33311;Germany
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;-18624
fn:Markus Storm
end:vcard



smtp authentication

2000-01-26 Thread Thomas Schachner

HI!

Is there any support for RFC 2554 ( SMTP Extension Authentication ) for
qmail available?

And if it is available can i combine it with the Relay mechanism'n?

For example:

Client: Outlook with the option Smtp-Server needs authentication.

Server: qmail

Scenario with user granted to relay messages on qmail:

C connects to S 
S says that he needs authentication 
C -> User types in the authentication
S checks and says ok
S takes the message to relay and do NOT CHECK against rcpthosts-entrys

Scenario with user NOT granted to relay messages on qmail:

C connects to S 
S says that he needs authentication 
C -> User types in the authentication
S checks and says not ok
S takes the message to and CHECK against rcpthosts-entrys

I do not want relay based on IP Adresses!!

Any hints


ThanQmail



smtp authentication

2000-01-27 Thread Thomas Schachner

Hi everyone!

Is it possible to set qmail to only allow authenticated smtp session to
send messages ??

RFC 2554


Any hints?



SMTP authentication?

2000-03-15 Thread Reuben King

All my users use Outlook 2000 and Outlook Express 5...  Both of which
support SMTP authentication.  Is there a good implementation of this for
Qmail?  It would strike me (as an ignorant newbie) as a better alternative
to relay control than tcpserver...  Any thoughts?

TIA,
-R



SMTP authentication

2000-10-10 Thread Brian Pinkney

I want to know the easiest and way to setup username/password authenication
with my smtp server. Are there any suggestions? Preferably something
compatible with outlook express' protocol.

Thank you
Brian Pinkney




SMTP Authentication

2001-01-04 Thread Huseyin YUCE

Hi

I use FreeBSD 4.2 OS end Qmail 1.03 (ported version)

We have Installed Qmail and configured . It is Working fine. Now we need

to Authenticate SMTP connections. How to go about? Is there any way to
authenticate using unix password /etc/passwd

Please send us details

Thanks

Huseyin YUCE

[EMAIL PROTECTED]
This message was sent using Postaci Webmail. (http://www.trlinux.com)


SMTP authentication

2001-02-07 Thread Matt Simonsen

Is it possible/adviseable to run a Qmail server to authenticate all relay
SMTP traffic so that we can leave the relay open but not allow spammers
access? I have Qmail running with Courier IMAP server, my problem is that we
have some users with laptops who travel and use different ISPs out of the
office and would not be able to get email through out SMTP server. To ask
them to change settings may be too much. I have thought of setting up 2
Outlook profiles for them with different outgoing mail servers, but I am
hoping there is a way to allow their traffic through via a username and
password combo.

Thanks
Matt




RE: SMTP Authentication

1999-02-11 Thread Stefan Paletta


[EMAIL PROTECTED] wrote/schrieb/scribsit:
> I need to come up with a method to allow
> relaying from unknown IP adresses while preventing spam.

Good! :-)

> Does anyone know of qmail patches AND clients to implement
> draft-myers-smtp-auth-12.txt ?
> If not, has anyone tried implementing the AUTH=LOGIN scheme available in
> latest Netscape Communicator?

The only authtication method I know to be working with qmail and
probably any MUA out there is smtp-after-pop. There is a very much
complete package at www.qmail.org from Russell Nelson.
GMX btw. does this.

Stefan



RE: SMTP Authentication

1999-02-11 Thread Petr Novotny

> > Does anyone know of qmail patches AND clients to implement
> > draft-myers-smtp-auth-12.txt ?
> > If not, has anyone tried implementing the AUTH=LOGIN scheme
> > available in latest Netscape Communicator?
> 
> The only authtication method I know to be working with qmail and
> probably any MUA out there is smtp-after-pop. There is a very much
> complete package at www.qmail.org from Russell Nelson. GMX btw. does
> this.

Well, there must be around one million ways to do that... The morale 
is: as soon as qmail-smtpd gets to receiving the message, RELAYCLIENT 
has to be set to "". There are two basic approaches:
1. Something happens before you connect to port 25. (It might be 
successful POP3 login, but it might be anything else.) This action 
triggers a program which updates tcp.smtp (whatever it's called) by 
adding remote IP:allow,RELAYCLIENT="" line and rebuilds the cdb 
(tcprules). (You then have to remove this line after some time - like 
ten minutes.)
2. You have a wrapper around qmail-smtpd which listens to the first 
part of communication and if it sees something special, it invokes 
qmail-smtpd with updated environment (adding RELAYCLIENT=""); if it 
doesn't, it invokes it without modified environment.

The only implementation now available (AFAIK) is smtp-after-pop; but 
it's quite simple to write another one to suit your needs.

If you want to know how SMTP authentization works, you should read 
the corresponding RFC (hey gurus, what's the corresponding RFC?).
--
Petr Novotny, ANTEK CS
[EMAIL PROTECTED]
http://www.antek.cz
-- Don't you know there ain't no devil there's just God when he's drunk.
 [Tom Waits]



Re: SMTP Authentication

1999-02-11 Thread Pedro Melo


On 11-Feb-99 Russ Allbery wrote:
> Petr Novotny <[EMAIL PROTECTED]> writes:
> 
>> If you want to know how SMTP authentization works, you should read 
>> the corresponding RFC (hey gurus, what's the corresponding RFC?).
> 
> Is there an RFC for SMTP AUTH?  A quick scan of the index doesn't reveal
> one, or any Internet draft apart from draft-newman-auth-resp-00.txt for
> authentication responses.

No RFC as far as I know, but the draft is here:
http://www.ietf.org/internet-drafts/draft-myers-smtp-auth-12.txt

Melo

---
Pedro Melo  [EMAIL PROTECTED]
IP - Engenharia http://ip.pt/
Tel: +351-1-3166740 Av. Duque de Avila, 23
Fax: +351-1-3166701 1049-071 LISBOA - PORTUGAL
Linux: up 21 days and 18:16, 6 users,  load average: 1.16, 0.81, 0.60



Re: SMTP Authentication

1999-02-11 Thread Russ Allbery

Petr Novotny <[EMAIL PROTECTED]> writes:

> If you want to know how SMTP authentization works, you should read 
> the corresponding RFC (hey gurus, what's the corresponding RFC?).

Is there an RFC for SMTP AUTH?  A quick scan of the index doesn't reveal
one, or any Internet draft apart from draft-newman-auth-resp-00.txt for
authentication responses.

-- 
Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/>



Re: smtp authentication

2000-01-27 Thread Dave Sill

Thomas Schachner <[EMAIL PROTECTED]> wrote:

>Is it possible to set qmail to only allow authenticated smtp session to
>send messages ??
>
>RFC 2554

I don't know if it's RFC 2554, but there are patches on www.qmail.org
that implement SMTP authentication.

-Dave



Re: SMTP authentication?

2000-03-15 Thread Krzysztof Dabrowski

At 09:19 2000-03-15 -0600, Reuben King wrote:
>All my users use Outlook 2000 and Outlook Express 5...  Both of which
>support SMTP authentication.  Is there a good implementation of this for
>Qmail?  It would strike me (as an ignorant newbie) as a better alternative
>to relay control than tcpserver...  Any thoughts?

http://www.elysium.pl/members/brush/qmail-smtpd-auth/index.html

Work with both clients without any problems.

Kris



Re: SMTP authentication

2000-10-10 Thread Erwin Hoffmann

Hi,

At 15:18 10.10.2000 -0400, Brian Pinkney wrote:
>I want to know the easiest and way to setup username/password authenication
>with my smtp server. Are there any suggestions? Preferably something
>compatible with outlook express' protocol.

SMTP is a host-to-host protocol, not a user-to-user application.
Outlook express is a Remote User Agent using POP3 or IMAP4.
What you are looking for is probably "POP-before-SMTP".
Look for that buzzword.

cheers.
eh.

>
>Thank you
>Brian Pinkney
>
>
+---+
|  fffhh http://www.fehcom.deDr. Erwin Hoffmann |
| ff  hh|
| ffeee     ccc   ooomm mm  mm   Wiener Weg 8   |
| fff  ee ee  hh  hh   cc   oo   oo  mmm  mm  mm 50858 Koeln|
| ff  ee eee  hh  hh  cc   oo oo mm   mm  mm|
| ff  eee hh  hh   cc   oo   oo  mm   mm  mm Tel 0221 484 4923  |
| ff      hh  hhccc   ooomm   mm  mm Fax 0221 484 4924  |
+---+



Re: SMTP authentication

2000-10-10 Thread Kris Kelley

Brian Pinkney wrote:
> > I want to know the easiest and way to setup username/password
authenication
> > with my smtp server. Are there any suggestions? Preferably something
> > compatible with outlook express' protocol.

Erwin Hoffman wrote:
> SMTP is a host-to-host protocol, not a user-to-user application.
> Outlook express is a Remote User Agent using POP3 or IMAP4.
> What you are looking for is probably "POP-before-SMTP".
> Look for that buzzword.

That's not entirely accurate.

First, POP and IMAP are protocols for retrieving email.  Outlook Express,
and indeed any mail user agent, still has to use SMTP for sending email.

Second, SMTP can be made to require user authentication before this sending
is possible, thanks to a protocol extention known as the AUTH command.
There are a couple of patches to qmail that offer SMTP AUTH; check
www.qmail.org and the list archives for details.

---Kris Kelley




RE: SMTP authentication

2000-10-10 Thread Kevin Bucknum


Their are several listed on http://www.qmail.org  I use
http://members.elysium.pl/brush/qmail-smtpd-auth/
with no problems.


> -Original Message-
> From: Brian Pinkney [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 10, 2000 2:18 PM
> To: [EMAIL PROTECTED]
> Subject: SMTP authentication
> 
> 
> I want to know the easiest and way to setup username/password 
> authenication
> with my smtp server. Are there any suggestions? Preferably something
> compatible with outlook express' protocol.
> 
> Thank you
> Brian Pinkney
> 
> 



Re: SMTP Authentication

2001-01-04 Thread Piotr Kasztelowicz

On 4 Jan 2001, Huseyin YUCE wrote:

> We have Installed Qmail and configured . It is Working fine. Now we need
>
> to Authenticate SMTP connections. How to go about? Is there any way to
> authenticate using unix password /etc/passwd

Lack of identification system built-in to SMTP is "royal pain"
of smtp security

Piotr
---
Piotr Kasztelowicz <[EMAIL PROTECTED]>
[http://www.am.torun.pl/~pekasz]




Re: SMTP Authentication

2001-01-04 Thread Kris Kelley

Huseyin YUCE wrote:
> > We have Installed Qmail and configured . It is Working fine. Now we need
> > to Authenticate SMTP connections. How to go about? Is there any way to
> > authenticate using unix password /etc/passwd

Piotr Kasztelowicz wrote:
> Lack of identification system built-in to SMTP is "royal pain"
> of smtp security


Authenticated SMTP is a reality, it just takes a patch to qmail and an
appropriate checkpassword-compatable program to do it.  Look at
www.qmail.org/top.html and do a search for Krzysztof Dabrowski, the author
of the best patch for ESMTP AUTH.

---Kris Kelley




Re: SMTP authentication

2001-02-07 Thread Rick Updegrove

Matt Simonsen wrote:

> Is it possible/adviseable to run a Qmail server to authenticate all relay
> SMTP traffic so that we can leave the relay open but not allow spammers
> access? I have Qmail running with Courier IMAP server, my problem is that
we
> have some users with laptops who travel and use different ISPs out of the
> office and would not be able to get email through out SMTP server. To ask
> them to change settings may be too much. I have thought of setting up 2
> Outlook profiles for them with different outgoing mail servers, but I am
> hoping there is a way to allow their traffic through via a username and
> password combo.
>
> Thanks
> Matt

I reccomend the POP before SMTP authentication
http://inter7.com/vpopmail/

If you are making vpopmail for roaming users to be able to relay
through your smtp server after the authenticate with pop do:

$ su
# ./configure --enable-roaming-users=y
# make
# make install-strip

I hope that helps

Rick Up





Re: SMTP authentication

2001-02-07 Thread Enrique Vadillo

I got exactly the same problem, the only thing i could do for now is
to give them a webmail frontend but most people are very used to sending
mail using their favorite mail programs.

anyone here know any way this can be done? i use qmail on solaris,
i'm open to any ideas.

iPass has no information on this even though it's very related to their
business.

Enrique-

|o|  Matt Simonsen escribió 
|o| Is it possible/adviseable to run a Qmail server to authenticate all relay
|o| SMTP traffic so that we can leave the relay open but not allow spammers
|o| access? I have Qmail running with Courier IMAP server, my problem is that we
|o| have some users with laptops who travel and use different ISPs out of the
|o| office and would not be able to get email through out SMTP server. To ask
|o| them to change settings may be too much. I have thought of setting up 2
|o| Outlook profiles for them with different outgoing mail servers, but I am
|o| hoping there is a way to allow their traffic through via a username and
|o| password combo.
|o| 
|o| Thanks
|o| Matt



RE: SMTP authentication

2001-02-07 Thread Kevin Bucknum

Have you checked the www.qmail.org page?  Several methods listed
there - pop before smtp has already been mentioned, and I use smtp
auth at my site without any problems.

-Original Message-
From: Enrique Vadillo [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001 1:40 PM
To: Matt Simonsen
Cc: [EMAIL PROTECTED]
Subject: Re: SMTP authentication


I got exactly the same problem, the only thing i could do for now is
to give them a webmail frontend but most people are very used to
sending
mail using their favorite mail programs.

anyone here know any way this can be done? i use qmail on solaris,
i'm open to any ideas.

iPass has no information on this even though it's very related to
their
business.

Enrique-

|o|  Matt Simonsen escribió 
|o| Is it possible/adviseable to run a Qmail server to authenticate
all relay
|o| SMTP traffic so that we can leave the relay open but not allow
spammers
|o| access? I have Qmail running with Courier IMAP server, my problem
is that we
|o| have some users with laptops who travel and use different ISPs out
of the
|o| office and would not be able to get email through out SMTP server.
To ask
|o| them to change settings may be too much. I have thought of setting
up 2
|o| Outlook profiles for them with different outgoing mail servers,
but I am
|o| hoping there is a way to allow their traffic through via a
username and
|o| password combo.
|o|
|o| Thanks
|o| Matt





Re: SMTP authentication

2001-02-07 Thread Marc Knoop

On Wed, Feb 07, 2001 at 11:36:03AM -0800, Rick Updegrove wrote:
> 
> I reccomend the POP before SMTP authentication
> http://inter7.com/vpopmail/

I too use the above.  It works well and most MUA's have to option to 'check mail 
before sending' which is what you'd want.

Too bad it doesn't work with IMAP. :(

-- 
./mk



Re: SMTP authentication

2001-02-07 Thread Michail A.Baikov

Qmail support SMTP Authorization (RFC2554) ?


- Original Message -
From: "Enrique Vadillo" <[EMAIL PROTECTED]>
To: "Matt Simonsen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 10:40 PM
Subject: Re: SMTP authentication


> I got exactly the same problem, the only thing i could do for now is
> to give them a webmail frontend but most people are very used to sending
> mail using their favorite mail programs.
>
> anyone here know any way this can be done? i use qmail on solaris,
> i'm open to any ideas.
>
> iPass has no information on this even though it's very related to their
> business.
>
> Enrique-
>
> |o|  Matt Simonsen escribió 
> |o| Is it possible/adviseable to run a Qmail server to authenticate all
relay
> |o| SMTP traffic so that we can leave the relay open but not allow
spammers
> |o| access? I have Qmail running with Courier IMAP server, my problem is
that we
> |o| have some users with laptops who travel and use different ISPs out of
the
> |o| office and would not be able to get email through out SMTP server. To
ask
> |o| them to change settings may be too much. I have thought of setting up
2
> |o| Outlook profiles for them with different outgoing mail servers, but I
am
> |o| hoping there is a way to allow their traffic through via a username
and
> |o| password combo.
> |o|
> |o| Thanks
> |o| Matt




RE: SMTP authentication

2001-02-08 Thread ÀüÁö¿­

[arith@foo arith]$ telnet foo.com 25
Trying 192.0.0.1...
Connected to foo.com
Escape character is '^]'.
220 foo.com ESMTP
ehlo foo.com
250-foo.com
250-PIPELINING
250 8BITMIME

qmail don't support RFC2554

-Original Message-
From: Michail A.Baikov [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 08, 2001 4:31 PM
To: Matt Simonsen; Enrique Vadillo
Cc: [EMAIL PROTECTED]
Subject: Re: SMTP authentication


Qmail support SMTP Authorization (RFC2554) ?


- Original Message -
From: "Enrique Vadillo" <[EMAIL PROTECTED]>
To: "Matt Simonsen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 10:40 PM
Subject: Re: SMTP authentication


> I got exactly the same problem, the only thing i could do for now is
> to give them a webmail frontend but most people are very used to sending
> mail using their favorite mail programs.
>
> anyone here know any way this can be done? i use qmail on solaris,
> i'm open to any ideas.
>
> iPass has no information on this even though it's very related to their
> business.
>
> Enrique-
>
> |o|  Matt Simonsen escribió 
> |o| Is it possible/adviseable to run a Qmail server to authenticate all
relay
> |o| SMTP traffic so that we can leave the relay open but not allow
spammers
> |o| access? I have Qmail running with Courier IMAP server, my problem is
that we
> |o| have some users with laptops who travel and use different ISPs out of
the
> |o| office and would not be able to get email through out SMTP server. To
ask
> |o| them to change settings may be too much. I have thought of setting up
2
> |o| Outlook profiles for them with different outgoing mail servers, but I
am
> |o| hoping there is a way to allow their traffic through via a username
and
> |o| password combo.
> |o|
> |o| Thanks
> |o| Matt




Re: SMTP authentication

2001-02-11 Thread Michail A.Baikov


250-AUTH=LOGIN CRAM-MD5 PLAIN
250-AUTH LOGIN CRAM-MD5 PLAIN
250-PIPELINING
250 8BITMIME

Where RFC2554? Sorry, but i'm don't have this RFC...


> [arith@foo arith]$ telnet foo.com 25
> Trying 192.0.0.1...
> Connected to foo.com
> Escape character is '^]'.
> 220 foo.com ESMTP
> ehlo foo.com
> 250-foo.com
> 250-PIPELINING
> 250 8BITMIME
>
> qmail don't support RFC2554
>
> -Original Message-
> From: Michail A.Baikov [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 08, 2001 4:31 PM
> To: Matt Simonsen; Enrique Vadillo
> Cc: [EMAIL PROTECTED]
> Subject: Re: SMTP authentication
>
>
> Qmail support SMTP Authorization (RFC2554) ?
>
>
> - Original Message -
> From: "Enrique Vadillo" <[EMAIL PROTECTED]>
> To: "Matt Simonsen" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 07, 2001 10:40 PM
> Subject: Re: SMTP authentication
>
>
> > I got exactly the same problem, the only thing i could do for now is
> > to give them a webmail frontend but most people are very used to sending
> > mail using their favorite mail programs.
> >
> > anyone here know any way this can be done? i use qmail on solaris,
> > i'm open to any ideas.
> >
> > iPass has no information on this even though it's very related to their
> > business.
> >
> > Enrique-
> >
> > |o|  Matt Simonsen escribió 
> > |o| Is it possible/adviseable to run a Qmail server to authenticate all
> relay
> > |o| SMTP traffic so that we can leave the relay open but not allow
> spammers
> > |o| access? I have Qmail running with Courier IMAP server, my problem is
> that we
> > |o| have some users with laptops who travel and use different ISPs out
of
> the
> > |o| office and would not be able to get email through out SMTP server.
To
> ask
> > |o| them to change settings may be too much. I have thought of setting
up
> 2
> > |o| Outlook profiles for them with different outgoing mail servers, but
I
> am
> > |o| hoping there is a way to allow their traffic through via a username
> and
> > |o| password combo.
> > |o|
> > |o| Thanks
> > |o| Matt




smtp authentication aka rfc-2554

2000-12-02 Thread clemensF

will there be authentication added to qmails smtp like rfc-2554?

clemens  (pls cc: me)