RE: [qmailadmin] lighttpd sessions

2009-11-01 Thread Tren Blackburn
What version of qmailadmin? Unless I'm mistaken the newest version of qmailadmin requires the development version of vpopmail. I use qmailadmin 1.2.10 (I customized it for my needs...and I don't feel like mutilating more C code with a new version...) in the same type of scenario as you (I use

RE: [qmailadmin] lighttpd sessions

2009-10-31 Thread Rick Romero
I'm stumped. I tried running it under Apache 2.2. I changed qmailadmin to read/write to /tmp/$time.qw, and then /tmp/1test.qw, to ensure it's not a NFS issue or a POST value issue, or anything to do with the time variable. I even re-configured with --disable-ipauth for giggles. Nothing

[qmailadmin] lighttpd sessions

2009-10-29 Thread Rick Romero
Hi all, I have installed qmailadmin 1.2.13 on a pair of load balanced web servers running lighttpd. The problem is I can seem to keep a session. I can log in, but any further action (such as password change) takes right me back to the login page. I've verified the locatime.qw file gets

RE: [qmailadmin] lighttpd sessions

2009-10-29 Thread Tren Blackburn
Try compiling qmailadmin with --disable-ipauth I have a similar setup to yours where I run qmailadmin behind a load balancer. However I run qmailadmin via https and have my load balancer set to provide 10 minutes of persistence for https sessions. HTH, t. -Original Message- From: Rick

RE: [qmailadmin] lighttpd sessions

2009-10-29 Thread Rick Romero
I wish it were that easy - I have virtual hosts on each box's internal IP, and when I access via the internal IP from a system on the same subnet (no balancing, no firewalls), I still have the same problem.. :( Rick Quoting Tren Blackburn t...@eotnetworks.com: Try compiling qmailadmin

RE: [qmailadmin] lighttpd sessions

2009-10-29 Thread Rick Romero
Hey Tren, It was working with Apache, so I'm fairly confident that it's lighttpd - but I just started looking at the configs to make sure I don't break anything bringing up Apache again :) I'm using IPVS (ldirectord/heartbeat) on a pair of Debian Intel Atom machines, so 'internally'

RE: [qmailadmin] lighttpd sessions

2009-10-29 Thread Tren Blackburn
I guess the next thing would be to strace the process to see what's going on behind the scenes. Hopefully an inter7 developer will voice in saying either it doesn't work...but it will or try magic flag X ;) Sorry I can't be of any more help. t. -Original Message- From: Rick Romero

Re: [qmailadmin] Compile error

2009-10-07 Thread Reza Iskandar Achmad
No clue in logs. Syslog, apache access and error logs. Anyone have a clue for me? thanks On 10/7/09 12:50 PM, Itamar Reis Peixoto ita...@ispbrasil.com.br wrote: sounds good now I think you need to check your logs to see what's happening I think you can cc Matt Brookings

Re: [qmailadmin] Compile error

2009-10-07 Thread Reza Iskandar Achmad
Ok, after add -ldl to LIBS line at Makefile, then compilation got succeed. But http://server/cgi-bin/qmailadmin returns blank page. When I execute /usr/lib/cgi-bin/qmailadmin it returns segmentation faults. Please anyone who could help. :) reza On 10/7/09 12:28 PM, Itamar Reis Peixoto

Re: [qmailadmin] Compile error

2009-10-07 Thread Bèrto ëd Sèra
I have no idea of how qmailadmin works on Ubuntu, but on gentoo apache needs suexec to execute it. And it can be tricky to fix, because apache has a minimum uid and gid value for suexec. The situation on gentoo is that you have vpopmail (the user apache needs to suexec to) having 89:89, while your

Re: [qmailadmin] Compile error

2009-10-07 Thread Lendvai Péter
Hi, I am fighting with the same problem. It is a RHEL 5.3 box and qmailadmin segfaults. strace shows something that segfault happened around a call to vhckpw. Any clues? Thanks, Peter On 2009. október 7. 10.05.02 Reza Iskandar Achmad wrote: Ok, after add -ldl to LIBS line at Makefile, then

Re: [qmailadmin] Compile error

2009-10-07 Thread Itamar Reis Peixoto
Can you try Obtaining a stack trace using just GDB -- https://fedoraproject.org/wiki/StackTraces 2009/10/7 Lendvai Péter i...@sysmaster.hu: Hi, I am fighting with the same problem. It is a RHEL 5.3 box and qmailadmin segfaults. strace shows something that segfault happened around a call

