Re: sending mail from Android with K9 fails

2020-07-13 Thread Pablo Pita Leira
In james_server.log there are some logging on the emails that got successfully spooled. Logging is about the fact that the emai got sent by James. Sorry if it was unclear: from K9 I sent a new email to gmail OK. And I think that when I composed the previous email that caused the exception, at t

Re: sending mail from Android with K9 fails

2020-07-13 Thread Pablo Pita Leira
There is no K9MAIL_INTERNAL_OUTBOX mailbox by looking in the table james_mailbox in Postgres. And no idea what was the IMAP sequence. The logging details in the imap-server.logging are at INFO level. Pablo On 13.07.20 02:11, Tellier Benoit wrote: Hi Pablo. Does the mailbox exist? For exam

Re: sending mail from Android with K9 fails

2020-07-12 Thread Tellier Benoit
Hi Pablo. Does the mailbox exist? For example using the CLI ? Do you have a precise idea of the IMAP request sequences? Best regards, Benoit Le 12/07/2020 à 18:14, Pablo Pita Leira a écrit : > Hello, > > I have seen this error in the james-server.log when trying to send > email from my K9 Mail

Re: sending mail from Android with K9 fails

2020-07-12 Thread David Matthews
> >> Can james deliver mail to the same account sent from another machine - a >> desktop/laptop with a known to be correctly configured email client? > >Yes, in my desktop, Thunderbird receives email in this account and sends >it as well. > >> >> Can the android machine running K9 send mail to a

Re: sending mail from Android with K9 fails

2020-07-12 Thread Pablo Pita Leira
Just in case, the problem with K9 is sending email via the James Server. I answer inline: Can james deliver mail to the same account sent from another machine - a desktop/laptop with a known to be correctly configured email client? Yes, in my desktop, Thunderbird receives email in this accou

Re: sending mail from Android with K9 fails

2020-07-12 Thread David Matthews
hi Pablo >Is there any insight on what to do here ? > I'd suggest a couple of test:- Can james deliver mail to the same account sent from another machine - a desktop/laptop with a known to be correctly configured email client? Can the android machine running K9 send mail to a test account at g

sending mail from Android with K9 fails

2020-07-12 Thread Pablo Pita Leira
Hello, I have seen this error in the james-server.log when trying to send email from my K9 Mail client in Android. ERROR 00:26:22,594 | org.apache.james.imap.processor.StatusProcessor | Status failed for mailbox #private:pablo.p...@pitagoral.com:K9MAIL_INTERNAL_OUTBOX org.apache.james.mailbo

Re: Sending mail to external domains

2013-07-31 Thread Eric Charles
If you can send locally to sey...@mitaa.org, double check the mx record for mitaa.org which should point to the public ip address of your james server. On 07/31/2013 10:20 AM, seyoum tesfay wrote: Thank you Eric, Now James is able to send to gmail. But when I send a reply to the James server

Re: Sending mail to external domains

2013-07-31 Thread seyoum tesfay
Thank you Eric, Now James is able to send to gmail. But when I send a reply to the James server from gmail I got the following failure notification. *Delivery has failed to these recipients or groups:* * * *sey...@mitaa.org* *The e-mail address you entered couldn't be found. Please check the reci

Re: Sending mail to external domains

2013-07-30 Thread Eric Charles
That functionality is built-in. If it doesn't work, check the SMTP (port 25) connectivity between James and the world. On 07/30/2013 06:54 PM, seyoum tesfay wrote: Hello, Sending email to a domain defined under James works fine. But how can I configure James to send emails to other mail server

Sending mail to external domains

2013-07-30 Thread seyoum tesfay
Hello, Sending email to a domain defined under James works fine. But how can I configure James to send emails to other mail servers like gmail? I am using James 3.0 beta 4? regards, - To unsubscribe, e-mail: server-user-unsubscr

error sending mail through transport

2012-03-06 Thread mike tazelaar
My email message is being put in the var/mail/error folder.  The error appears to be something causing an error with the transport.  See attached spool manager file from the log files.  How do I troubleshoot or fix this error? I am using James 2.3.2.06/03/12 10:34:44 INFO spoolmanager: JamesSpo

Fwd: Re: Why does SMTP sending mail w/o authentication?

