RE: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Daniel Perry
> The message that normal users see is: "JAMES is abandonware" and > than only when someone is saying > something provocative a small sparkle of replys appear (for > mostly one or two days, than total > silence for months). > > > BTW we should remember that there are few committers behind James and

RE: How to build james in windows xp

2005-12-15 Thread Daniel Perry
check the spamassasin mailet http://www.mail-archive.com/server-dev@james.apache.org/msg00138.html Daniel. > -Original Message- > From: nurularesya ;p [mailto:[EMAIL PROTECTED] > Sent: 15 December 2005 03:10 > To: James Users List > Subject: Re: How to build james in windows xp > > > now

RE: Automating management of servernames list?

2005-10-13 Thread Daniel Perry
niel, > > If you haven't already, can you create a diff and store it as an > issue in JIRA? > > -- > Serge Knystautas > Lokitech >> software . strategy . design >> http://www.lokitech.com > p. 301.656.5501 > e. [EMAIL PROTECTED] > > > On 10/1

RE: Automating management of servernames list?

2005-10-11 Thread Daniel Perry
ough to implement > it in the next version? > > Pierre > > Citeren Daniel Perry <[EMAIL PROTECTED]>: > > > I half-heartedly did this. It makes james treat all the domains in the > > virtualusertable as local. > > > > New James.java is at: > > http:

RE: Automating management of servernames list?

2005-10-11 Thread Daniel Perry
I half-heartedly did this. It makes james treat all the domains in the virtualusertable as local. New James.java is at: http://www.netcase.co.uk/daniel/james/2.2.0RC4_UNTESTED/ (i recoment you run diff against the cvs version of 2.2.0 to see the code changes. Daniel. > -Original Message---

RE: Remove OLD mm.mysql driver (not compatible with newer MySQL db) #JAMES-394

2005-08-11 Thread Daniel Perry
Can you not include the latest mysql connector/j under mysql's FLOSS exception? Having read it, it looks ok to me, with the only real exception being that you would have to distribute james source code on the same medium as james binaries. Daniel. > -Original Message- > From: Stefano Bag

RE: Strange sending error

2005-07-25 Thread Daniel Perry
And check that he doesnt have Norton internet security installed. That seems to randomly screw with mail sessions, even if you tell it to allow the program unrestricted access. This accounts for about 80% of email enquireies i get. Daniel. > -Original Message- > From: Danny Angus [mailt

RE: Confusion with XMLVirtualUserTable

2005-07-08 Thread Daniel Perry
> > Sadly james doesnt work with accounts with domains > > The string argument to the POP3 USER command has absolutely no > relationship > to an e-mail address. The assumption that there is any meaningful > relationship between the parameter passed to RCPT TO and the parameter to > USER is false.

RE: Confusion with XMLVirtualUserTable

2005-07-08 Thread Daniel Perry
ctually james will let you have accounts with @ in it, just mail wont get to them. I am pretty sure you can use % though. And i am definately sure you can use . - i use user..at..domain.com, and i bodge some james code to do string replacements on logins with @ to ..at.. I have no idea why yo

RE: Confusion with XMLVirtualUserTable

2005-07-08 Thread Daniel Perry
separate accounts for separate domains, as well as email forwarding (as > suggested by Daniel Perry). > > My biggest confusion is - how would the mailet know if I want to forward > or I'm simply mapping a virtual user? > > For instance, what if my naming policy is: > > Fo

RE: Can JAMES do mail forwarding?

2005-07-06 Thread Daniel Perry
rs List' > Subject: RE: Can JAMES do mail forwarding? > > > Is there any good docs on that virutalusertable? There's a brief > description on the james website, but that definitely doesn't explain > how to set it up or nothing like that.. > > >-Orig

RE: Can JAMES do mail forwarding?

2005-07-06 Thread Daniel Perry
You might also be interested in JDBC/XML VirtualUserTable. That way one mailet can map as many addresses as you like. You can specify forwarders for single addresses: user:admin domain woo.com targetaddress:[EMAIL PROTECTED] or all addresses: user:% domain:woo.com targetaddress:[EMAIL PROTECTED]

RE: Nobody replied to me about Virtual Domains..

2005-06-23 Thread Daniel Perry
> A while ago I send an email but nobody replied... that "solution" that > you have in your FAQ - does it work? Yes. As for last questions, see below: > > 1) Performance of James seems to be a bit slow compared to qmail. > With qmail, if I wanted to send myself an email message, I would us