Re: [qmailadmin] Compile error

2009-10-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reza Iskandar Achmad wrote: /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym' /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlerror' /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlopen'

Re: [qmailadmin] Compile error

2009-10-07 Thread Reza Iskandar Achmad
Hi Matt, No I am running vpopmail 5.4.27 # vuserinfo -v version: 5.4.27 On 10/7/09 8:59 PM, Matt Brookings m...@inter7.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reza Iskandar Achmad wrote: /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym'

Re: [qmailadmin] Compile error

2009-10-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reza Iskandar Achmad wrote: Hi Matt, No I am running vpopmail 5.4.27 At some point you had 5.5 on the system. Delete ~vpopmail/lib/libvpopmail.so and try again. - -- /* Matt Brookings m...@inter7.com GnuPG Key FAE0672C Software

Re: [qmailadmin] Compile error

2009-10-07 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Samuel Walker wrote: Please unsubscribe me. Please see list email headers for instructions. - -- /* Matt Brookings m...@inter7.com GnuPG Key FAE0672C Software developer Systems technician Inter7 Internet

[qmailadmin] Compile error

2009-10-06 Thread Reza Iskandar Achmad
Hi All, I am trying to compile qmailadmin-1.2.13 but keep getting errors. Its weird because previously I it successful compiled on same machine. These are error lines I got when giving make command make[1]: Entering directory `/usr/local/src/qmailadmin-1.2.13' gcc -g -O2 -Wall -o qmailadmin

Re: [qmailadmin] Compile error

2009-10-06 Thread Reza Iskandar Achmad
Hi, Thanks for your prompt response. How I can fix that missing flags? reza On 10/7/09 12:28 PM, Itamar Reis Peixoto ita...@ispbrasil.com.br wrote: I think it's probably missing -ldl in the flags On Wed, Oct 7, 2009 at 2:25 AM, Reza Iskandar Achmad reza.iskan...@gmail.com wrote: Hi

Re: [qmailadmin] Compile error

2009-10-06 Thread Reza Iskandar Achmad
Okay I got it, I added -ldl to LIBS in Makefile. Compilation success. But when visiting http://server/cgi-bin/qmailadmin I got blank page. Anw.. Its on Ubuntu Jaunty server Many thanks, reza On 10/7/09 12:28 PM, Itamar Reis Peixoto ita...@ispbrasil.com.br wrote: I think it's probably

Re: [qmailadmin] Compile error

2009-10-06 Thread Itamar Reis Peixoto
sounds good now I think you need to check your logs to see what's happening I think you can cc Matt Brookings m...@inter7.com, he it's working with vpopmail and can help with qmailadmin too. On Wed, Oct 7, 2009 at 2:46 AM, Reza Iskandar Achmad reza.iskan...@gmail.com wrote: Okay I got it,

[qmailadmin] OOT: Error compiling qmailmrtg7

2009-09-13 Thread Wong
Dear All, ** My apologize for OOT posting, but I don't where I should ask. I got error below when compile qmailmrtg7. My Linux is OpenSuSE 11.1 with kernel 2.6.30.5. And I do not know anything about C programming. Need advise what I should do to fix the problem. Thx Rgds, Wong

Re: [qmailadmin] OOT: Error compiling qmailmrtg7

2009-09-13 Thread Wong
Thanks a lot, Andrew. I understand and qmailmrtg7 is running well, now. Wong - Original Message - From: Andrew Kolt andrew_k...@darkarts.no-ip.org To: qmailadmin@inter7.com Sent: Sunday, September 13, 2009 14:50 Subject: Re: [qmailadmin] OOT: Error compiling qmailmrtg7 these are

Re: [qmailadmin] no login, no nothing in the logs

2009-09-08 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Berto 'd Sera wrote: I can reach the page all right, it's on https admin domain, with an .htaccess (hopefully) blocking spiders and scanners. But that's where my trip ends. No way to login. And nothing at all in any log I could think of

[qmailadmin] New branch 1.4.0 updates

2009-08-18 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've updated 1.4.0 to work with the 5.5 branch of vpopmail. This is a very early development version, but with exception to a few issues with the My Mailboxes code additions, everything appears to work well with 5.5. ChangeLog: - Created new

[qmailadmin] Moving the qmailadmin project to Subversion

2009-08-14 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just a quick note here, I will be moving the qmailadmin project into the Subversion repository. - From there I will be working on creating a branch that is compatible with the 5.5 branch of vpopmail, as well as providing a series of patches and

[qmailadmin] Lisa M Gomez is on vacation

2009-08-14 Thread Lisa M Gomez
I will be out of the office starting 08/03/2009 and will not return until 08/19/2009. For questions regarding iCLIC, please send a mail to iCLIC AET Tech Team. For questions regarding SPaRC, please send a mail to SPaRC AET Tech Team. For questions on DQME, please send a mail to DQME AET Tech

[qmailadmin] Status of development

2009-08-14 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to determine where to begin with the qmailadmin project. Essentially, the current trunk is not in the shape it should be, and I'm thinking 1.2.13 would be the best starting point for which to begin the branch that will support the 5.5

Re: [qmailadmin] Status of development

2009-08-14 Thread Tom Collins
Matt, The 1.3 branch didn't get off to a good start, and I continued to maintain (somewhat) the 1.2 branch. I think that would be the proper place to start, perhaps creating a 1.5 dev branch that could become a 1.6 release at some point. Note that I had started on an attempt at putting

Re: [qmailadmin] Status of development

2009-08-14 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Collins wrote: The 1.3 branch didn't get off to a good start, and I continued to maintain (somewhat) the 1.2 branch. I think that would be the proper place to start, perhaps creating a 1.5 dev branch that could become a 1.6 release at some

[qmailadmin] qmailadmin subversion branch

2009-08-14 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've decided that instead of modifying the existing trunk, I'm going to leave it in place and work on a new 1.4 branch based on 1.2.13. Later on, once I'm satisfied with the bulk of the changes in 1.4, I'll merge the 1.4 branch into the trunk. I'm

Re: [qmailadmin] qmailadmin subversion branch

2009-08-14 Thread Tom Collins
Matt, One other thought -- before you jump into updating QmailAdmin, perhaps you should take a look at the project to replace QmailAdmin with a PHP-based version. I don't know how much progress they made, but it might be a better direction for the project. -Tom

[qmailadmin] CentOS 5 and qmailadmin 1.2.13 or CVS version compile error

2009-07-20 Thread Michiel van Es
Hi, I am running a CentoS 5.3 i386 system and try to install qmailadmin 1.2.13 or the current CVS version. I run ./configure : ./configure --enable-htmldir=/var/www/qmailadmin --enable-imagedir=/var/www/qmailadmin/images --enable-imageurl=/qmailadmin/images --enable-ezmlm-mysql=n

[qmailadmin] Lisa M Gomez is on vacation

2009-07-20 Thread Lisa M Gomez
I will be out of the office starting 07/15/2009 and will not return until 07/21/2009. For questions regarding iCLIC, please send a mail to iCLIC AET Tech Team. For questions regarding SPaRC, please send a mail to SPaRC AET Tech Team. For questions on DQME, please send a mail to DQME AET Tech

[qmailadmin] qmailadmin strange behav when changing password

2009-07-08 Thread Andrei Manescu - Ivorde
Hi list, I have following qmail configuration for my user: # cat .qmail |preline -f /usr/local/bin/maildrop mailfilter If I change my password via qmailadmin, an extra line appears in the .qmail file: /var/vpopmail/domains/ivorde.ro/andrei.manescu/Maildir/ = every message delivered to me,

Re: [qmailadmin] Some enhancement to qmailadmin

2009-05-02 Thread Tom Collins
Simone's patch is going into the soon-to-be-released 1.2.13. He's added something that I've been doing manually for the past year or more -- disable the options to change the catchall address. I highly recommend that you use that option and don't allow your users/customers to set a

[qmailadmin] QmailAdmin 1.2.13 released

2009-05-02 Thread Tom Collins
http://qmailadmin.sf.net/ 1.2.13 - released 2-May-09 QmailAdmin is in maintenance mode, so these are minor changes that have piled up over the past year or so. Be sure to check out the -- disable-catchall and --disable-trivial-password options. ChangeLog: Simone Lazzaris - Add

Re: [qmailadmin] overwork of templates

2009-04-30 Thread Tom Collins
On Apr 27, 2009, at 1:38 AM, d...@stean.ch wrote: are there any plans to overwork the templates of qmailadmin to use more actual html technology, well css which is not yet used in them. or at least to separate code and template the way that i don't have to patch the code to be able to provide a

[qmailadmin] crash with add forward

2009-04-27 Thread dev
hello there, i recently updated to qmailadmin 1.2.12 because of a fix in it which is important for my environment. however i got a new problem and had to go back to vpopmail 5.4.17, meaning that vpopmail 5.4.17 does not work with qmailadmin on my system. add a new forward will give me some

[qmailadmin] overwork of templates

2009-04-27 Thread dev
hello there, are there any plans to overwork the templates of qmailadmin to use more actual html technology, well css which is not yet used in them. or at least to separate code and template the way that i don't have to patch the code to be able to provide a real customer tailored theme for it?

Re: [qmailadmin] crash with add forward

2009-04-27 Thread Rick Widmer
d...@stean.ch wrote: hello there, i recently updated to qmailadmin 1.2.12 because of a fix in it which is important for my environment. however i got a new problem and had to go back to vpopmail 5.4.17, meaning that vpopmail 5.4.17 does not work with qmailadmin on my system. add a new

[qmailadmin] Failed while attempting to add user to auth backend

2009-03-24 Thread pmurray
Hello fellow qmail/vpopmail fans, I have a strange problem I cannot diagnose. I am hopeful that someone out there wiser than myself can point me in the right direction. Originally, my email server had only one domain. Lately, I have added two additional domains using vadddomain. I can use the

Re: [qmailadmin] Failed while attempting to add user to auth backend

2009-03-24 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 pmur...@planetenergy.ca wrote: I'm stumped. Perhaps the issue lies with the cdb files? I've looked through them and they look identical to the original domain, as does the directory structure and permissions. Any help is appreciated. Make sure

Re: [qmailadmin] Failed while attempting to add user to auth backend

2009-03-24 Thread pmurray
SOLVED. chmod 600 .vpasswd.lock in each of the /var/vpopmail/domain directories fixed the issues. Much thanks, Patrick Murray -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 pmur...@planetenergy.ca wrote: I'm stumped. Perhaps the issue lies with the cdb files? I've looked through them

[qmailadmin] I can't delete a mail addres from a maillist

2009-03-17 Thread Yavuz Maşlak
Hi I use qmailadmin, vpopmail, ezmlm and qmail-1.03. I moved my mail server to another server with all accounts. It works any problem. ezmlm works too. But I noticed that I can't a mail address in a maillist using ezmlm or on qmailadmin. however the existed maillists works. I checked

Re: [qmailadmin] I can't delete a mail addres from a maillist

2009-03-17 Thread Robert Schulze
Hi, Yavuz Maşlak schrieb: Hi I moved my mail server to another server with all accounts. It works any problem. ezmlm works too. But I noticed that I can't a mail address in a maillist using ezmlm or on qmailadmin. it may be, that the hashing in which the addresses are stored has changed.

Re: Re: [qmailadmin] limit Postmaster account

2009-03-16 Thread Kis Peter
Thanks John! I will try to modify the source code of Qmailadmin. Kis Peter John Simpson j...@jms1.net írta: On 2009-03-12, at 1004, Rick Widmer wrote: Kis Peter wrote: Hi! Is there a way to limit Postmaster account in QmailAdmin to only being able to login from a specific IP

Re: Re: [qmailadmin] limit Postmaster account

2009-03-16 Thread Lendvai Péter
Hi Peter, You don't have to. He has just provided a patch. Just apply it against the src. Üdv :) Peter Lendvai On Mon, 16 Mar 2009 10:58:31 +0100 (CET), Kis Peter kispeter1...@freemail.hu wrote: Thanks John! I will try to modify the source code of Qmailadmin. Kis Peter John Simpson

[qmailadmin] Re: limit Postmaster account

2009-03-13 Thread Kis Peter
Hi! Thanks! But I don't plan to block the whole qmailadmin page by any IP address. I just would like to limit the Postmaster user's access to Qmailadmin. For example: postmas...@mydomain.com user could only login to Qmailadmin from 10.1.1.71. Kis Peter kispeter1...@freemail.hu Rick

Re: [qmailadmin] limit Postmaster account

2009-03-13 Thread John Simpson
On 2009-03-12, at 1004, Rick Widmer wrote: Kis Peter wrote: Hi! Is there a way to limit Postmaster account in QmailAdmin to only being able to login from a specific IP address? http://httpd.apache.org/docs/1.3/mod/mod_access.html http://httpd.apache.org/docs/1.3/sections.html

[qmailadmin] limit Postmaster account

2009-03-12 Thread Kis Peter
Hi! Is there a way to limit Postmaster account in QmailAdmin to only being able to login from a specific IP address? Thanks! kispe...@freemail.hu brbrbra

Re: [qmailadmin] limit Postmaster account

2009-03-12 Thread Rick Widmer
Kis Peter wrote: Hi! Is there a way to limit Postmaster account in QmailAdmin to only being able to login from a specific IP address? http://httpd.apache.org/docs/1.3/mod/mod_access.html http://httpd.apache.org/docs/1.3/sections.html !DSPAM:49b9165932681573913680!

Re: [qmailadmin] autorespond as a spamrelay

2009-03-11 Thread John Simpson
On 2009-03-09, at 1912, Matt Brookings wrote: Lendvai Péter wrote: Since autorespond sends back per default the original message as well, it can be used as a spam relay. The autorespond package most frequently used with qmailadmin will only respond to a certain source a given number of

Re: [qmailadmin] autorespond as a spamrelay

2009-03-11 Thread Lendvai Péter
Thanks John, that is exactly what I mean and what I am afraid of. Btw, our mail server got already an abuse warning due to this behaviour. Hopefully spammers do not know and do not try to exploit this potential vulnerability. I try to patch the source code of autorespond but I am not a C coder,

Re: [qmailadmin] autorespond as a spamrelay

2009-03-11 Thread Simone Lazzaris
On mercoledì 11 marzo 2009 11:24:02 Lendvai Péter wrote: Thanks John, that is exactly what I mean and what I am afraid of. Btw, our mail server got already an abuse warning due to this behaviour. Hopefully spammers do not know and do not try to exploit this potential vulnerability. I try to

Re: [qmailadmin] autorespond as a spamrelay

2009-03-11 Thread Lendvai Péter
On Wed, 11 Mar 2009 12:29:53 +0100, Simone Lazzaris s.lazza...@interactive.eu wrote: On mercoledì 11 marzo 2009 11:24:02 Lendvai Péter wrote: Thanks John, that is exactly what I mean and what I am afraid of. Btw, our mail server got already an abuse warning due to this behaviour. Hopefully

Re: [qmailadmin] autorespond as a spamrelay

2009-03-11 Thread John Simpson
On 2009-03-11, at 0624, Lendvai Péter wrote: Thanks John, that is exactly what I mean and what I am afraid of. Btw, our mail server got already an abuse warning due to this behaviour. Hopefully spammers do not know and do not try to exploit this potential vulnerability. they DO know

Re: [qmailadmin] autorespond as a spamrelay

2009-03-11 Thread fchan
No serious damage but annoying. I do see this junk make it through when spammers hit hard enough against our mail server but I see this also on Gmail, Yahoo, Hotmail and other better known large volume mail services in which they have much more resources than I do. However not everyone has

Re: [qmailadmin] autorespond as a spamrelay

2009-03-11 Thread Lendvai Péter
they DO know about it. if they didn't, you wouldn't have been reported for abuse. the problem isn't limited to that particular autorespond program, either... any autoresponder or vacation message program which includes the original message in the response can be hijacked by

[qmailadmin] autorespond as a spamrelay

2009-03-09 Thread Lendvai Péter
Dear List, I think, that the way qmailadmin handels the the vacation/autorespond is not safe. Since autorespond sends back per default the original message as well, it can be used as a spam relay. When the spammer fakes the From: field, autorespond will send the respond and the original spam to

Re: [qmailadmin] autorespond as a spamrelay

2009-03-09 Thread Matt Brookings
Lendvai Péter wrote: Since autorespond sends back per default the original message as well, it can be used as a spam relay. The autorespond package most frequently used with qmailadmin will only respond to a certain source a given number of times. -- /* Matt Brookings m...@inter7.com

[qmailadmin] limit postmaster's access

2009-03-02 Thread Kis Peter
Hi! How can I limit Postmaster in QmailAdmin to only being able to login from a specific IP address? Thanks! kispe...@freemail.hu Aktuális témák, jó írások, női megközelítés. Női lapozó #8211; szavunkat adjuk

Re: [qmailadmin] problem with copy+forward

2009-03-01 Thread Tom Collins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 27, 2009, at 2:47 PM, John Simpson wrote: i haven't compiled or tested this, but the basic idea seems sound... and as long as this code runs before anything else tries to use TheUserExt or TheExt (i haven't walked the entire program but

Re: [qmailadmin] problem with copy+forward

2009-02-27 Thread John Simpson
On 2009-02-26, at 0708, Robert Schulze wrote: could it be, that vpopmail with qmail-ext compile option is the enemy here? I looked at the code from vdelivermail.c and it seems that qmail-ext disables processing of .qmail when there is a dash in the recip-address, instead it searches for

Re: [qmailadmin] problem with copy+forward

2009-02-26 Thread Robert Schulze
Hi, thanks for this comprehensive answer! There is one thing I wonder about: When using vpopmail+mysql, all aliases are stored in the valias-table. If qmailadmin adds a forward/alias, then all changes have to be done in the RDBMS, not in the filesystem via .qmail-files. These should be done

Re: [qmailadmin] problem with copy+forward

2009-02-26 Thread Robert Schulze
Hi once again, could it be, that vpopmail with qmail-ext compile option is the enemy here? I looked at the code from vdelivermail.c and it seems that qmail-ext disables processing of .qmail when there is a dash in the recip-address, instead it searches for .qmail-ext and falls back to

Re: [qmailadmin] problem with copy+forward

2009-02-25 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert Schulze wrote: Is this a bug with qmailadmin? Could this generally be fixed by always using .qmail-user files in the domain directory? This is not related to qmailadmin. qmailadmin is simply configuring a forward for you. The problem lies

Re: [qmailadmin] Failed to change password. (Illegal username)

2009-02-17 Thread John Simpson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2009-02-17, at 0120, Qmail List wrote: I realized that if I Disable change password in vqadmin for that particular domain, I will get the error when I try to change pass of the user in qmailadmin postmaster account. Is there a workaround, or

[qmailadmin] Failed to change password. (Illegal username)

2009-02-16 Thread Qmail List
Hi, I keep getting Failed to change password. (Illegal username) to a domain which has like 130 email accounts. But I can change password if the domain has less than 5. Is it a bug? Regards !DSPAM:499a3ca332681082410132!

[qmailadmin] Failed to change password. (Illegal username)

2009-02-16 Thread Qmail List
HI, I realized that if I Disable change password in vqadmin for that particular domain, I will get the error when I try to change pass of the user in qmailadmin postmaster account. Is there a workaround, or can I disable change password for normal user except for postmaster? regards

[qmailadmin] setting quota

2009-01-24 Thread Yavuz Maşlak
Hi I use qmailadmin1.2.12 for manage email accounts. I have many customers. They can manage their users with qmailadmin. But I have problem. I set quota for a domain with vmoddomlimits. That's to say I define a quota pool for a domain. For instance, I set 500 Mbyte quota for a domain. I add a

[qmailadmin] QmailAdmin 1.2.12 moved from devel to stable

2009-01-06 Thread Tom Collins
Just a quick FYI, I moved QmailAdmin 1.2.12 from devel to stable. It's been out for over a year now, and there aren't any reasons that I know of not to use it. http://qmailadmin.sf.net/ -Tom !DSPAM:4964475332671600513737!

[qmailadmin] Issue with Login-Screen-Image and getty

2008-11-05 Thread Dennis Körner
Hello! Yesterday I got a letter from getty images, UK. They told me I am using an image from their database without having paid for it and I have to pay 1250 Euros now for that and remove the image. I was really shure not having used any images not taken by myself or not being bundled with

Re: [qmailadmin] attempt to invoke directory as script

2008-10-13 Thread [EMAIL PROTECTED]
Tren Blackburn wrote: Try using this configuration: ./configure --enable-htmldir=/home/user/html/old/warez --enable-cgibindir=/var/www/cgi-bin --disable-ezmlmdir You have your httpd.conf stanza set to make /var/www/cgi-bin as cgi enabled, so that's where you should put qmailadmin. Suexec

[qmailadmin] attempt to invoke directory as script

2008-10-12 Thread [EMAIL PROTECTED]
Login page comes up fine... hxxp://myurl.com/cgi-bin/qmailadmin/qmailadmin After login: 403 page Log entries by apache: ___ access_log: GET

RE: [qmailadmin] attempt to invoke directory as script

2008-10-12 Thread Tren Blackburn
Try using this configuration: ./configure --enable-htmldir=/home/user/html/old/warez --enable-cgibindir=/var/www/cgi-bin --disable-ezmlmdir You have your httpd.conf stanza set to make /var/www/cgi-bin as cgi enabled, so that's where you should put qmailadmin. Suexec isn't used for qmailadmin

[qmailadmin] [PATCH] autorespond 'pretty' From header

2008-09-30 Thread Rick van der Zwet
Hi All, Attached a small patch will extend the option of setting a From header of the program autorespond, by the means of allowing 'pretty' From headers, no error checking implemented tough. The better header will make it more easy to for example include a name into the From reply. Sample of

[qmailadmin] QmailAdmin timeout problem when adding or viewing users

2008-09-25 Thread Ron Culler
I am having a problem with qmailadmin timingout when we try to add or list users in a domain. Redhat 3WS (os) Apache (rpm http-2.0.46-70) Mod_Perl (rpm mod_perl-1.99_09-12) Perl 5.8.0 Vpopmail 5.4.8 (Mysql backend) Qmailadmin 1.2.12 (previous 1.2.7) I see the following error in the

[qmailadmin] Lisa M Gomez is out of the office

2008-09-25 Thread Lisa M Gomez
I will be out of the office starting 09/22/2008 and will not return until 09/26/2008. For questions regarding the iCLIC project, please contact Greta Dillon at 602-537-3231. For questions regarding the SPaRC DQME projects, please contact Ramana Prathipati at 602-537-7764. I will return e-mails

RE: [qmailadmin] QmailAdmin timeout problem when adding or viewing users

2008-09-25 Thread Tren Blackburn
Qmailadmin doesn't use perl...so I think you're asking the wrong list here. I would try disabling mod_perl and see if the problem remains. If it doesn't then you know where you're problem is. I have Qmailadmin running with domains that have many hundreds of users with no such problem. Regards,

RE: [qmailadmin] QmailAdmin timeout problem when adding or viewing users

2008-09-25 Thread Ron Culler
I understand and I did that with no change in the result. Any ideas as to how to see what qmailadmin is doing ? Ron Culler -Original Message- From: Tren Blackburn [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 2:20 PM To: qmailadmin@inter7.com Subject: RE: [qmailadmin]

[qmailadmin] vmysql: can't read settings from

2008-08-07 Thread Mitja Pirih
Hello, I searched through the mailing lists and did not find a solution to my problem. In the apache log I am getting: vmysql: can't read settings from /home/vpopmail/etc/vpopmail.mysql Vpopmail looks fully operational in cmd and it can connect to mysql, so should not be related to

Re: [qmailadmin] vmysql: can't read settings from

2008-08-07 Thread Johannes Weberhofer, Weberhofer GmbH
Hi! Check wheter the properties of the qmailadminare correct: -rwsr-sr-x 1 vpopmail vchkpw 148680 Jul 31 16:32 /usr/share/qmailadmin/qmailadmin Good luck, Johannes Mitja Pirih wrote: Hello, I searched through the mailing lists and did not find a solution to my problem. In the apache log

Re: [qmailadmin] vmysql: can't read settings from

2008-08-07 Thread Dave Steinberg
Mitja Pirih wrote: Hello, I searched through the mailing lists and did not find a solution to my problem. In the apache log I am getting: vmysql: can't read settings from /home/vpopmail/etc/vpopmail.mysql Tell us more about how you're running Apache. Is it running as the vpopmail user?

Re: [qmailadmin] vmysql: can't read settings from

2008-08-07 Thread Tren Blackburn
You have your /var mounted with nosuid. This stops any programs with the suid bit from changing their effective user. Remount the file system without nosuid. Regards, Tren - Original Message - From: Dave Steinberg [EMAIL PROTECTED] To: qmailadmin@inter7.com qmailadmin@inter7.com

Re: [qmailadmin] vmysql: can't read settings from

2008-08-07 Thread Mitja Pirih
Hi, Obviously it was my mistake when configuring disk partitions. On my other installations I always mounted my apache partition as suid. This time I mounted http document root partition not the whole apache installation. Stupid mistake. Thank you. Mitja Tren Blackburn wrote: You have

Re: [qmailadmin] pooled domain quota

2008-06-29 Thread Tonix (Antonio Nati)
I made that patch, and I made a last version for my usage. Give me a couple of days and I will post patches for everyone (hoping patches to be integrated inside qmailadmin). Tonino Daniel Snow ha scritto: Hi Everyone! I am running ISP services, and it would be essencial for me to have the

[qmailadmin] Lisa M Gomez is out of the office

2008-06-29 Thread Lisa M Gomez
I will be out of the office starting 06/27/2008 and will not return until 07/03/2008. For questions regarding the iCLIC project, please contact Greta Dillon at 602-537-3231. For questions regarding the SPaRC project, please contact Ramana Prathipati at 602-537-7764. Thanks, Lisa American

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-06-07 Thread Maurizio Rottin
2008/6/7 John Simpson [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2008-06-04, at 0332, Maurizio Rottin wrote: may i ask another question in the same thread? if it's a continuation of the same issue, yes. if it's a totally new question, you should start a new

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-06-06 Thread John Simpson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2008-06-04, at 0332, Maurizio Rottin wrote: may i ask another question in the same thread? if it's a continuation of the same issue, yes. if it's a totally new question, you should start a new thread. but before you do that, ask yourself if

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-06-04 Thread John Simpson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2008-06-04, at 0052, Tom Collins wrote: On Jun 3, 2008, at 12:48 AM, Maurizio Rottin wrote: this is the point, you are right! i always forget that centos adds users directory with mask 700 drwx-- 9 vpopmail vchkpw 4096 15 feb 11:43

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-06-04 Thread Maurizio Rottin
2008/6/4 John Simpson [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2008-06-04, at 0052, Tom Collins wrote: On Jun 3, 2008, at 12:48 AM, Maurizio Rottin wrote: this is the point, you are right! i always forget that centos adds users directory with mask 700

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-06-03 Thread Maurizio Rottin
2008/6/3 John Simpson [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2008-05-27, at 1016, Maurizio Rottin wrote: 2008/3/7 John Simpson [EMAIL PROTECTED]: On 2008-02-27, at 1126, Steve wrote: the ONCHANGE mechanism was designed to be used in conjunction with some

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-06-03 Thread Tom Collins
On Jun 3, 2008, at 12:48 AM, Maurizio Rottin wrote: this is the point, you are right! i always forget that centos adds users directory with mask 700 drwx-- 9 vpopmail vchkpw 4096 15 feb 11:43 vpopmail a chmod 755 does the job! You really only need to add the world execute bit (I'm

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-06-02 Thread John Simpson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2008-05-27, at 1016, Maurizio Rottin wrote: 2008/3/7 John Simpson [EMAIL PROTECTED]: On 2008-02-27, at 1126, Steve wrote: the ONCHANGE mechanism was designed to be used in conjunction with some mechanism which allows a non-root process (like

[qmailadmin] /cgi-bin/qmailadmin 100% CPU when create Forward

2008-05-27 Thread Sim
Hi! When I create Forward from QmailAdmin (last stable version), /cgi-bin/qmailadmin loop with 100% CPU. Can I debug this? Pls help me :-) Thanks! --- Sim !DSPAM:483c072232351335426544!

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-05-27 Thread Maurizio Rottin
2008/3/7 John Simpson [EMAIL PROTECTED]: On 2008-02-27, at 1126, Steve wrote: the ONCHANGE mechanism was designed to be used in conjunction with some mechanism which allows a non-root process (like the onchange script) to trigger a root process to execute on demand. and indeed it is working.

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-05-27 Thread Steve Fatula
On May 27, 2008, at 9:16 AM, Maurizio Rottin wrote: and indeed it is working. but i don't understand why vpopmail is using the onchange mechanism, while qmailadmin is not! Did you compile qmailadmin with the onchange patch? Steve !DSPAM:483c1ade32351524414865!

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-05-27 Thread Maurizio Rottin
2008/5/27 Steve Fatula [EMAIL PROTECTED]: On May 27, 2008, at 9:16 AM, Maurizio Rottin wrote: and indeed it is working. but i don't understand why vpopmail is using the onchange mechanism, while qmailadmin is not! Did you compile qmailadmin with the onchange patch? Steve yes, but

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-05-27 Thread Maurizio Rottin
2008/5/27 Maurizio Rottin [EMAIL PROTECTED]: 2008/5/27 Steve Fatula [EMAIL PROTECTED]: On May 27, 2008, at 9:16 AM, Maurizio Rottin wrote: and indeed it is working. but i don't understand why vpopmail is using the onchange mechanism, while qmailadmin is not! Did you compile qmailadmin

Re: [qmailadmin] onchange works for vpopmail, but not for qmailadmin

2008-05-27 Thread Steve Fatula
On May 27, 2008, at 9:35 AM, Maurizio Rottin wrote: yes, but actually looking at the patch code, i can see only modification for adding/deleting mailing lists (which anyway does not call the onchange script) Sorry, memory failed me. Yes, there is no patch needed for users, just mailing

<    1   2   3   4   5   6   7   8   9   10   >