Remote delivery via SSL

2016-10-23 Thread James List
Hi, I’m trying to setup James to only use SSL when connecting to other SMTP servers. To this end I have added the following configuration to the mailetconfiguration of the RemoteDelivery mailet. true 465 true javax.net.ssl.SSLSocketFactory But when

Replacement for javax.mail?

2013-05-16 Thread James Cook
I know James is a Mail /server/ implementation, but I'm interested in the new protocols released. Can these be used to replace the functionality of javax.mail, especially for IMAP use? Trying to build a high-performance email client and it would be great to use a codebase developed post

msn -1

2012-09-30 Thread roy . james
Hi guys, So I have a few users whose Outlook 2010 seems to hang using James with our custom Mailstore/User Repository/etc. The situation seems to do with certain scenarios where Outlook passes a -1 for an msn. in particular we can get this to happen everytime when doing a delete all from the

Re: using SSL cert

2012-05-10 Thread roy . james
urk, turns out our firewall was intercepting with some other cert. Was not aware it was setup that way. Thanks guys! Roy - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: serve

using SSL cert

2012-05-08 Thread roy . james
Hello, So I can't seem to figure out how to get our SSL cert working on James so I was hoping someone could help me out? I generated an RSA 2048 private key and certificate request using openssl. I've read on googles that this is probably where I originally went wrong as some pe

Re: james listening on two unexpected ports

2011-07-02 Thread james
Hi Norman, yes, there are two listening ports even if I start with "./run.sh". Greetings and thanks for your help, Martin 2011-07-02 Norman Maurer: > Hi Marthin, > > are these ports also opened when you start james with "./run.sh" ? > > Thanks, > Norman &

Re: Using SMTP and SMTP over TLS

2010-06-14 Thread James Mailing
I think it is possible. I have apache james running smtp and smtp-tls but on different ports. For more information read this: http://wiki.apache.org/james/UsingSSL I hope that helps. Sincerely George. On 06/13/2010 04:20 PM, Moshe Akirav wrote

Re: cannot send message using ssl

2009-11-18 Thread James User
don't know the SMTPS process in detail. I would suggest you check out that Wiki article: http://wiki.apache.org/james/UsingSSL For me it worked fine. Good luck. Sincerely, ... Xiaoyu Tang wrote: I have tried smtp over ssl of 465, but it did not work. --- On Tue, 11/17/09, Danny An

Re: sending email from localhost...

2009-10-26 Thread James User
port scan, for example with 'nmap'. Good luck. I have james email server setup on a machine inside my firewall. I am able to send/receive email from outside the firewall. But when I try to send email from the same machine as my email server ( opening outlook express ), I get a Th

Re: Freebsd Set Up

2009-10-24 Thread James User
ing line: chmod 755 *.sh Accordingly to Norman Maurer's solution and my addendum the commands are: # export JAVA_HOME=/usr/local/diablo-jdk1.6.0/ # cd /path/to/james/bin # chmod 755 *.sh # ./run.sh If that doesn't help than please post the error prompt . Hello everyone, I am trying

Re: Getting Thunderbird 2 to display a James user account

2009-10-20 Thread James User
I think it's a Thunderbird then a James problem. Creating a POP3 account in Thunderbird you need to uncheck the "Use Global Inbox (store mail in Local Folder)", if you want Thunderbird to create another folder for you account and have your messages stored in it. To your seco

Re: Getting Thunderbird 2 to display a James user account

2009-10-20 Thread James User
I think it's a Thunderbird then a James problem. Creating a POP3 account in Thunderbird you need to uncheck the "Use Global Inbox (store mail in Local Folder)", if you want Thunderbird to create another Folder for you account and have your messages stored in it. If I misunderst

Re: Only localhost emails are working

2009-08-05 Thread James Lorenzen
ye, > Norman > > > 2009/8/4 James Lorenzen : > > I am trying to setup Apache James v2.3.1 as a SMTP Server on Windows in > our > > Continuous Integration environment, but am unable to get non-localhost > > originated emails to work. > > > > Here is what wo