RE: Mailet, matcher and distribution list IT WORKS!!!!, another question

2005-06-23 Thread Daniel Perry
I rebuilded it, and.. it WORKS > > > > Thanks to everybody helped me > > > > > > Regards > > > > > > Daniel Perry wrote: > > > >> Ah, > >> Forgot that one: you need to download and recompile > >> CommandListServFooter. > >>

RE: Connection timed out and Too many recipients

2005-06-16 Thread Daniel Perry
hmm maybe james should be able to have a configurable per domain limit so we can deal with dodgy servers. Maybe also it should try to detect "too many recipients" when sending the message and break it down there too. Applying it to all servers, including well behaved ones would cost me a lot

RE: Mailet, matcher and distribution list

2005-06-13 Thread Daniel Perry
Ah, Forgot that one: you need to download and recompile CommandListServFooter. There was a bug with multipart mails that i/noel fixed quite a long time ago See: http://svn.apache.org/viewcvs.cgi/james/server/branches/branch_2_1_fcs/src/j ava/org/apache/james/transport/mailets/CommandListservFooter.

RE: onMailetException="ignore"

2005-06-13 Thread Daniel Perry
> for instance, I have the following in config.xml: > > > 12 > > > > so... > > does mailet or processor care of "onMailetException" ? if processor, > so it is general thing and should have been documented, I haven't found > anything in my documentation for James 2.2. Processor. Basically the pr

rejected mail - was RE: Mailet, matcher and distribution list

2005-06-08 Thread Daniel Perry
I tried to reply this message and got back: Failed to deliver to 'server-user@james.apache.org' SMTP module(domain james.apache.org) reports: message text rejected by mail.apache.org: 552 You have entered a blackhole from which few have returned (body). What's the deal here? -

RE: Mailet, matcher and distribution list

2005-06-08 Thread Daniel Perry
penny drops you were using the avalon list serv (and partly still are, which is why you get the error). The code changes were to the commandlistserv - which is newer that the avalonlistserv. > Now I changed into: > > class="*AvalonListservManager*"> Here is your problem - change

RE: Mailet, matcher and distribution list

2005-06-01 Thread Daniel Perry
ave priority on the ones in > the james.sar inside the apps/james.sar > Last I want to try to put some logging inside the class, to check if the > class is loaded, how can I log from inside there? > Any other suggestion, please? > > Regards > > Daniel Perry wrote: > > &

RE: Mailet, matcher and distribution list

2005-05-26 Thread Daniel Perry
I to substitute with old one in the jar archive or there is a > lib/classes folder where I can store it? > > Regards > > > Daniel Perry wrote: > > >I added this to the command mail list a while ago, and it was commited to > >the subversion repository. > >

RE: Mailet, matcher and distribution list

2005-05-26 Thread Daniel Perry
I added this to the command mail list a while ago, and it was commited to the subversion repository. http://svn.apache.org/viewcvs.cgi/*checkout*/james/server/branches/branch_2_ 1_fcs/src/java/org/apache/james/transport/mailets/CommandListservProcessor.j ava (for v2.1/2 branch) You'll need to rec

RE: Duplicate Email Problem

2005-05-18 Thread Daniel Perry
> Subject: Re: Duplicate Email Problem > > > > I am going to try filesystem messagestores and see what happens. I > > will > > also connect via command line to see if there is anything strange > > going on. > > > > Thanks > > > > Camron G. Levanger > &

RE: Duplicate Email Problem

2005-05-17 Thread Daniel Perry
I'm not sure whats causing this problem, but AFAIK james doesnt remember which messages have been read! The client should determine which messages have been read (probably using the UIDL command), and download ones it doesnt recognise. It retrieves them - james doesnt send them. I have checked,

RE: Serious bandwidth begin consumed by James

