Patch

2000-10-18 Thread Murali Panchapakesan
Hi all , Can someone tell me where I can get the qmail patch to ensure that the domainname on the envelope sender is a valid DNS name ? I found it in the qmail.org site , however on trying to reach the URL , I am not able to open site . I am using qmail-1.03 & this is quite urgent . Cheers

Re: domain showing up at login

2000-10-18 Thread Daniel Augusto Fernandes
Troy Settle wrote: > > For qmailadmin, you can simply pre-populate the domain field when displaying > the login form. > > For sqwebmail, I don't have a clue. I've not looked at the source at all. > Shouldn't be too difficult to track down though. > > . > . > . In sqwebmail it's the logindomai

RE: domain showing up at login

2000-10-18 Thread Troy Settle
For qmailadmin, you can simply pre-populate the domain field when displaying the login form. For sqwebmail, I don't have a clue. I've not looked at the source at all. Shouldn't be too difficult to track down though. -- Troy Settle Pulaski Networks 540.994.4254 It's always a long day, 86

RE: domain showing up at login

2000-10-18 Thread Jeff Jones
Thanks Troy. Where would I put the code to append that env variable to the username that they supply. I am looking through the code right now and I am not having any luck figuring out where to put it. I don't feel like breaking sqwebmail and qmailadmin today :) Jeff Jones On Wed, 18 Oct 2000

new qmailadmin devel release 0.39

2000-10-18 Thread Ken Jones
Hi, There is a new qmailadmin devel release version 0.39 available off http://www.inter7.com/qmailadmin/ It has support for the Accept-Language parameter passed by the web browser. Which means people can write translations ;] Currently there is only one translation: en or English The html go

RE: domain showing up at login

2000-10-18 Thread Troy Settle
man 3 getenv -- Troy Settle Pulaski Networks 540.994.4254 It's always a long day, 86400 doesn't fit into a short > -Original Message- > From: Jeff Jones [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 18, 2000 3:12 PM > To: Troy Settle > Cc: Ken Jones; qmailadmin list >

RE: domain showing up at login

2000-10-18 Thread Jeff Jones
Hello all. Okay, what I did here is actually make an extra environment variable for each of the virtual hosts. The only reason I did that is to just automically get the "www" out of the HTTP_HOST variable. I could parse it out if it is there, but it was just as easy to do it this way. Could

RE: domain showing up at login

2000-10-18 Thread Troy Settle
You don't even need to do that. HTTP_HOST and a bunch of other variables are automatically set by Apache. If there's information on a host-by-host basis that apache doesn't provide, then yes, doing it in the httpd.conf would be ideal. -- Troy Settle Pulaski Networks 540.994.4254 It's al

Re: language environment variable?

2000-10-18 Thread Daniel Augusto Fernandes
Ken Jones wrote: > > I think I've figured it out using the printenv perl script > that comes with apache. > > HTTP_ACCEPT_LANGUAGE="en, eu" > Heheh... seems that I mixed up things! > Daniel Augusto Fernandes <[EMAIL PROTECTED]> wrote > > Using 'Accept-Language'? > > yep, that looks like the

Re: domain showing up at login

2000-10-18 Thread Daniel Augusto Fernandes
Ken Jones wrote: > > Troy Settle wrote: > > > > Yep. Your httpd should be setting an environment variable HTTP_HOST, > > which can be used for this purpose. > > Interesting idea. So you are saying, in the > you put in the HTTP_HOST variable. What is the syntax for setting > that in the httpd.c

Re: language environment variable?

2000-10-18 Thread Ken Jones
I think I've figured it out using the printenv perl script that comes with apache. HTTP_ACCEPT_LANGUAGE="en, eu" Daniel Augusto Fernandes <[EMAIL PROTECTED]> wrote > Using 'Accept-Language'? yep, that looks like the one. I'll need to write some error checking code, but not for now. Like.. HT

Re: Last Try: "failed to change password"-Problem

2000-10-18 Thread Nathan J. Mehl
In the immortal words of Ken Jones ([EMAIL PROTECTED]): > > Please try this test: > 1) upgrade vpopmail to 4.9.4 > 2) recompile qmailadmin > 3) test *dingdingding* Okay, I'm a happy camper now. -n --<[EMAIL PROTECTED]> I've got more than one

RE: language environment variable?

2000-10-18 Thread Troy Settle
HTTP_ACCEPT_LANGUAGE Here's a list of environment variables I get with a simple shell script: DOCUMENT_ROOT GATEWAY_INTERFACE HTTP_ACCEPT HTTP_ACCEPT_ENCODING HTTP_ACCEPT_LANGUAGE HTTP_CONNECTION HTTP_HOST HTTP_USER_AGENT PATH QUERY_STRING REMOTE_ADDR REMOTE_PORT REQUEST_METHOD REQUEST_URI SCRI

Re: language environment variable?

2000-10-18 Thread Daniel Augusto Fernandes
Ken Jones wrote: > > Hi, > > I'm working on redoing the qmailadmin code to support multiple > languages. Instead of doing some wierd tricky code, I figured > we can use the built in language environment variable from > the web server. There goes Mr. Jones!! Thank you, man! It'll be really appre

