Question about an auto reply mailet

2004-11-04 Thread Michael McGonagle
Hello all, I recently got James installed and running on a Mac OS X (10.2.8) system, and was hoping to get an "Auto-Reply" set up for a single (and possibly others) address. It is basically an auto reply to notify the sender that his email reached our server. Is there something like this alread

RE: FetchMail issue.

2004-11-04 Thread Steve Brewin
[EMAIL PROTECTED] wrote: > Hello > > I have an issue with fetchmail. > I am using james 2.2.0 to download emails via pop and process > them via a mailet. 2.2.0 RC1? > > My emails are not getting deleted on the pop server despite > having leaveonserver="false" > everywhere... > > Once downloaded, t

Re: use james for outgoing only

2004-11-04 Thread Tore Halset
On Nov 4, 2004, at 11:58, Daniel Perry wrote: You can run james with just smtp, locked down to your local ip address. Bounces will go back to the address it's being sent from (not server), so providing another server is set in the mx records for the domain, it will bounce to them. If you would p

FetchMail issue.

2004-11-04 Thread vachevil-basic
Hello I have an issue with fetchmail. I am using james 2.2.0 to download emails via pop and process them via a mailet. My emails are not getting deleted on the pop server despite having leaveonserver="false" everywhere... Once downloaded, the emails are then passed onto a mailet. The same emai

RE: use james for outgoing only

2004-11-04 Thread Daniel Perry
You can run james with just smtp, locked down to your local ip address. Bounces will go back to the address it's being sent from (not server), so providing another server is set in the mx records for the domain, it will bounce to them. If you would prefer somthing a little more lightweight than ja

Re: copy account

2004-11-04 Thread Corey A. Johnson
Thank you very much Isaac. I will give this a try in the next day or so. Appreciate the code. Cj Intelekia wrote: Hi Corey, Try compiling this: package com.intelekia.mailets; import java.util.Collection; import java.util.HashSet; import javax.mail.MessagingException; import org.apache.james.cor

RE: copy account

2004-11-04 Thread Intelekia
Hi Corey, Try compiling this: package com.intelekia.mailets; import java.util.Collection; import java.util.HashSet; import javax.mail.MessagingException; import org.apache.james.core.MailImpl; import org.apache.james.services.MailServer; import org.apache.mailet.GenericMailet; import org.apach

use james for outgoing only

2004-11-04 Thread Tore Halset
Hello. (I am a james-newbie, but have read some of the documentation and the faq.) We have an application running inside jboss that needs to send out email. We are currently using the corporate MS Exchange Server for outgoing message. The problem happens when the MS Exchange Server is out of s