2005-05-11 Thread Daniel Perry
(cross posted as code change proposal at bottom) Having had a quick look at the RFCs it looks like the 552 error should not be sent until the final . has been received. Looking at james code (SMTPHandler.java): James recieves data command. Responds accordingly. James starts receiving data. Once

RE: Changing port

2005-05-09 Thread Daniel Perry
Short answer: No! Mail servers look for your server on port 25. There are ways to achieve this using port-forwarding, etc, but if you have no control over your firewall, and dont have an external server that you can use port 25 on to forward, then i dont know a way you can do it. Daniel. > ---

RE: Serious bandwidth begin consumed by James

2005-05-05 Thread Daniel Perry
Now this problem has hit our server And in the last ten days or so consumed an enormous amount of bandwidth! An 18mb email was sent to an address that is forwarded elsewhere (via jdbcvirtualusertable). The server it is forwarded to has a 10mb limit, so it responded with "552 Message size exce

RE: How to send email from JAMES to users on another mail server

2005-05-05 Thread Daniel Perry
> Look in the logs if james has made delivery attempts. > apps/james/logs/*.log > > Stefano As stefano says, check the (James) logs! More specifically, apps/james/logs/mailet-*.log Look for lines like: [date] [time] INFO James.Mailet: RemoteDelivery: ... They should point you in the right dire

RE: Connection refused

2005-04-29 Thread Daniel Perry
Another point - make sure you're running mysql on tcp, as well as the unix socket file, beacuse AFAIK jdbc will only use tcp! Daniel. > -Original Message- > From: Bud Bach [mailto:[EMAIL PROTECTED] > Sent: 29 April 2005 15:25 > To: 'James Users List' > Subject: RE: Connection refused > >

RE: JDBCVirtualUserTable

2005-04-28 Thread Daniel Perry
Btw, one issue i've found under linux is that jdbc appears to be connecting using the full server name, not localhost, so the user should be set up in mysql to to allow myservername.com, not localhost. Daniel. > -Original Message- > From: Noel J. Bergman [mailto:[EMAIL PROTECTED] > Sent:

RE: Virtual user table.

2005-04-18 Thread Daniel Perry
Yes, and no! The target_address should be a local address. Assuming domain.com is local, then this is ok, but if you [EMAIL PROTECTED] (where otherdomain is local), it will go to the same mailbox. You would be better off creating mailboxes that include the domain name, so that there's no overlap

Spamassassin

2005-04-15 Thread Daniel Perry
Anyone have any idea how to run james emails through spamassassin? I'm sure someone mentioned it, but i cant find a mailet. Daniel. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Using the API to Dynamically Add Users

2005-04-14 Thread Daniel Perry
name password") > get the output stream, reads from it the answer then close the connection. > I suppose this should work whatever the persistence mechanics is... > and you can do it whatever your programming language is. > Am I that wrong? > cheers > d. > > -Messaggi

RE: Good learning? => Define User Manual

2005-04-14 Thread Daniel Perry
Have you read the docs on james website? http://james.apache.org/documentation_2_1.html goes through most steps. I think that's the closest you'll get to a user manual (for now). Once you get the hang of that, all you need to do for virtual hosting is add an xmlvirtualusertable, or jdbcvirtualuse

RE: Using the API to Dynamically Add Users

2005-04-14 Thread Daniel Perry
Are you planning on doing this inside of james? (ie in a mailet) or outside of james (eg webapp)? >From a mailet you can work directly with user repositories. See commandlistservmanager for an example - it adds users in subscribe-confirm command. >From outside of james, if you use a database, yo

RE: How to check if my Server is open for relay.

2005-04-07 Thread Daniel Perry
Set up an account on a computer that is not an 'authorised address' using your server as the SMTP server, and do not enter any SMTP auth info. Try and send an email to an account that is not hosted on the server. If the server relays the email then it is open! Alternatively, have ORDB check it fo

RE: authRequired setting

2005-04-06 Thread Daniel Perry
It should insist upon authentication - unless the email is addressed to a domain on that server, or the sending machine is an authorised address. Daniel. > -Original Message- > From: Marcello Marangio [mailto:[EMAIL PROTECTED] > Sent: 06 April 2005 16:40 > To: James users > Subject: authR

RE: Same urse on wo domains

2005-03-31 Thread Daniel Perry
You need to use either JDBCVirtualUserTable or XMLVirtualUserTable to map the users from [EMAIL PROTECTED] to different local addresses dependant on the domain. Eg. [EMAIL PROTECTED] to webmaster%firstdomain.com, or webmaster1, then [EMAIL PROTECTED] to webmaster%seconddomain.com or webmaster2. Yo

RE: Current Issues - > RE: Gateway Authentication

2005-03-30 Thread Daniel Perry
> > > > Check SVN, last commit 12 days ago by Vincenzo, before that 2 > > Unless you don't know the magic word and you solely rely on JIRA reports > and posting on the mailing lists... Most proposed patches seem to be > ignored. Fair enough. You'll find with many open source projects that if you w

RE: Cannot receive email in my james server (I can send ok)

2005-03-29 Thread Daniel Perry
This is probably a firewall issue. If you have another pc on your network, can you connect to it from that? If so, then it's probably either: router (port forwarding/firewall?) or your ISP - A lot of isps will block mail servers. Some isps will open it up for your ip if you ask nicely, and only d

RE: Multipart Messages with Mailing List

2005-03-29 Thread Daniel Perry
I fixed this a couple of weeks ago, and noel checked it into svn. You'll need to build james from source. You'll need to checkout james from svn (or download the source zip and update the problem file): http://svn.apache.org/viewcvs.cgi/*checkout*/james/server/branches/branch_2_ 1_fcs/src/java/org