Only localhost emails are working

2009-08-04 Thread James Lorenzen
I am trying to setup Apache James v2.3.1 as a SMTP Server on Windows in our Continuous Integration environment, but am unable to get non-localhost originated emails to work. Here is what works: Client on localhost sends an email to jamesloren...@gmail.com using Apache James running on localhost

where can i find more documentation on james project outside apache.org

2008-07-11 Thread james 98
preferably pdf docs with images explaining how james works, its message store architecture etc

Parsing an incoming request based on the protocol used

2008-07-11 Thread james 98
does james allow parsing of incoming requests to the MTA based on the protocol used?

Re: Interface to Admin Functionality of James

2008-05-05 Thread James D Carroll
ate a web interface to the admin functionality in James. I would like to discuss with someone how would I go about creating a web interface to the admin functionality like looking up users/logging into james/adding usrers/deleting users etc.? What is the API? where do I read the James API if I want

Out of Office replies

2008-03-13 Thread James User
When email are sent out to subscribers of our lists we send them out via our "support" account and we get a number of out of office auto-replies in the support mailbox. We would like to route these out of office responses to an "out_of_office" account. Does anyone have a suggest approach? Sa

Re: pop3 connection reset error

2008-03-12 Thread James User
get more information. Thank you in advance for your feedback and comments. The athletechs Team! krishoneil wrote: i have have problem with my apache james pop3 connection, when polling mailing my oulook freezes after certain amounts of emails. here is the pop3 log. ERROR pop3server: Exception d

Multiple domains on JAMES (sales(@)xyz.com and sales(@)abc.com )

2008-01-10 Thread James User
get JAMES to accept email for both addresses: sales(@)xyz.com and sales(@)abc.com, but how do I configure JAMES to put the emails to sales(@)xyz.com into one mailbox and emails to sales(@)abc.com in a different mailbox/user account? On other SMTP servers I could create accounts such as

Can jsieve + an unknown to me java imap lib do what I'm looking to do?

2007-10-02 Thread marc+james
to do when I email the account. I'd like to have this script run when moving mail from one mailbox (from a windows server) into the account with the script (cyrus-imap), i but it is not doing that when I use imapsync program. So. 1) Does James have a tool for moving mail via IMA

How to create user for each servername?

2007-04-26 Thread James Mao
Hi, I'm thinking of adding users for two servername, for example [EMAIL PROTECTED] [EMAIL PROTECTED] The user name is "dev", but they belong to two servernames Is it possible for James server to do this? and how? From the config.xml i see So i guess it's possi

Adding user in James is not that easy

2007-04-25 Thread James Mao
Hi, I'm trying to add users for my James Server, After reading this http://james.apache.org/server/2.3.0/adding_users.html My feeling is that it's not easy I've tried Java Mail Server http://www.ericdaugherty.com/java/mailserver/configuration.html To add a user is really

Adding domains on the fly

2006-12-30 Thread James Im
Hi, A simple question. I see that I can add users on-the-fly but I don't see how I could add a new domain (for smtp and pop3) without restarting the server. It would be nice is all domain config could be change on too. It is possible to do? _

Re: Sendmail.py issue

2006-12-01 Thread james-server-user-list
> No it was not. > But Now i gave permission 777 but still no success. > where would i find vhost specific logs. Check your httpd.conf. You may find something like this: ServerName foobar.de ServerAlias www.foobar.de DocumentRoot /var/www/foobar/htdocs ScriptAlias /cgi-bin/ /var/www/foobar/htdo

Re: Sendmail.py issue

2006-12-01 Thread james-server-user-list
> Thanks for ur reply > Log file does not say anything about the error. > I checked apache access log and error log > is there any other logfile that I should refer ? Hmmm. There may be two different error-logs. Maybe a vhost-specific and a general error-log. Is your sendmail.py-file executable?

RE: File, DB and webmail