2011-06-12 Thread Eric Charles
(2nd try) Hi Barry, For the mapping, we've got JPA capabilities in XML for free. If you need to customize code, there are hooks on protocols level, but if you need changes in mailbox API, we'll be happy to talk about that with you if you like :) For the quota, Norman is working MAILBOX-64. He w

Re: Why does SMTP sending mail w/o authentication?

2011-06-11 Thread Eric Charles
Hi Barry, It's a matter of days for BETA1 (maybe 2 weeks, the time to have vote, uploads in maven, site, doc update...) - code and doc are available, so just a matter of doing the release. BETA1 will be with mailbox-0.2. You can already customize with with additional mapping... files. We hav

Re: Why does SMTP sending mail w/o authentication?

2011-06-11 Thread Barry
Hi Eric, when will you plan to release the James BETA1? the JPA-mailbox v0.2 will be still used in BETA1? because we have some specified requirement, we have to do some customization on JPA-mailbox, Thanks, Barry 2011/6/12 Eric Charles > Hi Barry, > > Yes, you're right. > > The documentation w

Re: Why does SMTP sending mail w/o authentication?

2011-06-11 Thread Barry
Hi maybe I made a mistake here. 127.0.0.0/8 does this line mean the localhost will automatically be authorized? is it correct? Thanks, Barry 2011/6/12 Barry > Hi I am using the James-M3-Snapshot-06012011, I am being confused by smtp > authentication issue. > > The smtpserver.xml content as b

Why does SMTP sending mail w/o authentication?

2011-06-11 Thread Barry
Hi I am using the James-M3-Snapshot-06012011, I am being confused by smtp authentication issue. The smtpserver.xml content as below: 0.0.0.0:25 200 360 0 0 127.0.0.0/8 true true 0 true But the smtp server can't do authentication, just saying it al

Re: Found an exception when sending mail

2011-06-07 Thread Barry
patcher.java:140) > > at > > > org.apache.james.protocols.impl.AbstractChannelUpstreamHandler.messageReceived(AbstractChannelUpstreamHandler.java:122) > > at > > > org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEventRunnable.java:69) > > at > > &

Re: Found an exception when sending mail

2011-06-07 Thread Norman Maurer
xecutor$Worker.runTask(Unknown > Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > Source) > at java.lang.Thread.run(Unknown Source) > > > But then I re-try the sending mail, I can't reproduce this. > > > Thanks, > Barry > - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org

Found an exception when sending mail

2011-06-07 Thread Barry
(Unknown Source) at java.lang.Thread.run(Unknown Source) But then I re-try the sending mail, I can't reproduce this. Thanks, Barry

RE: Sending mail through Gmail

2010-02-16 Thread david.moss
r own domain but not outside it. You can set a gateway in James. DM -Original Message- From: brian.p.gunn...@gmail.com [mailto:brian.p.gunn...@gmail.com] On Behalf Of William Shatner Sent: Tuesday, 16 February 2010 9:54 PM To: vivek.mahaja...@gmail.com; James Users List Subject: Re: Sending

Re: Sending mail through Gmail

2010-02-16 Thread William Shatner
Hi Vivek, how did you solve sending to gmail issue? I can send to my standard work email no problem... e.g myaddr...@mycompany.com but I get an smtp error when i try to send to gmail / hotmail a/cs?..it is getting blocked somehwere... To send the mail I am using an external app to send a mail/a

Re: Sending mail through Gmail

2010-02-06 Thread vivek mahajan
t; Kind regards, > Mario > > >-Ursprüngliche Nachricht- > >Von: Norman Maurer [mailto:norman.mau...@googlemail.com] > >Gesendet: Freitag, 5. Februar 2010 11:55 > >An: James Users List > >Betreff: Re: Sending mail through Gmail > > > >I don't know what a &

AW: Sending mail through Gmail

2010-02-05 Thread Mario Zsilak
;Gesendet: Freitag, 5. Februar 2010 11:55 >An: James Users List >Betreff: Re: Sending mail through Gmail > >I don't know what a "global server" is, but do you get any bounces on >the gmail side ? Anything in the logs etc ? > >Bye, >Norman > > >2010/2/5

Re: Sending mail through Gmail

