RE: Using MS Exchange Server for email

2002-02-25 Thread peter riegersperger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > -Original Message- > From: Eric George [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 11:49 PM > To: Log4J Users List > Subject: RE: Using MS Exchange Server for email > > > I can't say for sure

RE: Using MS Exchange Server for email

2002-02-22 Thread Mark Derricutt
AFAIK smtp is used everywhere on the net, at least, between all the servers I see in my received headers. Unless someones using UUCP still... But I welcome education :P --On Friday, February 22, 2002 15:49:29 -0700 Eric George <[EMAIL PROTECTED]> wrote: > I can't say for sure, but I think t

RE: Using MS Exchange Server for email

2002-02-22 Thread Eric George
On Fri, 2002-02-22 at 14:58, Jon Skeet wrote: > Actually if your mail server administrator is following MS security > guidelines, SMTP will be *disabled* on your Exchange server. Really? Completely disabled rather than just disabled in terms of being an open relay (which is cle

RE: Using MS Exchange Server for email

2002-02-22 Thread Eric George
I can't say for sure, but I think that MTAs (Mail Transfer Agents) use a different protocol to speak to each other than client apps use to speak to the MTAs (SMTP, POP, IMAP). Maybe somebody on the list who knows more about the intricacies of mail can clarify this for us? On Fri, 2002-02-22 at 1

RE: Using MS Exchange Server for email

2002-02-22 Thread Mark Derricutt
If its compleatly disabled, how does external internet based email enter the server? --On Friday, February 22, 2002 21:58:44 + Jon Skeet <[EMAIL PROTECTED]> wrote: >> Actually if your mail server administrator is following MS security >> guidelines, SMTP will be *disabled* on your Exchange

RE: Using MS Exchange Server for email

2002-02-22 Thread Jon Skeet
> Actually if your mail server administrator is following MS security > guidelines, SMTP will be *disabled* on your Exchange server. Really? Completely disabled rather than just disabled in terms of being an open relay (which is clearly very bad)? > The easiest thing for you, the developer wo

RE: Using MS Exchange Server for email

2002-02-22 Thread Eric George
ay, February 22, 2002 10:09 AM To: Log4J Users List Subject: RE: Using MS Exchange Server for email > I would like to use log4j to send email upon critical > failures, however I'm > using MS Exchange Server (IMAP), so the SMTPAppender will not > wo

RE: Using MS Exchange Server for email

2002-02-22 Thread Sara Prigge
You're right. I'm not the mail server expert so I didn't know that. Thanks! -Original Message- From: Jon Skeet [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 10:09 AM To: Log4J Users List Subject: RE: Using MS Exchange Server for email > I would like to

RE: Using MS Exchange Server for email

2002-02-22 Thread Jon Skeet
> I would like to use log4j to send email upon critical > failures, however I'm > using MS Exchange Server (IMAP), so the SMTPAppender will not > work for me. > Has anyone done this? If so, I would be grateful for any > help/suggestions. > This is my first try at this so any help is appreciate