2006-11-22 Thread james-server-user-list
Hello Giulio, > And that's my main problem. All the main webmail applications I could > find use IMAP and James does not support IMAP, so I was trying to find > an alternative route. Try http://yawebmail.sourceforge.net/ it supports pop3 _and_ imap.

Re: Big eMails / Solution for "java.lang.OutOfMemoryError: Java heap space"

2006-10-19 Thread james-server-user-list
Re-Hi, > Right at the top of phoenix.sh you find a doc section "Environment > Variable Prequisites" with all supported variables. > It suggests to use PHOENIX_JVM_OPTS. > > Did you try if that works instead of altering JVM_OPTS? Didn't try this out, but it shout certainly work (since it is includ

Big eMails / Solution for "java.lang.OutOfMemoryError: Java heap space"

2006-10-19 Thread james-server-user-list
Hello all, yesterday my James had to transport an eMail with an 18MB attachment. This endet up with an "java.lang.OutOfMemoryError: Java heap space". The java-geeks here certainly know what to do, but there may be James-User which are less familiar with the java commandline-opt

Re: sendmail.py isue(s)

2006-10-17 Thread james-server-user-list
Hello again, for the issue with the recipients-parsing I posted a fix under: https://issues.apache.org/jira/browse/JAMES-662 The code: if header.startswith("To:"): if extract: #to = header[3:] #to_addrs.append(to[("<&quo

Re: sendmail.py isue(s)

2006-10-16 Thread james-server-user-list
> That seems to be a bug.. Can you plz fill JIRA issues ? done. Nevertheless I think it's a suboptimal solution to offer a sendmail-wrapper in Python, when there could be one in Java... Why? - I had to to install a hole Python-engine (with all the side effects it may bring) on my system just fo

sendmail.py isue(s)