2010-02-05 Thread vivek mahajan
Thanks Norman and sorry once again On Fri, Feb 5, 2010 at 4:42 PM, Norman Maurer wrote: > Hi Vivek, > > its still the same problem as before. I can't do more then repeat myself: > > telnet 122.168.129.83 25 > Trying 122.168.129.83... > telnet: Unable to connect to remote host: Connection refused

Re: Sending mail through Gmail

2010-02-05 Thread Norman Maurer
Hi Vivek, its still the same problem as before. I can't do more then repeat myself: telnet 122.168.129.83 25 Trying 122.168.129.83... telnet: Unable to connect to remote host: Connection refused Check your firewall, router etc. And like I said in the other post you need to stop postfix and bind

Re: Sending mail through Gmail

2010-02-05 Thread vivek mahajan
I mean that do I need to configure james server in a system with public IP and bound the smp,pops and nntp to that IP. when I send the mail from gmail to james server i got following mail from gmail Delivery to the following recipient failed permanently: d...@122.168.129.83 Technical details

Re: Sending mail through Gmail

2010-02-05 Thread Norman Maurer
I don't know what a "global server" is, but do you get any bounces on the gmail side ? Anything in the logs etc ? Bye, Norman 2010/2/5 vivek mahajan : > Extremely sorry for confusing you. But earlier  I was not able to send mail > form demo to admin or vice versa as well as to external servers.

Re: Sending mail through Gmail

2010-02-05 Thread vivek mahajan
Extremely sorry for confusing you. But earlier I was not able to send mail form demo to admin or vice versa as well as to external servers. And now I can send mail to the users of my server only. Does a mail server need to be a global server to receive mails from external servers ? How can i che

Re: Sending mail through Gmail

2010-02-05 Thread Norman Maurer
I think thats related to the other question you posted.. Please not double post.. Bye, Norman 2010/2/5 vivek mahajan : > I have configured james-2.3.2 server on a system with static IP. And I have > two users demo and admin. And I can send mails between them, but the problem > is that I can't se

Sending mail through Gmail

2010-02-05 Thread vivek mahajan
I have configured james-2.3.2 server on a system with static IP. And I have two users demo and admin. And I can send mails between them, but the problem is that I can't send mail from external server( like gmail, yahoo etc.) to my james-2.3.2 server. Please Help. Bye VIVEK

Re: Sending mail through Gmail

2010-02-01 Thread Norman Maurer
Hi, Temporary exceptions are most times happen because of greylisting on the mailserver of the recipient. The email should get delivered on the next retry.. Bye, Norman 2010/2/1 vivek mahajan : > I have solved that issue but even now mail is transfering the log generated > are: > Mailets.log > >

Re: Sending mail through Gmail

2010-02-01 Thread vivek mahajan
I have solved that issue but even now mail is transfering the log generated are: Mailets.log 01/02/10 19:12:10 INFO James.Mailet: RemoteDelivery: Attempting delivery of Mail1265031730530-0-to-gmail.com to host gmail-smtp-in.l.google.com. at 209.85.222.67 for addresses [vivek.mahaja...@gmail.com]

Re: Sending mail through Gmail

2010-02-01 Thread Norman Maurer
Hi, as you can see, your server isn't able to connect to gmail mail servers: 01/02/10 16:01:01 INFO James.Mailet: RemoteDelivery: Could not connect to SMTP host: 209.85.220.43, port: 25 Prolly some kind of firewalling from your ISP. ISP's sometimes block outbound port 25 to prevent spam. So you

Re: Sending mail through Gmail

2010-02-01 Thread vivek mahajan
smtpserver.log 01/02/10 14:58:35 INFO smtpserver: Connection from 122.168.129.86 (122.168.129.86) 01/02/10 14:58:36 INFO smtpserver: Successfully spooled mail Mail1265016516781-0 from d...@122.168.129.83 on 122.168.129.86 for [ vivek.mahaja...@gmail.com] 01/02/10 15:56:00 INFO smtpserver: Conne

Re: Sending mail through Gmail

2010-02-01 Thread Norman Maurer
and my code is not showing any > error messsage for sending mail but i can not see it in my database. > I am sending mail by GMAIL to it. PLZ Help > - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For addi

Sending mail through Gmail