Re: Last Try: "failed to change password"-Problem

2000-10-18 Thread Ken Jones
Please try this test: 1) upgrade vpopmail to 4.9.4 2) recompile qmailadmin 3) test I can't reproduce the problem on my machine. I'm using the devel versions for testing, vpopmail-4.9.5 and qmailadmin-0.39 Ken Jones "Nathan J. Mehl" wrote: > > In the immortal words of Ken Jones ([EMAIL PROTECT

RE: domain showing up at login

2000-10-18 Thread Troy Settle
Ken, I don't know what's involved (I'm not very good with C), but as an experiment, write a little routine to dump the entire environment to the browser (similar to what phpinfo() does in php3/4). You'll likely see more than one variable that you might be able to make use of. In short, yes. I

Re: Last Try: "failed to change password"-Problem

2000-10-18 Thread Nathan J. Mehl
In the immortal words of Ken Jones ([EMAIL PROTECTED]): > > > What operating system and versions of qmailadmin and vpopmail > are you using? I'll try to track the problem down. (I'm one of the other people having this problem.) OS: RedHat Linux 6.2 (2.2.14-6.0, glibc 2.1.3-15) vpo

Re: domain showing up at login

2000-10-18 Thread Ken Jones
Troy Settle wrote: > > Yep. Your httpd should be setting an environment variable HTTP_HOST, > which can be used for this purpose. Interesting idea. So you are saying, in the you put in the HTTP_HOST variable. What is the syntax for setting that in the httpd.conf file? I could update qmailadmi

Re: Last Try: "failed to change password"-Problem

2000-10-18 Thread Ken Jones
What operating system and versions of qmailadmin and vpopmail are you using? I'll try to track the problem down. Ken Jones [EMAIL PROTECTED] wrote: > > I also am experiencing this on one of my linux boxes that I moved up to > the latest version of vpopmail and into a mysql database. Can't us

Re: add mailing list in 0.38

2000-10-18 Thread Ken Jones
Does this problem still exist in the 0.39 development release availabe on http://www.inter7.com/qmailadmin/ ? If so, send me the code fix and I'll update it. Ken Jones Roland Irle wrote: > > > I'm getting an error when trying to add an (idx) mailing list. I > > have added the line in mailin

Re: Message bouncing from virtual domain?

2000-10-18 Thread Ken Jones
Antonio Nati wrote: > > I have several virtual domains and I want to give my customers complete > control of their mail domain, including bouncing of message. > > Actually, qmail is running on service.tony.it, and all bounced messages are > generated by [EMAIL PROTECTED] If there is any other pr

language environment variable?

2000-10-18 Thread Ken Jones
Hi, I'm working on redoing the qmailadmin code to support multiple languages. Instead of doing some wierd tricky code, I figured we can use the built in language environment variable from the web server. Does anyone know the name of the environment variable that carries the language? I'm removi

Re: Last Try: "failed to change password"-Problem

2000-10-18 Thread fox
I also am experiencing this on one of my linux boxes that I moved up to the latest version of vpopmail and into a mysql database. Can't use the qmailadmin program to change passwords, but using the vpopmail utilities work. Anyone have any ideas? Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

RE: Sub Domain Setup

2000-10-18 Thread Troy Settle
vadddomain if.untag.edu -- Troy Settle Pulaski Networks 540.994.4254 ** -Original Message- ** From: The Afif [mailto:[EMAIL PROTECTED]] ** Sent: Wednesday, October 18, 2000 12:32 AM ** To: [EMAIL PROTECTED] ** Subject: Sub Domain Setup ** ** ** Hello Miliser, ** ** I have some

Message bouncing from virtual domain?

2000-10-18 Thread Antonio Nati
I have several virtual domains and I want to give my customers complete control of their mail domain, including bouncing of message. Actually, qmail is running on service.tony.it, and all bounced messages are generated by [EMAIL PROTECTED] If there is any other problem, the message is finally

Re: add mailing list in 0.38

2000-10-18 Thread Roland Irle
Title: Re: add mailing list in 0.38 I'm getting an error when trying to add an (idx) mailing list.  I have added the line in mailinglist.c to add the NULL.  Now instead of no data, I get an Internal Server Error. The logs: ezmlm-make: fatal: dir and dot must start with slash   Other details - vpo

add mailing list in 0.38

2000-10-18 Thread calvin
I'm getting an error when trying to add an (idx) mailing list.  I have added the line in mailinglist.c to add the NULL.  Now instead of no data, I get an Internal Server Error. The logs: ezmlm-make: fatal: dir and dot must start with slash   Other details - vpopmail 4.9.4, qmailadmin 0.38,

Last Try: "failed to change password"-Problem

2000-10-18 Thread Laura Reising
Hello list, meanwhile I've recieved the third mail form different guys, that looks like this: > I saw your posting on the QmailAdmin forum. Did you ever get this problem > resolved??? I am having the same exact problem! No sorry, boys! But your mail prove, that this problem is not a single case