Re: james mail server - cant send email to external accounts

2012-07-16 Thread Eric Charles
Hi, Are you sure you send to a domain not defined on James? Thx, Eric On 07/10/2012 03:39 PM, Tabb wrote: I am setting up JAMES mail server. Not able to send email to external addresses. Not sure what am I missing. I am quite new to setting up a mail server. Can someone please help .. I get

james mail server - cant send email to external accounts

2012-07-10 Thread Tabb
I am setting up JAMES mail server. Not able to send email to external addresses. Not sure what am I missing. I am quite new to setting up a mail server. Can someone please help .. I get an address-error - 3550 - Requested action not taken: no such user here Below is my config file. Thanks ?xml

I have a trouble with my james mail server

2010-11-04 Thread 。◕‿◕。
currently, I use james send 300,000 emails everyday. and I use the database storage mode. so, everytime I check the spool table, I find there is too many error emails in it and it blocked the mail system. I want to know if the james can clear up the error emails in the spool table automaticly?

Re: I have a trouble with my james mail server

2010-11-04 Thread Norman Maurer
You could just decrease the retry count so it will not try them so many times and so they get cleaned up.. Bye, Norman Ps: For current james trunk I plan to implement some priority handling.. so new mails get processed first if you want.. 2010/11/4 。◕‿◕。 driftbottle0...@gmail.com:

James Mail Server Password Encoding From PHP

2009-03-05 Thread Buglish
Hi, I am writing a PHP website server administration component for the MYSQL database used by James Mail server. When I encode the password in PHP using MD5, Crypt, SHA, SHA1 or use MSQL encoding functions (MD5 or SHA) when I try to send mail to the Java server it keeps telling me ERROR

Re: James Mail Server Password Encoding From PHP

2009-03-05 Thread Stefano Bagnara
the string returned by php5. You'll then have to encode in base64 it. e.g: base64_encode(sha1($pass, true)); didn't test it, but theoretically working. Stefano Buglish ha scritto: Hi, I am writing a PHP website server administration component for the MYSQL database used by James Mail server

Re: James Mail Server Password Encoding From PHP

2009-03-05 Thread Buglish
://www.nabble.com/James-Mail-Server-Password-Encoding-From-PHP-tp22347592p22348565.html Sent from the James - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional

Re: JAMES Mail Server: Compare mail server customizability

2007-12-07 Thread Василий Озеров
. You must add only one line to config file, like this: headers_add = new_header:some_info - When you are using James Mail server, you can easily add header to all mail. You must add a few lines, like this: mailet match=All class=AddHeader namenew_header/name valuesome_info/value /mailet It is very

Re: JAMES Mail Server: Compare mail server customizability