2010-02-01 Thread vivek mahajan
I have configured James-2.3.2 server on the system with public IP, I can log in sucessfully through Java mail api, but can't send or receive mail from it using user name user@ and my code is not showing any error messsage for sending mail but i can not see it in my database. I am sending ma

sending mail out...

2009-12-08 Thread pady-geazy
I sent a mail earlier about not being able to send messages out. I got an error email from the mail server as: Hi. This is the James mail server at PRABHA. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work

Mailing list problem sending mail to hotmail

2008-11-28 Thread tonauser
Hi everyone I have a big mailing list. I had some problem sending mail to some domain. In particular I refer to gmail, hotmail. I solved the problem with gmail editing james code and sending email 5 by 5 with 5 second of wait. But with hotmail I have still some serious problems I have 1700 on

Re: Problem sending mail

2008-03-26 Thread Stefano Bagnara
want to do, exactly). Stefano Swetadri Samadder ha scritto: *hi,* ** *i am getting problem sending mail to gmail address.its sending mail correctly within registered users in james. i have created 2 accounts using adduser named Swetadri and sybrant.if i want to send mail from [EMAIL PROTECTED]

Problem sending mail

2008-03-25 Thread Swetadri Samadder
*hi,* ** *i am getting problem sending mail to gmail address.its sending mail correctly within registered users in james. i have created 2 accounts using adduser named Swetadri and sybrant.if i want to send mail from [EMAIL PROTECTED] to [EMAIL PROTECTED], its successfully sent.But, for outside

Re: Preventing certain users from sending mail

2007-09-20 Thread Gary Jarrel
Although not 100% sure about the second paragraph, I think you can use a matcher along the lines of RemoteAddrNotInNetwork=127.0.0.1 and every time an email is received from an address outside you computer it can be disposed of, however all the others can pass! I'm quite new to James myself, but a

Preventing certain users from sending mail

2007-09-19 Thread Etienne Lacombe
Hello, This may be a point covered in the documentation but I could not see how to do that. I want only specific accounts to be able to send emails and all the other can only receive. Specifically, I want my build server application and bug tracking to be able to send emails to the developers who

Re: How do I set up James for sending mail

2005-12-29 Thread Serge Knystautas
Sounds like you need to set your DNS servers, or there could be something like Symantec blocking outgoing emails from James. I would check those first. -- Serge Knystautas Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED] On 12/17/05, Pierr

How do I set up James for sending mail

2005-12-17 Thread Pierre Paquette
Hi all, I'm using James on Windows XP. How do I set it up so that it is my SMTP server, i.e. so that I can use it to handle messages that I send by my email client (Mozilla Thunderbird)? I want all my outgoing messages to pass through James. I tried a few settings that I've seen on the user fo

Re: NullPointerException sending mail

2004-06-10 Thread Rod Mackenzie
Danny Angus wrote: Any ideas on how to setup James on a dialup? Allow your PC to dial out automatically. If this isn't practical there is no way James can cope well with intermittent connection. Two major issues are 1/your DNS lookup won't work and 2/ host will be unreachable James probably re-tr

Re: NullPointerException sending mail

2004-06-10 Thread Danny Angus
> Any ideas on how to setup > James on a dialup? Allow your PC to dial out automatically. If this isn't practical there is no way James can cope well with intermittent connection. Two major issues are 1/your DNS lookup won't work and 2/ host will be unreachable James probably re-tries, but wi

NullPointerException sending mail

2004-06-09 Thread Rod Mackenzie
ering mail Mail1086816092801-0 09/06/04 22:21:33 INFO James.Mailet: RemoteDelivery: Sending mail to [] via [post.demon.co.uk:25] 09/06/04 22:21:33 INFO James.Mailet: RemoteDelivery: Remote delivery thread (0) will process mail Mail1086816092801-0 09/06/04 22:21:33 INFO James.Mailet: RemoteDelivery: Att

Sending mail problem....

2004-02-20 Thread Bahman
  Hi!   recently we have installed JAMES 2.1.3 on Linux (Redhat 9). The configuration seems ok but most strange thing we have notice is this:   "We can send mail to e.g. www.yahoo.com BUT not www.myway.com" and many other sites.   Any suggestions, please.     Best Regards Bahman       ---Ou

RE: Error while sending mail....