2006-10-16 Thread james-server-user-list
Hello all, I got a problem with the sendmail.py-script from the /bin-directory: Wenn I try to send a mail to two TO-recipients from a PHP-Script, only the first one will be delivered :-( (yes, sendmail-option "-t" is set: phpinfo() -> "sendmail_path: /usr/sbin/sendmail -t") I'm no Python-guy

Re: RemoteDelivery could not connect to SMTP host

2006-06-21 Thread James User
No I cannot query other external DNS servers. Seems like I am restricted to using what's available in the network. -- View this message in context: http://www.nabble.com/RemoteDelivery-could-not-connect-to-SMTP-host-t1798601.html#a4976407 Sent from the James - Users forum at Nabbl

Re: RemoteDelivery could not connect to SMTP host

2006-06-19 Thread James User
the DNS server admin. I cannot change the entries obviously. I know I am asking you to solve a prob totally unrelated to James. Am very sorry. The corresponding mailet log entries follow. 19/06/06 19:02:00 INFO James.Mailet: RemoteDelivery: Storing message Mail1150722630357-12-to-tcs.com into o

Re: RemoteDelivery could not connect to SMTP host

2006-06-19 Thread James User
authentication and I haven't enabled it in my config.xml? -- View this message in context: http://www.nabble.com/RemoteDelivery-could-not-connect-to-SMTP-host-t1798601.html#a4934642 Sent from the James - Users forum at Nabble.com. ---

Re: RemoteDelivery could not connect to SMTP host

2006-06-18 Thread James User
send mail to my account on that server, DNS is resolved to 172.*.*.26 as per the mailet log. And finally james gives up trying to send that mail. Obviously I am making some mistake. What is it? Is there some info I haven't given you? -- View this message in context: http://www.nabbl

multiple ports (25 and 587)

2006-06-17 Thread james . apache . org
Is it possible to set up James to use both port 25 and port 587? In the config.xml I tried adding two port elements to the smtpserver element and the 2nd one just gets ignored. I tried adding two smtpserver elements and this causes all kinds of exceptions when the server starts up. Is this

Re: RemoteDelivery could not connect to SMTP host

2006-06-16 Thread James User
com. 15/06/06 19:15:34 ERROR dnsserver: Couldn't resolve IP address for host indiatimes.com. 15/06/06 19:20:34 INFO dnsserver: Couldn't resolve MX records for domain indiatimes.com. 15/06/06 19:20:34 ERROR dnsserver: Couldn't resolve IP address for host indiatimes.com. I am running j

RemoteDelivery could not connect to SMTP host

2006-06-16 Thread James User
I am running james v2.2.0. Am very new to this. I haven't enabled SMTP authentication. Using file repositories. Test account at localhost works fine. Problem occurs when I send mail to outside world. Log file shows 16/06/06 01:43:36 INFO James.Mailet: RemoteDelivery: Could not connect to

Changing user passwords with Horde/Passwd

2006-03-17 Thread James Gregory
Hi, I was wondering if it was possible/if anyone had been able to set up the Passwd module in Horde to change user passwords on James. I am using Horde (and Imp) as the webfront to James, and I need to offer users some way of changing their password. I was considering writing a small Java applet

Re: Sending SMTP reply

2006-01-20 Thread James O'Brien
t; > Is anyone using eclipse for JAMES development? > > Eclipse seems to have issues with the test suite because it has the same > package names as the src/java. > > Any suggestions for an easy eclipse import? > -- > Kind Regards > Andrew Sykes &l

Re: Sending SMTP reply

2006-01-20 Thread James O'Brien
Hi Stefano, What's the svn url to that branch or is there a snapshot build? The snapshots at http://svn.apache.org/snapshots/james-server/ seem to be broken. Is the command extension available in that branch? Is it documented? What's the expected stable release time of 2.3.0? Thanks, -jim

pipe to program

2004-09-30 Thread James
  is James support "pipe to program" ?

LDAP support

2004-09-30 Thread James
  is James have LDAP support ?

parallel delivery

2004-09-30 Thread James
  how James handles parallel delivery ?

is james better than qmail, postfix ?

2004-09-21 Thread James
is there any comparison available between James, qmail & Postfix etc ?

Postfix vs JAMES

2004-09-21 Thread bond james
hi, I'm thinking of switching from Postfix to James. I wish to know how James is better than Postfix as an MTA? is there any comparison available between these two MTAs ? any James user has similar experience switching from Postfix to James? appreciate your reply. thanks, sutha

Re: Delaying Local Delivery, Configuring additional Spool type repositories?

2004-03-23 Thread James
I am using james 2.1.3 and if you remember this thread, I would have a question ... I would like to write something so that when I send an email to someone with an added recipient like [EMAIL PROTECTED], I would like the email is sent later... at 3 pm... so these are my steps : + using

Re: Processor problem (my mail jumps from one processor to ROOT.. and again)

2004-01-29 Thread James
Noel J. Bergman wrote: Turn on debug for the spool manager, and you can trace the message flow. --- Noel how-to turn on this debug flag, I see nothing?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Processor problem (my mail jumps from one processor to ROOT.. and again)

2004-01-21 Thread James
Hello, I've got a problem using that is very strange... I can not determine the cause yet but I've got a big bug using processors... so I had given up to solve this and it comes back today :o) once in myproc1 and for unknown reasons, the mail goes back to the root processor and redoes the sam

Delete BodyPart that are EXE files

2004-01-21 Thread James
Hello, I would like to delete EXE files from Mail... What I do is to list all BodyParts, Message and MimeMessage of the tree of a mail and then I do myBodyPart.getParent().removeBodyPart(myBodyPart) then I do for all MimeMessage allMimeMessage.saveChanges() also on the root Message and my mail

NNTP Server : Messages posted from Mozilla can't be read ?

2004-01-07 Thread James
Running the latest Mozilla 1.5 and Thunderbird 0.4.1, I've got a problem sending news messages (NNTP) to James if I go and look into the james directory (var/nntp/groups/mygroup/*) I see a difference between a message sent by Mozilla and one sent by Free Agent (Forte) for example...