RE: Current Issues - > RE: Gateway Authentication

2005-03-29 Thread Daniel Perry
> I think you might be missing the big picture. James > is already (I stand corrected, it's not dead) in idle > mode. My feeling is that new development cannot > happen with the current committers not committing > anything. Unless they let other (active) developers > in, they are nothing more th

PostmasterAlias - silently added mailet - NOT good for virtual hosting

2005-03-18 Thread Daniel Perry
Over the last few days, I've received a couple of emails from some new accounts on our server, and it's been baffling me. All of the emails are addressed to [EMAIL PROTECTED], but they keep coming to me! After a bit of hunting, I found a mailet that would do this: PostmasterAlias. However, Postm

RE: Java 1.5 Support (was RE: How to use James with ClamAV?)

2005-03-17 Thread Daniel Perry
I think 2.1 was the last (and therefore current) branch (not tag!) On a side note, i've never quite sussed svn where did the nice cvs tags go? (ie the ones for every release ever made) Daniel. > -Original Message- > From: Gabor Kincses [mailto:[EMAIL PROTECTED] > Sent: 17 March 2005

RE: Collating mail before send

2005-03-17 Thread Daniel Perry
As far as i know, there isnt a way to do this without some coding :) It sounds fairly straight forward though (for a java programmer!): When a mailet receives mail, it writes it to a defined store (torepository mailet would be a starting point for code). But, when the mailet inits, it creates a

RE: Urgent: Spam Backdoor in James?

2005-03-17 Thread Daniel Perry
> Noel J. Bergman wrote: > > Actually, the real core issue wasn't listed. The normal RemoteDelivery > > mailet was explicitly configured with ITS OWN address as the > gateway. Hence > > Is this something we'd want, or even could, prevent? Personally i use this 'feature' in a test server - stops

RE: Slow data flow from James NNTP server, or what?

2005-03-17 Thread Daniel Perry
I believe this is being caused by a bug that I previously solved where if a message doesn't end with \r\n (some clients add this, some don't - rfc doesn't specify) james returns it terminating with .\r\n not \r\n.\r\n , so the client never realises it's then end of message! see patch below whic

RE: Urgent: Spam Backdoor in James?

2005-03-14 Thread Daniel Perry
Can you send through one of the messages including all headers? Who are the messages being sent to? who are they received from? You can look in the james-home/apps/james/var/mail/outgoing folder and see the queued mails in the *.FileStreamStore files. Daniel. > -Original Message- > From:

RE: Message not displayed as HTML in listserv emails