2004-02-12 Thread Vincenzo Gianferrari Pini
> > you want a mailet to be able to check an incoming message's > > S/MIME signature, while my mailet does S/MIME sign an > > outgoing message. > > Your AddServerSignature mailet provides part of a general capability for > handling S/MIME. Adding a matcher to validate an S/MIME signature and > ma

RE: Error while sending mail....

2004-02-10 Thread Vincenzo Gianferrari Pini
Noel J. Bergman [mailto:[EMAIL PROTECTED] > Sent: domenica 8 febbraio 2004 23.07 > To: James Users List > Subject: RE: Error while sending mail > > > > One more thought... I've been swearing to myself to build a little > > web-app to manage my James JDBC mail rep

RE: Error while sending mail....

2004-02-08 Thread Steve Brewin
Noel J. Bergman wrote: > > If Vincenzo would consider committing the S/MIME code into > CVS, we could > create remote control mailets that accept signed messages > encoding requests, > providing remote control with security. Hey, I could use some of that. I've been musing at how to securely enabl

RE: Error while sending mail....

2004-02-08 Thread Noel J. Bergman
> One more thought... I've been swearing to myself to build a little > web-app to manage my James JDBC mail repositories (delete stuff, > move messages around, read what's there, stats, etc...) FWIW, I've been using my FromRepository mailet quite a bit. It would be good to parameterize it so that

RE: Error while sending mail....

2004-02-08 Thread Noel J. Bergman
> Even real database servers do not handle the huge messages gracefully Nope. The most performant solution I have found so far is out dbfile approach, where we use the database for the boxcar, and the file system for the ore. --- Noel ---

RE: Error while sending mail....

2004-02-08 Thread Steve Brewin
Serge Knystautas wrote: > Steve Brewin wrote: > > Granted, it can be quicker to code, but pretty soon you run > up against > > maintenance problems due to loss of encapsulation, and > containerisation in > > Avalon's case. The persistent representation is no longer > free to evolve, or > > if it do

Re: Error while sending mail....

2004-02-08 Thread Serge Knystautas
Steve Brewin wrote: Granted, it can be quicker to code, but pretty soon you run up against maintenance problems due to loss of encapsulation, and containerisation in Avalon's case. The persistent representation is no longer free to evolve, or if it does, each change triggers a need for change in an

Re: Error while sending mail....

2004-02-08 Thread Stefan Groschupf
The open source development is more and more influenced by business issues this days. ;( I'm not happy that hibernate move to jboss group and definitely understand the ASF point of view. Stefan open technology: http://www.media-style.com open source: http://www.weta-group.net open di

RE: Error while sending mail....

2004-02-08 Thread Steve Brewin
Serge Knystautas wrote: > > One more thought... I've been swearing to myself to build a little > web-app to manage my James JDBC mail repositories (delete stuff, move > messages around, read what's there, stats, etc...), and > if/when I get to > that, I would use hibernate and my JSP tag lib I cre

Re: Error while sending mail....

2004-02-08 Thread Stefan Groschupf
Stefan Groschupf wrote: We've talked about using hsql or something like that, but I think the issue is frankly performance. I use hsql with great results with small datasets, but James can easily have 1+ gigs in messages and individual messages (a db record) can be 10 megs. Whats about hibern

Re: Error while sending mail....

2004-02-08 Thread Serge Knystautas
Stefan Groschupf wrote: We've talked about using hsql or something like that, but I think the issue is frankly performance. I use hsql with great results with small datasets, but James can easily have 1+ gigs in messages and individual messages (a db record) can be 10 megs. Whats about hiberna

Re: Error while sending mail....

2004-02-08 Thread Stefan Groschupf
We've talked about using hsql or something like that, but I think the issue is frankly performance. I use hsql with great results with small datasets, but James can easily have 1+ gigs in messages and individual messages (a db record) can be 10 megs. Whats about hibernate? Stefan open techno

Re: Error while sending mail....

2004-02-08 Thread Serge Knystautas
tyler wrote: Hi guys, I'm new to the list, so here's my first question. Why does james use files for persistence at all. It seems to me that you could always use a DB, and if the user didn't want to set up a DB you could just run hsql in process and use it as your persistence engine. That would

Error while sending mail....