NNTP Server : Messages posted from Mozilla can't be read ?

2004-01-07 Thread James
Hello, I don't understand what can be the problem.... My James server is running fine but when I post messages using Mozilla 1.5 (win32) my posted messages can't be read (only the header)...they can't be read from my mozilla and from other news reader it blocks... if I post

Temporary problem with hotmail

2004-01-06 Thread James
Hello, I can't currently send an email to [EMAIL PROTECTED] is there any reason ?? because using the command line (telnet on port 25 from mx2.hotmail.com), my email arrives... I received the following error from James : Hi. This is the James mail server at news.utopix.ch. I'm afrai

Re: Sending an email with 100 CCs is very slow and makes James stop !

2003-12-23 Thread James
Jason Webb wrote: Very likely. Are you using the James database connection pooling or are you using your own connection method? the James - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Sending an email with 100 CCs is very slow and makes James stop !

2003-12-23 Thread James
In fact, I've just understood the problem... one of my mailet insert a row in a table every time a mail has to be sent... so if you write at once to 100 people, it will insert 100 row, each one by one, in the database... and this seems to have a problem. it needs several seconds to get a con

Sending an email with 100 CCs is very slow and makes James stop !

2003-12-23 Thread James
Hello when I send an email with 100 recipients (external)... james becomes very slow and I can't check correctly my pop3 and so on... what could cause this ?? Sometimes, James stops .. all emails arrive but they don't go to the ROOT processor.. I have to reboot it so that James han

Is it possible to run James/Phoenix on a SPARC (Linux/Debian) ?? I receive this exception : java.lang.AbstractMethodError: org/apache/avalon/phoenix/components/manager/AbstractSystemManager.dispose

2003-12-18 Thread James
Hello, I am trying to install James on a SUNBLADE-100 (Sparc64 Architecture) running Linux Debian Woody... when Phoenix starts, I receive this exception Using PHOENIX_HOME: /root/james-2.1.3 Using

Re: is there a subject contains

2003-12-15 Thread James
wes wrote: Hay steve thanks. I have a matcher almost ready but can some one tell me how to create a .sar file?? unzip your james.sar into $JAMES_HOME\apps\original\james replace the jar files you want ... cd $JAMES_HOME cd apps\original\james c:\jdk1.3\bin\jar cvf james.sar * cd ..\..\bin move

Re: A good spam tool

2003-12-09 Thread James Kearney
, but also slowing down the net with all that extra traffic. What would happen then - would there be "block twice and accept the third time" implemented? james kearney. > How about a program that hits every link in a spam message, gives them > the clicks. But (obviously) not pur

Re: A good spam tool

2003-12-09 Thread James Kearney
r the net, especially if it catches on - and the spammers start doing this too... james kearney. > Graylisting (see http://projects.puremagic.com/greylisting/ for a full > description) involves logging each incoming piece of mail and rejecting > it with a 451 (Try again later) mes

Re: A good spam tool

2003-12-08 Thread James
J Malcolm wrote: Thanks for the quick response. If everyone is writing their own, that's fine. Is there a sharing repository where people can contribute what they have so others don't need to reinvent the wheel? it's not the way I developp.. but unfortunately, when you don't find what you wa

A good spam tool

2003-12-08 Thread James
Hello, I think there is no good anti-spam tool... so I developped it by myself... We need to identify which mail is really a spam mail !! If any doubt, we can't refuse it... Here are my rules (for the moment) : + blacklists servers (James defaults + bl.spamcop.net) + I've got my o

Re: Java developement : what does User.setPassword do ???

2003-12-05 Thread James
Never done it, but looking at the code for org.apache.james.services.UsersRepository.updateUser()... ...might help. thank you very much... I am an idiot :o) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Java developement : what does User.setPassword do ???

2003-12-04 Thread James
Hello, when I get a User object from UsersRepository, I can call this method bool setPassword(String password) in the User object... but it does not modify the password in the database how to modify programatically the password ?? thank you for helping :o) -