2007-12-06 Thread Василий Озеров
2007/12/6, Bernd Fondermann [EMAIL PROTECTED]: this would be determined by integrating with some specific availability service which is not part of the mail server. Bernd * * *Postfix* *Exim* *James Mail server* 1. *Add header to all mail* Hard (new script) Easy(one line

Re: JAMES Mail Server: Compare mail server customizability

2007-12-06 Thread Bernd Fondermann
specific availability service which is not part of the mail server. Bernd * * *Postfix* *Exim* *James Mail server* 1. *Add header to all mail* Hard (new script) Easy(one line) Easy(one line) 1. *Send mail to online users (external check)* Easy(Only external script to check

Re: JAMES Mail Server: Compare mail server customizability

2007-12-06 Thread Василий Озеров
2007/12/7, Bernd Fondermann [EMAIL PROTECTED]: Hi fr33m2n, [Everyone else, please note: fr33m2n is currently working on a GHOP task. see http://code.google.com/p/google-highly-open-participation-asf/issues/detail?id=18 ] There are many areas to improve the result you are presenting here.

Re: JAMES Mail Server: Compare mail server customizability

2007-12-05 Thread Василий Озеров
. adding a footer to every mail going through a processor, for example before sending it out Ok. It is very simple for James Mail server and exim. Now i will search for postfix. 2. re-addressing mail sent to a for example [EMAIL PROTECTED] to some available support team member

Re: JAMES Mail Server: Compare mail server customizability

2007-12-05 Thread Bernd Fondermann
is not the customization I was thinking of. I was thinking of for example 1. adding a footer to every mail going through a processor, for example before sending it out Ok. It is very simple for James Mail server and exim. Now i will search for postfix. 2. re-addressing mail sent

Re: JAMES Mail Server: Compare mail server customizability

2007-12-04 Thread Bernd Fondermann
On Dec 4, 2007 6:53 AM, Василий Озеров [EMAIL PROTECTED] wrote: 2007/12/4, Bernd Fondermann [EMAIL PROTECTED]: HI fr33m2n, ok, very good question. :-) Thanks. :) Mail servers receive emails. Without any customization, the server drops them into the inbox of the receiving user. At

Re: JAMES Mail Server: Compare mail server customizability

2007-12-04 Thread Василий Озеров
2007/12/5, Bernd Fondermann [EMAIL PROTECTED]: zip/ I admit, the DNS configuration is not the customization I was thinking of. I was thinking of for example 1. adding a footer to every mail going through a processor, for example before sending it out Ok. It is very simple for James Mail

Re: JAMES Mail Server: Compare mail server customizability

2007-12-04 Thread Ian Lewis
2. re-addressing mail sent to a for example [EMAIL PROTECTED] to some available support team member It can be done, using aliases. this can be done by using pre-written and self-written mailets. If you were going to solve this using something like aliases rather than something slick that

Re: JAMES Mail Server: Compare mail server customizability

2007-12-04 Thread Bernd Fondermann
, for example before sending it out Ok. It is very simple for James Mail server and exim. Now i will search for postfix. 2. re-addressing mail sent to a for example [EMAIL PROTECTED] to some available support team member It can be done, using aliases. That would be static forwarding. I

Re: James Mail server.

2007-12-03 Thread Bernd Fondermann
Hi, I am sorry for the late answer, but I was offline during the weekend and beyond. On Dec 2, 2007 6:49 PM, Василий Озеров [EMAIL PROTECTED] wrote: Hi all. I have claimed the task JAMES Mail Server: Compare mail server customizability. I want to compare James mail server with exim

Re: JAMES Mail Server: Compare mail server customizability

2007-12-03 Thread Bernd Fondermann
On Dec 2, 2007 7:25 PM, Василий Озеров [EMAIL PROTECTED] wrote: Good day. Can you help me to pick up typical use cases in customization? HI fr33m2n, ok, very good question. :-) Mail servers receive emails. Without any customization, the server drops them into the inbox of the receiving user.

Re: JAMES Mail Server: Compare mail server customizability

2007-12-03 Thread Василий Озеров
2007/12/4, Bernd Fondermann [EMAIL PROTECTED]: HI fr33m2n, ok, very good question. :-) Thanks. :) Mail servers receive emails. Without any customization, the server drops them into the inbox of the receiving user. At any point, the user can view them, delete them, whatever. That's default

James Mail server.

2007-12-02 Thread Василий Озеров
Hi all. I have claimed the task JAMES Mail Server: Compare mail server customizability. I want to compare James mail server with exim and postfix mail servers. (I don't like sendmail and qmail). Is it ok? -- Ozerov Vasiliy aka fr33man

JAMES Mail Server: Compare mail server customizability

2007-12-02 Thread Василий Озеров
Good day. Can you help me to pick up typical use cases in customization? -- Озеров Василий aka fr33man

RE: Help us to configure Apache James mail server.

2004-07-20 Thread Michael Cook \(MTS2\)
Ararat, Initially, nothing is to be done in config.xml -- see http://james.apache.org/installation_instructions_2_1.html. The sequence of installation steps is set forth there. As a new user, here is how I suggest you proceed: 1) Install (un-zip or un-tar) James into a folder. The folder name