2004-02-08 Thread tyler
Hi guys, I'm new to the list, so here's my first question. Why does james use files for persistence at all. It seems to me that you could always use a DB, and if the user didn't want to set up a DB you could just run hsql in process and use it as your persistence engine. That would eliminate the

Re: Sending Mail

2003-09-03 Thread bill parducci
Gregg Bolinger wrote: 192.168.1.1 is my linksys router. 192.168.1.101 is my mail server hmm... that makes it kind tough. this obviously masks the responses from the desitination server. 192.168.1.101.smtp > 192.168.1.1.2635: . ack 1378 win 7578 (DF) 192.168.1.1.2635 > 192.168.1.101.smtp: . ack 4

RE: Sending Mail

2003-09-02 Thread Noel J. Bergman
> I cannot send mail. I checked the SMTP log and it says that > it spooled my messages successfully, but they never go anywhere. It goes SOMEWHERE. If you can't figure it out, turn on DEBUG for the spoolmanager, and see where (and why) the messages are going. --- Noel

Re: Sending Mail

2003-09-02 Thread Gregg Bolinger
192.168.1.1 is my linksys router. 192.168.1.101 is my mail server I have port forwarding for 25 and 110 configured on the router bill parducci wrote: it appears that your james server is 192.168.1.1, but what is 192.168.1.101? is it the mail server for the domain you were trying to send the not

Re: Sending Mail

2003-09-02 Thread bill parducci
it appears that your james server is 192.168.1.1, but what is 192.168.1.101? is it the mail server for the domain you were trying to send the note to or is it a smart host? b Gregg Bolinger wrote: Ok Bill. Here is what I've got 21:47:24.871452 192.168.1.101.smtp > 192.168.1.1.2635: . ack 1378

Re: Sending Mail

2003-09-02 Thread Gregg Bolinger
Ok Bill. Here is what I've got 21:47:24.871452 192.168.1.101.smtp > 192.168.1.1.2635: . ack 1378 win 7578 (DF) 21:47:24:871452 192.168.1.1.2635 > 192.168.1.101.smtp: . ack 402 win 17120 (DF) And this is just repeated probably 25, 30 times for one message send. Thanks for any help. Gregg bill

Re: Sending Mail

2003-09-02 Thread bill parducci
Gregg Bolinger wrote: I would assume I am opening a port because when I did that and sent mail, I got a whole slew of information, mostly IPADDRESS smtp > IPADDRESS . ack bla bla If you need the exact text, I can provide that. Thanks. Gregg the text would be helpful ;o). otherwise, try se

Re: Sending Mail

2003-09-02 Thread Gregg Bolinger
Well, adjusting the config to use my ISP's smtp server did not seem to resolve the problem. Gregg Gregg Bolinger wrote: I would assume I am opening a port because when I did that and sent mail, I got a whole slew of information, mostly IPADDRESS smtp > IPADDRESS . ack bla bla If you need

Re: Sending Mail

2003-09-02 Thread Gregg Bolinger
I would assume I am opening a port because when I did that and sent mail, I got a whole slew of information, mostly IPADDRESS smtp > IPADDRESS . ack bla bla If you need the exact text, I can provide that. Thanks. Gregg bill parducci wrote: have you tried running `tcpdump port 25` on your

Re: Sending Mail

2003-09-02 Thread bill parducci
have you tried running `tcpdump port 25` on your box before attempting to send a note? it would be interesting to see if you are opening a socket on the remote server. b Gregg Bolinger wrote: Ok, I am running Redhat 9. I have disabled all IPTables so I have no firewall running. I have a ro

Re: Sending Mail

2003-09-02 Thread Gregg Bolinger
I am going to try and use my ISP's smtp server since it might be blocking DHCP addresses Thanks Gregg Gregg Bolinger wrote: Ok, I am running Redhat 9. I have disabled all IPTables so I have no firewall running. I have a router with port forwarding on ports 25 and 110. I have a domain nam

Sending Mail

2003-09-02 Thread Gregg Bolinger
Ok, I am running Redhat 9. I have disabled all IPTables so I have no firewall running. I have a router with port forwarding on ports 25 and 110. I have a domain name through www.no-ip.com and it redirects to my DSL ISP given IP Address. I have a working Web Server, FTP Server, and SSH Serv