Re: smtp connection

2003-12-03 Thread James Kearney
fully delivering to, before your own server as well of course. Apologies if you have already checked this :o) james kearney. - Original Message - From: "Tim Neukum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 9:04 AM Subject: smtp

JDBC Connection problem with Debian and MySQL

2003-12-01 Thread James
Hello, I don't know what to do. I am using the normal example provided with james to access to mysql and I can't... In phoenix.log, I see the exception when getting a connection (then it gives up) I've tried it using Mandrake distribution without any problem... Under De

Question...

2003-11-24 Thread James Carman
Title: Message Can I tell James to "forward" to different mail servers if it "detects" that it's inside a certain network (like one of my client locations)?  Most of my clients do not allow me to use James on my local laptop to send emails outside their network

Re: Errors when attempting to send mail

2003-11-11 Thread James Kearney\(hotmail\)
sometimes not - might indicate that it is something else? Any help much appreciated. james 11/11/03 19:08:57 ERROR spoolmanager: Exception in processor java.lang.RuntimeException: Exception caught while storing Message Container: java.lang.NullPointerException at

Errors when attempting to send mail

2003-11-11 Thread James Kearney\(hotmail\)
Hi, I keep getting the following error when trying to send mail using James --8<-- We were unable to deliver the attached message because of an error in the mail server. Error message below: Exception caught while storing Message Container: java.lang.NullPointerException Message deta

Re: Lots of unauthorized emails

2003-11-06 Thread James Kearney\(hotmail\)
passwords on the user accounts... Hopefully this will remedy the situation - if not I am not sure what else I will do - but I will just have to wait and see. thanks for the help - much appreciated, james - Original Message - From: "steve" <[EMAIL PROTECTED]> To: "Jame

Re: Lots of unauthorized emails

2003-11-06 Thread James Kearney\(hotmail\)
accounts (only have three passwords, the admin password, my password, and postmaster password). Hopefully changing the passwords might stop it - but I suspect that this isn't the problem. james - Original Message - From: "Vincenzo Gianferrari Pini" <[EMAIL PROTECTED]>

Re: Lots of unauthorized emails

2003-11-06 Thread James Kearney\(hotmail\)
Vincenzo, JAMES_ROOT/apps/james/var/mail/outgoing directory is full of files, 8864 to be exact. Is this mail that is waiting to be sent, and can i just delete all the files? After doing this I will change the administrators account and all users account passwords again - hopefully this will stop

Lots of unauthorized emails

2003-11-06 Thread James Kearney\(hotmail\)
Hi, I am running the james server on jameskearney.com and I am getting lots of emails saying "could not send email to xxx" where xxx is some address that I have never heard of - so obviously someone unauthorized is using my server. I have smtp auth set up - so I don't believe that

RE: James relay question

2003-10-22 Thread James Bucanek
Brian C. Dilley wrote on Wednesday, October 22, 2003: >Are there any published performance metrics for james? Someone on the list just posted some benchmark data last week. I'll take the liberty of copying the message here. I think they were running RedHat. Sudip Shekhawat

Re: Newbie question ; sample mailet

2003-10-18 Thread James Bucanek
GALIP SOKULLU wrote on Saturday, October 18, 2003: > Here comes a newbie question... Hey, so am I! Just installed James for the first time last week, but I have written a Mailet. You can enjoy the sample, and I can get feedback if I did something really dumb. > Can anyone write a

Re: My First Mailet -- James won't start

2003-10-15 Thread James Bucanek
u should probably include you mail jar files. Please not >that this is totally diofferent to the Phoenix /lib directory which >basically contains jar file needed to tun Phoneix (the container). which >has nothing to with mailet execution. That all makes sense. >1. get james runni

My First Mailet -- James won't start