2005-03-04 Thread Daniel Perry
r the message content is changed. Could someone with commit privileges patch and commit :) Daniel. > -Original Message- > From: Daniel Perry [mailto:[EMAIL PROTECTED] > Sent: 04 March 2005 15:14 > To: James Users List > Subject: RE: Message not displayed as HTML in listse

RE: Message not displayed as HTML in listserv emails

2005-03-04 Thread Daniel Perry
I've just been hit by this bug trying to set up mail servers which WILL be using html emails. Anyway, it seems that it is dropping the content-type headers: Content-Type: multipart/alternative; boundary="=_NextPart_000_0022_01C520B7.E185E640" is in the original, but vanished in the l

RE: HTML messages how to?

2005-03-04 Thread Daniel Perry
Not sure what you're trying to do (and I might have got totally the wrong end of the stick!), but James is a mail server! sure you can create html messages within a James mailet, or you can send html emails through it like any other mail server but I think what your looking for is javamail, or

RE: Any workaround for virtual domains/users

2005-02-28 Thread Daniel Perry
Use a JDBCVirtualUserTable mailet. (or xml equivilent) Set up users like tony%foo.com and tony%bar.com, and map the addresses to these in the table. Due to the migration of other companies mail services onto our server, i had to modify james so that it would handle @ chars in pop/smtp usernames.

RE: javax.mail.AuthenticationFailedException

2005-02-22 Thread Daniel Perry
Have you set up any pop3 users for james? See: http://james.apache.org/adding_users_2_1.html Daniel. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: 22 February 2005 05:18 > To: server-user@james.apache.org > Subject: javax.mail.AuthenticationFailedExce

returned mail headers - open relay???

2005-02-18 Thread Daniel Perry
I often receive returned messages that have been sent with from addresses at our mail severs. I received one such message today from aol, with an attachement, which from what i can work out are the headers of the origional message: The message starts: The original message was received at Fri, 18

RE: queue analysis

2005-02-18 Thread Daniel Perry
- anyone outside that ip range trying to relay mail will be forced to authorise themselves. Daniel. > -Original Message- > From: Jason Clark [mailto:[EMAIL PROTECTED] > Sent: 18 February 2005 14:09 > To: Daniel Perry > Cc: James Users List > Subject: Re: queue analysis &g

RE: queue analysis

2005-02-18 Thread Daniel Perry
No idea about mail analysis tools, but i think your problem is as follows: Mail comes in to: [EMAIL PROTECTED] Gets changed to: [EMAIL PROTECTED] by your forwarder. Gets caught by: (assuming you have it enables) relay-denied 550 - Requested action not taken: relaying denied This mai

RE: POP3 Server Access

2005-02-15 Thread Daniel Perry
ary 15, 2005 9:42 AM > > To: 'James Users List' > > Subject: RE: POP3 Server Access > > > > Daniel is right. It looks like the system is using iptables. Now to > > figure > > out that piece of software. It's never ending! > > > > Thanks

RE: POP3 Server Access

2005-02-15 Thread Daniel Perry
FC2 uses iptables by default (i think) Try: service iptables stop Daniel. > -Original Message- > From: Seib, Broc [mailto:[EMAIL PROTECTED] > Sent: 15 February 2005 04:03 > To: James Users List > Subject: RE: POP3 Server Access > > > Comments inline... > > > -Original Message-

RE: Decoding user passwords

2005-01-14 Thread Daniel Perry
Not using SHA or MD5 as these are one-way hashes - ie you cant get the origional password from the hash. I'm not sure if james will use a symetric encryption algorithm for password storage. So i believe the answer to your question is no. I use a custom web app to manage username/passwords in a m

RE: Email Auto responder

2005-01-07 Thread Daniel Perry
I think the best way to deal with this is to keep a list of all addresses that a response has been sent to, and only response once to each address for each 'out of office' note. Shouldnt be too hard to write a mailet to do all of this, with some web management feature. Daniel. > -Original Me

RE: RE : i need help urgently

2004-12-22 Thread Daniel Perry
Yup. I set up a failover server (failover only - no local accounts): 1. set up servernames 2. set up authorization for non-local names 3. for all 'non-local' emails, relay them You can set a matcher to match emails for a server, and relay them using that server as a relay. I just use the above

RE: CVS stand does not compile !

2004-12-14 Thread Daniel Perry
I believe james has moved to subversion (svn.apache.org). Also, what tag are you downloading? I think HEAD is for the next-gen james server! Use branch_2_1_fcs as thats the branch for a usable james server. Or build_2_2_0_fcs for the most recent release. Daniel. > -Original Message- > Fr

RE: A lot of links in documentation and Wiki do not work anymore!

2004-12-13 Thread Daniel Perry
Well, i have no idea about whats happening with regards to avalon, etc. I think i recall something about james ditching it for the next major release. But i suspect the next major release of james is a very long way off! James isnt one of the most actively developed apache projects. It has a fai

RE: A lot of links in documentation and Wiki do not work anymore!

2004-12-13 Thread Daniel Perry
One thing to note is that just because avalon is gone, doesnt mean you cant continue to use it/modify it for your own use. One of the many many benefits of open source software! Also, it looks to me like its just been split into several projects. Loom seems to be a direct replacement for phoenix!

RE: vhosts question

2004-12-13 Thread Daniel Perry
Take a look at the faq: http://james.apache.org/FAQ.html#7 It explains the virtual user table. This allows you to have users on lots of different domians (including the same username on multiple domains). Basically... 1. set up james in general 2. set up that table 3. set up that mailet 4. inser

RE: Is it possible to access the james server using the web browser?

2004-11-22 Thread Daniel Perry
ebmail client that I can set up to pop or smtp using james.    Thanks for the comment!   David From: Daniel Perry [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 2:23 AMTo: James Users ListSubject: RE: Is it possible to access the james server using the

RE: Is it possible to access the james server using the web browser?

2004-11-18 Thread Daniel Perry
eh? what exactly do you mean 'web enable'. do you mean web access to emails?   I've set up imp webmail.  The only disapointment is that AFAIK james doesnt have a usable imap implementation, so you can only read/write/delete messages through pop, and dont have facilities such as 'sent mail',

RE: [junk] James in Production

2004-11-17 Thread Daniel Perry
I've got james in production on two servers. (one version 2.1.3 one version 2.2.0)   The 2.1.3 server has been running since march (8 months without reboot/restarting james) and i have had 0 problems.  The 2.2.0 server has been running since 2.2.0 was realeased and i've had 0 problems.   I

RE: Local DNS

2004-11-16 Thread Daniel Perry
> Yes this is all true. It can find other domains as long as I have > visited them > once already (eg with browser) so that they are cached. > It shouldnt matter how you trigger the lookup - james and a web browser use the same method. > > It is a simple all in one ADSL router. It seems that it

RE: Relaying Denied Error with JavaMail

2004-11-16 Thread Daniel Perry
This works for me - I have a similar setup. However i am not using james' forwardingDestination user field. I'm not sure how this forwarding works: I dont know if james accepts mail based on the initial hostname, or based on the forwardingDestination hostname. I am using a VirtualUserTable whic

RE: Local DNS

2004-11-16 Thread Daniel Perry
So, 1. a remote dns server can find the domain 2. your local dns server can't find the domain 3. your local dns server can find other domains If your machine is using just this DNS server and 3 is true, then it must be doing recursive lookups. What sort of network setup is this? How recently ha

RE: How to install James

2004-11-11 Thread Daniel Perry
ERROR 2004-11-11 19:03:44.453 [Phoenix.] (): There was an error running phase "startup" for Block named "smtpserver". (Reason: Component named "smtpserver" failed to pass through the Initialization stage. (Reason: java.net.BindException: Address already in use: JVM_Bind).). This means that you a

RE: Changing the MySQL Driver

2004-11-10 Thread Daniel Perry
James comes with mm.mysql-2.0.14.jar. It's contained in the james.sar file, so i would recomend changing it there as it get's extracted to a folder like: $JAMES_HOME/work/james-1090623430288/SAR-INF/lib/mm.mysql-2.0.14.jar To change it you can either rebuild james from source with a different ver

RE: DBMail IMAP

2004-11-10 Thread Daniel Perry
I am currently looking into adding proper IMAP support to our james mail server... and this looks a bit easier than trying to figure out whats going on with james' imap code... If i'm understanding correctly, i could set james up as SMTP only, and use it for relaying, and for accepting messages.

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: James Usability Ques.

2004-10-25 Thread Daniel Perry
So what exactly is the problem you have? Can you send mail from your server to an external server? Can you send mail internally? Can you send mail from an external account to your server? As for using outlook inside/outside the network - this isnt easy when a machine needs both. It will work fin

RE: James Usability Ques.

2004-10-22 Thread Daniel Perry
Yes and no. If the mailserver gets a message that is for a local user then the message should never get 'sent out' as it will be put straight into the pop 3 account. So it should never need to connect to itself. So lets say the mail server is on 192.168.0.2. If it tries to connect to 192.168.0.2

RE: James Usability Ques.

2004-10-21 Thread Daniel Perry
Are you using NAT? (ie your internal IP address is different to your routers public address?) if so, the reason is that the address pop.mydomain.com is pointing to your external IP, not your internal IP, and most routers wont forward requests from inside your network to your external ip. ie, pop.

RE: Problem reading posts from NNTP server

2004-10-18 Thread Daniel Perry
hah, havnt been exactly 'with it' for the last few weeks! For some reason i gave you the wrong line number :) That line also has the same code as the offending lines, but it is correct as is (i think), so you should change it back :) The lines that need changing are 1056 (for BODY command) and 1

RE: Problem reading posts from NNTP server

2004-10-18 Thread Daniel Perry
After looking into it a week or so ago, i found that: RFC's state that it must end in \r\n.\r\n (the message before that doesnt have to end in anything specific (ie doesnt have to end in new line!!!) The clients you speak of do send \r\n.\r\n (they just dont necessarily include a newline after th

Matchers for local addresses (Was: failover configuration)

2004-10-13 Thread Daniel Perry
current static approach, which relies on java code hacks to get round it's limitations! Daniel. > -Original Message- > From: Daniel Perry [mailto:[EMAIL PROTECTED] > Sent: 12 October 2004 11:53 > To: James Users List > Subject: failover configuration > > > H

RE: Problem reading posts from NNTP server

2004-10-13 Thread Daniel Perry
ober 2004 15:36 > To: James Users List > Subject: RE: Problem reading posts from NNTP server > > > i am not perfect in rfc's and standards but \r\n is a "must" just in mail > data so if it adds just \n it should be fine. correct? > > > > > "Daniel

RE: Problem reading posts from NNTP server

2004-10-13 Thread Daniel Perry
Hehe... nope! I nearly put that, but writeLoggedFlushedResponse uses println, so the final \r\n is put in there for you (provided java knows to use \r\n as newline, and not just \n ?). Daniel. > -Original Message- > From: Danny Angus [mailto:[EMAIL PROTECTED] > Sent: 13 October 2004 09:

RE: Problem reading posts from NNTP server

2004-10-12 Thread Daniel Perry
That was me jumping the gun a bit! Looking at the code, there is a bug. It should send: the message content. It does send: the message content. So, if there's a on the end of the message it works... but when the message has no at the end, james screws up. NNTPHandler.java line 1504 is: writ

RE: Problem reading posts from NNTP server

2004-10-12 Thread Daniel Perry
Ok, so if i get the problem: Messages need to end with "CRLF" followed by the terminator "CRLF.CRLF" ? But some clients arnt sending the first CRLF, so when the message gets sent back, it doesnt include the CRLF on the end? Why dont you modify the code so that it puts a crlf on the end if there

failover configuration

2004-10-12 Thread Daniel Perry
Hi, I've got two james servers, and have been asked to set them up as failover for eachother. I found the example of the failover in the wiki: file://var/mail/relay/ 2160 5 1 int.myfoo.com 25 However this example requires addin

RE: Newbie: Configure for multiple hosts.

2004-10-08 Thread Daniel Perry
> > 1) I need to configure James for three different Virtual Hosts on the > same IP, in other words its a Name Based Virtual Hosting. For example, > I have host_one.com, host_two.com, host_three.com; I want to use for > each of them they own PO3 and SMTP servers. So it will look like this: > a) pop

RE: is james better than qmail, postfix ?

2004-09-22 Thread Daniel Perry
> is there any comparison available between James, qmail & Postfix etc ? Not as far as i know. I think it is difficult to do a straight comparison of MTAs, as they all seem so different. I was given the job of setting up a mail server, and i had certain requirements. I looked at qmail, sendmail

RE: Mail Relay Problems

2004-09-17 Thread Daniel Perry
The message you get is because james doesnt think that the domain the email is destined for is local, so if it were to accept the email,it would be relaying. And open relaying is bad! Have you set up servernames in your config.xml? Ie, in the block, do you have: foo.com Because that's how jam

RE: Socket closed excpetion

2004-09-14 Thread Daniel Perry
It means that during the POP3 session, the client got disconnected. So nothing is wrong! (assuming your james server is still working?) Daniel. -Original Message- From: Diogo Saad [mailto:[EMAIL PROTECTED] Sent: 14 September 2004 15:49 To: James Users List Subject: Socket closed excpetion

RE: Customized James

2004-09-08 Thread Daniel Perry
James is made up of very separate components. The pop3 and smtp services are separate, so it's easy to run one without the other. Not exactly sure how you get the mail from smtp into pop folders... Again, remotemanager can be turned off with no ill effect. As for web admin of users - use mysql as

RE: Gateway SMTP

2004-07-21 Thread Daniel Perry
Why not just use the same format as before, but with extra elements? foo bar true|on|yes true|on|yes smtp1.server.com:7025 or attributes? smtp1.server.com:7025 A bit of a bodge, but it would make the configurations compatible! Daniel. -Original Message- From: G

550 Administrative Prohibition

2004-07-14 Thread Daniel Perry
I've got a bit of a wierd problem at the moment with a clients email account. A client needs to use their notebook from their home adsl connection (pipex) and through a free dial up (wanadoo) while abroad (via a mobile). Anyway, their dialup doesnt provide smtp relay, and also block connections t

RE: how to automate new user creation in JAMES

2004-06-28 Thread Daniel Perry
If you are using a database for users, then simply insert the user into the database! Otherwise, your program could act as a telnet client and use the admin service. Daniel. > -Original Message- > From: chanumolu bhargava [mailto:[EMAIL PROTECTED] > Sent: 27 June 2004 12:21 > To: [EMAIL

RE: Basic JAMES questions

2004-06-07 Thread Daniel Perry
As it stands, your mail server is on whatever domain you pointed to: 63.198.128.215. The issues you ask except no 4 are all domain name related, and nothing to do with james. James is on that IP address. Any domain names you point to that IP address can be used to access james. As for number 4

RE: Want to make james mailing list dynamic

2004-06-03 Thread Daniel Perry
gt; > Daniel,Can you provide more details about your approach for > making a single > mailet for the same. > sumit > > -Original Message- > From: Daniel Perry [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 03, 2004 3:32 PM > To: James Users List > Subject: RE:

RE: Want to make james mailing list dynamic

2004-06-03 Thread Daniel Perry
I too am starting work on dynamic mailing lists. However i am thinking about doing it with a different approach: instead of trying to dynamicly set up mailets, i am planning to use a single mailet, to handle all lists. The matcher that it uses will also act dynamically, so it will recognise new l

mailing lists

2004-05-27 Thread Daniel Perry
I need to set up some mailing lists on a james server. I need to be able to manage mailing lists with the server running. I need to be able to manage users myself, but also for users to be able to subscribe/unsubscribe themselves. >From what I can figure, there are 3 implementations in org.apach

RE: FetchMail

2004-05-27 Thread Daniel Perry
http://cvs.apache.org/builds/james-server/test-build/ Currentln on RC5, should be released in the next couple of weeks. Daniel. -Original Message- From: Pieter Jacobs [mailto:[EMAIL PROTECTED] Sent: 27 May 2004 10:29 To: [EMAIL PROTECTED] Subject: FetchMail Hi guys, Where can I get h

RE: Integration into Tomcat

2004-05-26 Thread Daniel Perry
is available at: http://www.netcase.co.uk/daniel/smtpspool/ Hope this is of some use to someone, Daniel. > -Original Message- > From: Serge Knystautas [mailto:[EMAIL PROTECTED] > Sent: 25 May 2004 15:43 > To: James Users List > Subject: Re: Integration into Tomcat > >

  1   2   >