RE: Sending mail to a FetchPop server

2003-07-29 Thread Danny Angus
. You might want to set up specific aliases for several real users, and then have a catch all alias at the bottom of the processor. d. > -Original Message- > From: John Hornsby [mailto:[EMAIL PROTECTED] > Sent: 29 July 2003 12:49 > To: 'James Users List' > Subject: Sen

Sending mail to a FetchPop server

2003-07-29 Thread John Hornsby
Hi, I have fetchpop enabled for [EMAIL PROTECTED], and xyz.com as a server name in config.xml. This works fine. With that set up to trap xyz.com mail, how do I send mail to [EMAIL PROTECTED] through the same James?? Hope someone can tell me an easy solution! Many thanks, John Hornsby using J

RE: servlet sending mail with javamail

2003-07-23 Thread Robert Koberg
Arrrggghh... That was it. Thanks again, Noel. Thanks, -Rob > -Original Message- > From: Noel J. Bergman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 1:33 PM > To: James Users List > > Are you sure that > > new PasswordAuthentication("[EMAIL PROTECTED]", "testpasswd"); >

RE: servlet sending mail with javamail

2003-07-23 Thread Noel J. Bergman
Are you sure that new PasswordAuthentication("[EMAIL PROTECTED]", "testpasswd"); shouldn't be: new PasswordAuthentication("test", "testpasswd"); --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: servlet sending mail with javamail

2003-07-23 Thread Robert Koberg
Hi, > -Original Message- > From: Noel J. Bergman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 1:02 PM > To: James Users List > > > > I am trying to send an email from a servlet with javamail (on a dev > > machine not the james machine). I have SMTP AUTH on. I create the > >

RE: servlet sending mail with javamail

2003-07-23 Thread Noel J. Bergman
> I am trying to send an email from a servlet with javamail (on a dev > machine not the james machine). I have SMTP AUTH on. I create the > PasswordAuthentication with a plaintext username and password. > javax.mail.AuthenticationFailedException This means that the SMTP transport couldn't connec

servlet sending mail with javamail -> not -> RE: question about listserv

2003-07-23 Thread Robert Koberg
Whoops... copied old message to get address... > -Original Message- > From: Robert Koberg [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 12:18 PM > To: 'James Users List' > > Hi, > > I am trying to send an email from a servlet with javamail (on a dev > machine > not the james

RE: result from sending mail

2003-07-15 Thread Noel J. Bergman
> I am writing a CRM-like list mailer that needs to track what > happens to each email sent to a member > With the JavaMail model, I can get the status and immediately > note it in the database. With the spooling model, I'll VERP > each piece of outbound mail, check for bounces, and assume "no >

Re: result from sending mail

2003-07-15 Thread Bosco So
You're right, I missed the "james-is-your-agent" model; instead, I was thinking of the JavaMail model where I get a status code upon each send. You may have also missed the fact that messages inserted into the spool go through the pipeline, and can still be processed by other mailets. If your

RE: result from sending mail

2003-07-14 Thread Noel J. Bergman
> You're right, I missed the "james-is-your-agent" model; instead, I was > thinking of the JavaMail model where I get a status code upon each send. You may have also missed the fact that messages inserted into the spool go through the pipeline, and can still be processed by other mailets. If your

Re: result from sending mail

2003-07-14 Thread Bosco So
You're right, I missed the "james-is-your-agent" model; instead, I was thinking of the JavaMail model where I get a status code upon each send. With James, I'll just have to be smarter about interpreting bounce messages (ie, VERP). I was hoping for some sort of direct notification mechanism (Ob

RE: result from sending mail

2003-07-14 Thread Noel J. Bergman
> All of the MailetContext.sendMail(...) methods return void. They just spool mail. There is no status. I think you are missing the architectural view. > When I'm writing a mailet, how can I find out the status of > a piece of mail I just sent? You didn't send it. You inserted it into a spool

result from sending mail

2003-07-14 Thread Bosco So
All of the MailetContext.sendMail(...) methods return void. When I'm writing a mailet, how can I find out the status of a piece of mail I just sent? For a bounce, I can VERP the From: address and catch the bounce in another mailet. How do I find out other errors like: no domain, SMTP server do