2003-10-15 Thread James Bucanek
Greetings, I finally got some free time to play with James today. Downloaded the 2.1 binary, configured James as a relay for my local LAN clients, and it fired it up. So far, so good. Wrote a Mailet and a Matcher. The Matcher looks for certain CC addresses and the Mailet adds a Reply-To

My own recepients manager, what about adding a Web Server to James ?? (or to Phoenix)...

2003-10-10 Thread James
Hello, I've developped my own api to manage all incoming and outcoming emails. The mail goes into one of my filters and modify essentially the recipients... based on the following : I've created a structure like that : account is domain.accountname and give you the email [EMAIL PROTECTED] domain

RE: SMTP with PHP

2003-10-01 Thread James Stout
Putting an fgets in there after every fputs worked. I think it is because the buffer still had some characters in it for some reason, so it wasn't setting up the data fields right. This is apparently not a James problem. I apologize for the inappropriate post, but I didn't know

SMTP with PHP

2003-10-01 Thread James Stout
vices). I have been looking over all the PHP documentation I can find, and I still can't get it to work (code below). If I telnet to James on port 25, the mail will send find, but I can't get any data to show up with the PHP code below. I am wondering if anyone has had similar problems

RE: Database Config

2003-10-01 Thread James Stout
I am trying to setup my webpage with PHP and SMTP mail (without using sendmail or any other local services). I have been looking over all the PHP documentation I can find, and I still can't get it to work (code below). If I telnet to James on port 25, the mail will send find, but I can'

Re: I recieved your response

2003-09-13 Thread James Bridgeford
Is it alright to ask the question? Regards jeb

RE: Database Config

2003-09-11 Thread James Stout
Noel and Danny, I realize that I can restrict permissions using different users, etc. I am giving James full control though now, thinking that may alleviate some of the problem. However it obviously hasn't. I have created the database "mail" and given user "user&quo

RE: Database Config

2003-09-11 Thread James Stout
I made an acct just for James, but I gave it all global privs in case I was just missing something, that’s why I call it root below. With that account, all of those commands work fine. "Use mail;" (I changed db name) returns "database changed." I thought James would cre

Database Config

2003-09-09 Thread James Stout
I know this is the typical new guy question, but I have done this once successfully (on WINXP) and have recently installed RH9 (text mode only) and I can't get it to work again, and it is frustrating me. Please help! James works fine when I am using file repositories. As soon as I try to s

RE: IMAP integration?

2003-08-25 Thread James Stout
I think I have a dumbed down question relating to Denis'. Can I display the mail messages on web pages that are stored in a mySQL database? I am new to James, so I apologize if my question is ridiculous. Thanks. -Original Message- From: Denis Nikitin [mailto:[EMAIL PROTECTED]

Re: SPAM Ideas

2003-08-14 Thread James Bucanek
Serge Knystautas wrote on Wednesday, August 6, 2003: >http://nagoya.apache.org/wiki/apachewiki.cgi?NoFastFail Hi, First of all, I'm new to the list. I haven't even set up James yet, but I have great plans for it! I'm a developer, and one thing that I was hoping James

Re: Why does James reject email addresses with "_" in the hostname?

2003-07-17 Thread James Bucanek
Chuck Simpson wrote on Thursday, July 17, 2003: >My hostname has an underscore character '_' in it Your hostname is incorrect. > and when I run the >first test to check sendmail relaying to James I get the following in >the smtpserver log: > >Error parsing sender add

RE: A few quick questions about James

2003-07-07 Thread James Bucanek
too. So it looks like I'm all set. >Question #2: Rejecting mail before it's received > >Fast-fail is currently limited to IP address matching. All other failures >are handled within the pipeline. Unfortunate, but not critical. Are there any plans to support this in the future?

A few quick questions about James

2003-07-06 Thread James Bucanek
Greetings, I just joined the list, so I hope this isn't too redundant. I'm considering installing James in a UNIX server (Apple XServe/Mac OS X Server (unlimited)/BSD UNIX) environment to accomplish a number of tasks. Note that I'm really excited about James. I'm a Java f