[qmailadmin] [SPAM] autoresponder don't replaces header

2014-04-17 Thread Daniel Hauck
Hey there,

I got a mailserver running with qmail 1.06 and vpopmail 5.4.33.

For administration we use qmailadmin 1.2.1 with autorespond 2.0.2

Now we got the problem if I configure an autoresponder with qmailadmin, 
there's one line too much.

So the header isn't overwritten and the header part is in the message like:

From: f...@bar.tld
Subject: Something 

Message ... ... .. 

I can't figure out, where the newline is coming from, I read the c source, 
but I'm not able to find it.

Thanks in advance!

Best regards, Daniel


!DSPAM:534f95c134261437428759!



Re: [qmailadmin] Blank screens

2007-05-27 Thread Daniel Grant

Fredy Gil Mejía wrote:

Hi,

I was using qmailadmin on a production server, I have vpopmail with 
mysql. For about seven months it worked just fine. Since yesterday I 
am able to login at qmailadmin, but when I clic on any of the options 
like E-mail accounts, New Mailing List, etc. I always get a blan 
screen. What could happen? Apache logs don't show any error.

As an alternative, I'm then using vqadmin and it works fine.
Any clue?

Thanks!

Maybe recompile php might help.



Re: [qmailadmin] Re: problem with qmailadmin

2007-04-20 Thread daniel


 [EMAIL PROTECTED] wrote:  I tried it  but didnot get success. Can you
 specify what permissions
 for do
 i need to change in the html and images folders  to get the icons

 First of all check apache's error logs to see what is the path that the
 qmailadmin expects to look for the image files.

 After that recompile an build the script again until it works...

 issue the command ./configure --help to see all available parameters that
 you can configure.

 Or you can take the easy way and move the files in the path that the
 current build of qmailadmin you have expects to find them.


 First  I wrote below command

 ./configure --enable-logging=p --enable-auth-module=mysql --disable-passwd
 --enable-clear-passwd --disable-many-domains --enable-auth-logging
 --enable-sql-logging --enable-valias --disable-mysql-limits
 --enable-incdir=/usr/lib/mysql
 --enable-qmail-newu=/usr/src/qmail/qmail-1.03/qmail-newu.c
 --enable-qmail-inject=/usr/src/qmail/qmail-1.03/qmail-inject.c
 --enable-qmail-newmrh=/usr/src/qmail/qmail-1.03/qmail-newmrh.c
 checking for a BSD-compatible install... /usr/bin/install -c




 checking whether build environment is sane... yes
 checking for gawk... gawk
 checking whether make sets ${MAKE}... yes
 checking build system type... i686-pc-linux-gnu
 checking host system type... i686-pc-linux-gnu
 checking for gawk... (cached) gawk
 checking for gcc... gcc
 checking for C compiler default output... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables...
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for style of include used by make... GNU
 checking dependency style of gcc... none
 checking for a BSD-compatible install... /usr/bin/install -c
 checking for ranlib... ranlib
 checking for strerror in -lcposix... no
 checking for crypt in -lcrypt... yes
 checking for dirent.h that defines DIR... yes
 checking for library containing opendir... none required
 checking how to run the C preprocessor... gcc -E
 checking for ANSI C header files... yes
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking arpa/inet.h usability... yes
 checking arpa/inet.h presence... yes
 checking for arpa/inet.h... yes
 checking fcntl.h usability... yes
 checking fcntl.h presence... yes
 checking for fcntl.h... yes
 checking for memory.h... (cached) yes
 checking netinet/in.h usability... yes
 checking netinet/in.h presence... yes
 checking for netinet/in.h... yes
 checking shadow.h usability... yes
 checking shadow.h presence... yes
 checking for shadow.h... yes
 checking for stdlib.h... (cached) yes
 checking for string.h... (cached) yes
 checking sys/file.h usability... yes
 checking sys/file.h presence... yes
 checking for sys/file.h... yes
 checking sys/param.h usability... yes
 checking sys/param.h presence... yes
 checking for sys/param.h... yes
 checking sys/socket.h usability... yes
 checking sys/socket.h presence... yes
 checking for sys/socket.h... yes
 checking sys/time.h usability... yes
 checking sys/time.h presence... yes
 checking for sys/time.h... yes
 checking syslog.h usability... yes
 checking syslog.h presence... yes
 checking for syslog.h... yes
 checking for unistd.h... (cached) yes
 checking utime.h usability... yes
 checking utime.h presence... yes
 checking for utime.h... yes
 checking crypt.h usability... yes
 checking crypt.h presence... yes
 checking for crypt.h... yes
 checking for gcc option to accept ANSI C... none needed
 checking for an ANSI C-conforming const... yes
 checking for uid_t in sys/types.h... yes
 checking for inline... inline
 checking for mode_t... yes
 checking for off_t... yes
 checking for pid_t... yes
 checking for size_t... yes
 checking whether struct tm is in sys/time.h or time.h... time.h
 checking whether closedir returns void... no
 checking return type of signal handlers... void
 checking whether utime accepts a null argument... yes
 checking for bzero... yes
 checking for dup2... yes
 checking for fdatasync... yes
 checking for getcwd... yes
 checking for gethostname... yes
 checking for getpass... yes
 checking for getspnam... yes
 checking for memset... yes
 checking for mkdir... yes
 checking for putenv... yes
 checking for rmdir... yes
 checking for socket... yes
 checking for strchr... yes
 checking for strdup... yes
 checking for strerror... yes
 checking for strncasecmp... yes
 checking for strrchr... yes
 checking for strspn... yes
 checking for strstr... yes
 checking for utime... yes
 checking vpopmail configure options... ok
 checking whether we can locate the qmail directory... 

Re: [qmailadmin] Re: problem with qmailadmin

2007-04-19 Thread daniel
 I tried it  but didnot get success. Can you specify what permissions
 for do
 i need to change in the html and images folders  to get the icons

First of all check apache's error logs to see what is the path that the
qmailadmin expects to look for the image files.

After that recompile an build the script again until it works...

issue the command ./configure --help to see all available parameters that
you can configure.

Or you can take the easy way and move the files in the path that the
current build of qmailadmin you have expects to find them.



[qmailadmin] Quota limit ?

2007-03-26 Thread daniel
Is there a bug or a feature ?

I cannot set a quota larger than 2048Mb.

The maildirsize file gets updated with the correct value (e.g. 5000Mb) but
qmailadmin displays only 2048Mb



Re: [qmailadmin] Quota limit ?

2007-03-26 Thread daniel
 32Bit 2Gb file size limit.


 On Mon, Mar 26, 2007 at 11:15:29AM +0300, [EMAIL PROTECTED] wrote:
 Is there a bug or a feature ?

 I cannot set a quota larger than 2048Mb.

 The maildirsize file gets updated with the correct value (e.g. 5000Mb)
 but
 qmailadmin displays only 2048Mb

 --
 Carlo Balbo
 -
 OBlab dot Com
 -
 ICQ#   19325524
 MSN#   karleddu at hotmail dot com
 skype# karlitos71
 http://www.linkedin.com/in/carlobalbo
 -


So this is a program variable limitation if i understand corectly.



[qmailadmin] qmailadmin login problem

2006-10-18 Thread daniel
Hi list !

I recently have to reinstall my qmail based mail server and now it's up
and running.

The problem is with the web based administration part which for some
unknown reason to me i can't get it to work.

Vqadmin installed right out of the box and works perfect.

The problem is with qmailadmin, after some work to get it display on my
virtualhost address i stumbled on the login part. I supply the required
username (postmaster) and the correct password but the script responds
Invalid login. I guess it complains from other reason then wrong
username/password but in the webserver's error log i can't find any info
related to this !

I tried with a secure virtualhost but the result is the same.

After some googleing i've set the owner of qmailadmin to root because i
thought is a permissions issue but, no result. I don't use suexec.
Vpopmail is using mysql tables to store data and my toaster is setup after
Bill Shupp's tutorial (www.shupp.org). I've setup the virtual domains
using the -u switch to enable system quotas for my hosted domains.

The mysql server is not local so i've put the following line in
vpopmail.mysql:

db.my_domain.com|0|mysql_user|mysql_pass|vpopmail

Vpopmail works fine with this setting, i can receive and send mail but
qmailadmin refuses to work :(

I sense there's a permission related problem but i can't locate it since
the logs do not tell me anything !

Thanks in advance for your help !



[qmailadmin] vpopmail ldap qmailadmin account list problem

2006-09-26 Thread Daniel Weuthen
Hi List,

i ran into the folowing problem:

After migrating from a vpopmail+cdb setup to a vpopmail+ldap setup qmailadmin 
is suddently no langer able to show  the list of pop3 account for my domain.

the whole directory structure was copied to the new system using rsync. the 
users were added via vadduser on the new system. in the end the directory 
were the users mailbox resides was changed in the ldap to match the former 
directory structure.

vpopmail, courier and qmail works fine, but qmailadmin is still not able to 
list the pop3 accounts. creating new ones an modifying of existing works. i 
get access to them when entering the address in the quick link textbox.

if i create a totaly new domain the user listing works fine.

stracing the whole thing, i found out, that after reading all users from the 
ldap the users directories are searched. this is not done in the strace 
output of the domain where no pop account get listet. although the number of 
mailboxes gets shown.

any help would be nice.

-- 
Mit freundlichen Gruessen / with kind regards

Daniel Weuthen

---
Megabit Informationstechnik GmbH  Karstr.25  41068 Moenchengladbach
Tel: 02161/308980   mailto:[EMAIL PROTECTED]   ftp://megabit.net
Fax: 02161/3089818  mailto:[EMAIL PROTECTED]   http://megabit.net
---


pgpAV24ehwHcF.pgp
Description: PGP signature
!DSPAM:4519301e253431804284693!

Re: [qmailadmin] Yikes! users disappear from qmailadmin interface

2002-08-15 Thread Daniel Johnson

Yeah, that's exactly what we had.  Only problem was we do have a lot of
domains.  If you interested I'll be glad to send up that script (it's quite
small 1k).

Daniel Johnson
[EMAIL PROTECTED]

- Original Message -
From: Chris Herrmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; 'Trey Nolen' [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, August 15, 2002 8:14 PM
Subject: RE: [qmailadmin] Yikes! users disappear from qmailadmin interface


 Fixed!!! I know how to fix it!!!

 Ok, if you look inside the vpasswd file for the domain in question, it'll
 look like:

 [root@gemini rubbish.com.au]# cat vpasswd

bob:$1$aSthq$AleSik0n9zbwnXpZk9gac0:1:0:bob:/var/qmail/vpopmail/domains/rubb
 ish.com.au/bob:16384000:bob

postmaster:$1$Y8YPp$0JPQErC9DzaVYPrpz3r5o0:1:0:Postmaster:/var/qmail/vpopmai
 l/domains/rubbish.com.au/postmaster:16384000:sickritt

 ---
 If, however the first entry looks like:
 [root@gemini rubbish.com.au]# cat vpasswd

bob:$1$aSthq$AleSik0n9zbwnXpZk9gac0:1:0:bob:/var/qmail/vpopmail/domains/rubb
 ish.com.au/bob:16384000

postmaster:$1$Y8YPp$0JPQErC9DzaVYPrpz3r5o0:1:0:Postmaster:/var/qmail/vpopmai
 l/domains/rubbish.com.au/postmaster:16384000:password

 ---

 Then nothing will show up. The important thing to note is that the
**first**
 user has **no** clear text password. The quickest, and easiest way to fix
in
 my case was the vi the vpasswd file and add : after each user (you don't
 need to actually add the password).

 To explain a bit further... if you had 20 users, and the first 10 had the
 clearpassword field set, and the 11th didn't, and users 12-20 did, then
*no*
 users from 11 - 20 will show up in the web interface. The first 10 users
 will show up, however.

 Obviously, if you have many domains, and many users then you're not going
to
 be able to do what I did, and I suggest you find that mysterious
 cdb-addclearpass script!

 Cheers,

 Chris


 |-Original Message-
 |From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 |Sent: Friday, 16 August 2002 00:27
 |To: Trey Nolen
 |Cc: [EMAIL PROTECTED]
 |Subject: Re: [qmailadmin] Yikes! users disappear from qmailadmin
 |interface
 |
 |
 |On Thu, 15 Aug 2002, Trey Nolen wrote:
 |
 | We had this happen when upgrading to qmailadmin 1.0.2. It
 |happened because
 | of clear text passwords. In our old version, they were
 |disabled (because
 | they were not default) and in Qmailadmin 1.0.2, they ARE
 |default, so they
 | got enabled. The extra field in the vpasswd file caused the
 |users to not
 | show up, but everything else worked.  Could that be your
 |issue as well?
 |
 |Well, it describes the probem exactly, except that even users created
 |after the rebuilding of vpopmail don't show up.  If I run
 |vmoduser -C  user@domain
 |per the FAQ on a user, that user still doesn't show up.
 |
 |I then did a make clean, make distclean and reconfigured, built and
 |installed vpopmail, did a make clean and make install-strip on
 |qmailadmin,
 |and the old accounts are showing up again.  However, the
 |accounts created
 |between these two rebuilds do not.  So, I did:
 |
 |~vpopmail/bin/vmoduser -e  [EMAIL PROTECTED]
 |
 |And that brought that user back.  Hopefully, not too many new accounts
 |were created in that 18 hour period...I'll have fun checking, though :)
 |
 |  I just reconfigured and reinstalled vpopmail 5.3.8 to
 |enable roaming users
 |  and change the location of the tcp.smtp file to the qmail
 |default /etc,
 |  then recompiled and reinstalled qmailadmin 1.0.2 doing a
 |simple make
 |  clean and make install and now when you log in as
 |postmaster, none of
 |  the users show up for the domain.
 | 
 |  users can still send/receive and authenticate, and the
 |postmaster can even
 |  add new users, but cannot see or modify any of
 |them...dunno what I broke,
 |  but looking at the config options doesn't show me anything
 |obvious...any
 |  pointers really appreciated...
 |
 |James Smallacombe   PlantageNet, Inc. CEO and Janitor
 |[EMAIL PROTECTED]
 http://3.am
 =








RE: next qmailadmin 1.0 canidate

2001-11-16 Thread Daniel Fairs

Sorry, should have posted more info, but I had mentioned this in an earlier
email...

IE6 on Win2k seems to centre some elements where previous versions left
aligned them. This means that some pages are misaligned.

I didn't want to post an image on the list, so you should be able to see a
screen grab here:

http://www.spiderplant.net/~dan/screen.jpg

I would give patches if time allowed...

HTH,

Cheers,
Dan

 -Original Message-
 From: Tren Blackburn [mailto:[EMAIL PROTECTED]]
 Sent: 16 November 2001 15:26
 To: [EMAIL PROTECTED]
 Subject: RE: next qmailadmin 1.0 canidate


 How so?  I use IE6 and don't see anything out of the ordinary.

 Tren.

  -Original Message-
  From: Daniel Fairs [mailto:[EMAIL PROTECTED]]
  Sent: Friday, November 16, 2001 8:21 AM
  To: [EMAIL PROTECTED]
  Subject: RE: next qmailadmin 1.0 canidate
 
 
  Layout is still a bit weird under IE6...
 
  Cheers,
  Dan
 
   -Original Message-
   From: Ken Jones [mailto:[EMAIL PROTECTED]]
   Sent: 16 November 2001 15:15
   To: [EMAIL PROTECTED]
   Subject: next qmailadmin 1.0 canidate
  
  
   The next qmailadmin 1.0 canidate is up
   http://www.inter7.com/devel/qmailadmin-1.0.tar.gz
  
   This is Bill Shupp's 1.0 release with two small additions
   1) Makefile.am install-exec-local section no longer tests
  if /etc is not writable (man, that was bone head code there)
  Now it just sets the ownership permission of qmailadmin
  
   2) Some new INSTALL changes. qmailadmin must be configured as
  root so it can read vpopmails libraries, etc.
  
   A demo is available at
   http://mail.inter7.com/cgi-bin/qmailadmin
   domain: test.com
   pass: test
  
   I really like the new .png files :)
  
   Ken Jones
  
  
  
  
 





--enable-log-name in qmailadmin-1.0rc

2001-11-13 Thread Daniel Biddle

On Tue, Nov 13, 2001 at 10:52:52AM -0600, Bill Shupp wrote:
 --enable-log-name=/var/log/qmail/vpopmail doesn't do what you think it 
 does.  It sets the name that vpopmail uses when sending log information 
 to syslog.

Perhaps the option should be called --enable-syslog-name.

-- 
Daniel Biddle [EMAIL PROTECTED]



Re: Login screen not informing errors,

2001-08-29 Thread Daniel Duclos

On Wed, 29 Aug 2001, William Marcelo Piovezan wrote:

 Hi,

 The latest qmailadmin devel is not showing the error in Status Message (eg.
 Invalid Domain or Invalid Password) when the user tries to login but
 make some mistake. When this occurs the login screen is showed again but
 the user do does not know what happened.

 Should not be better to create some dictionary entries (if they have not
 been created) and inform the user why the login could not to complete?

Well, that could turn things easy for an intruder tring to guess
a passowrd/account name on you server.. Id he tries an account name and
the server returns password invalid he or she will knoe tha the account
exists, for example.

Daniel Lobato Duclos - [EMAIL PROTECTED] - http://www.cybershark.net
---
Open Up Your Mind / And Go Your Own Way
(Sepultura - Breed Apart)




Re: qmailadmin with proxy

2001-07-18 Thread Daniel Biddle

On Wed, Jul 18, 2001 at 09:36:38PM -0700, Yee Siew Chin wrote:
 i seems to have problem creating email when connecting
 through a proxy server, why?

No idea. You should give us some information about your setup.

 it gives me internal server error...

What's in Apache's error_log?

-- 
Daniel Biddle [EMAIL PROTECTED]



Re: How to make a backup

2001-07-09 Thread Daniel Biddle

On Mon, Jul 09, 2001 at 02:00:16PM -0500, Bill Shupp wrote:
 on 7/9/01 1:47 PM, Syed Faruque Ahmed at [EMAIL PROTECTED] spake:
 
  Bill
  
  Shouldn't that be tar -c /home/vpopmail /var/qmail  mailbackup.tar (or
  something like that) to make a back up file?
  
  Faruque
 
 Yup.  I suck.  ; )

Easy enough typo to make - x and c are adjacent on a QWERTY keyboard,
after all.

tar -cvzf mailbackup.tar.gz /home/vpopmail /var/qmail

(I've not tried it yet, but z looks like it might be useful:
http://www.cs.indiana.edu/hyplan/kinzler/z/.)

-- 
Daniel Biddle [EMAIL PROTECTED]



Virus warning: messages from Hu Guosheng

2001-04-23 Thread Daniel Biddle

Be warned: three messages recently sent, apparently from Hu Guosheng,
appear to contain the W32/Navidad-B (EMANUEL.EXE) virus/worm instead of
their original attachments. Each is about 25 kilobytes in size.

More info:
http://www.sophos.com/virusinfo/analyses/w32navidadb.html
http://www.f-secure.com/v-descs/navidad.shtml

-- 
Daniel Biddle [EMAIL PROTECTED]




pt-BR online.

2000-12-16 Thread Daniel Augusto Fernandes


Hello people, Ken,

Here is the Brazilian portuguese translation.

http://www.gcsnet.com.br/~daftm/pt-BR

There are some typing misses, which maybe you had already corrected, in:

http://www.gcsnet.com.br/~daftm/en.diff


Good work!!
Thanks from everybody


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry




Some changes to make qmailadmin to vmoduser

2000-10-27 Thread Daniel Augusto Fernandes


Hello,

I've been trying to make some changes to qmailadmin to make it able to
change vpopmail user flags. I've tried to use the same code schemma
which exists(?) in qmailadmin.

I could change only the pt-BR templates. I had no time to change en
templates.

The code is not ready yet. But I thought I could share it for comments.


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry
Title: 
diff -r qmailadmin-0.39.old/command.c qmailadmin-0.39/command.c
31a32
> #include "config.h"
186c187,199
< 		show_login();
---
> 		// show_login();
> fprintf(actout,"\n\
> \n\
> 
> 
> 
> 
>   
> 
>   
> 
> .
>   
> MODIFICAR USURIO
>   
> .
> 
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
>   
> 
>   
> 
> Nova Senha:
>   
>   
> 
> 
> Nova Senha:
>   
>   
> 
> 
> Nome Completo:
>   
>   
> 
>   
>   
> 
>   
>   
> Sem dial-up
>   
>   
> Permite dial-up
> 
> 
>   
>   
> Usurio no pode mudar senha.
>   
>   
> Usurio pode mudar senha.
> 
> 
>   
>   
> Sem acesso POP3
>   
>   
> Permite acesso POP3
> 
> 
>   
>   
> Sem acesso Webmail
>   
>   
> Permite acesso Webmail
> 
> 
>   
>   
> Sem acesso IMAP
>   
>   
> Permite acesso IMAP
> 
> 
>   
>   
> Congelar usurio. Mensagens iro retornar aos remetentes.
>   
>   
> Recebimento normal
> 

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 appreciated!

 
 Does anyone know the name of the environment variable that
 carries the language?
 

See `man setlocale`
I think you'll choose 'LC_ALL'

 I'm removing all the hard coded english text from qmailadmin
 and putting it in a file. So no "text" is compiled in.
 

Great!!

 Then we can do translation of the html templates and this
 one file into different languages.
 So when people connect to qmailadmin, it can automatically
 display it in the proper language based on what the user
 has set as thier language in the browser.
 
 Ken Jones

Using 'Accept-Language'?

Great work!

--------
Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



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 one.
 
 I'll need to write some error checking code, but not for now.
 Like..
 
 HTTP_ACCEPT_LANGUAGE="fr, eu"
 
 If there is no fr translation, try eu
 if there is no eu translation, default to en
 

A while loop would resolve it, would not?

----
Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: Translation of templates]

2000-10-13 Thread Daniel Augusto Fernandes

Tim Hunter wrote:
 
 If no one has it and only you seem to need it I doubt it will get done
 unless you do it.
 
 just my .02
 

Well, there are some people who showed me some interest in that.
Somebody even said he already have that.

But maybe you're right, I'll have to do it by myself.


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Translation of templates

2000-09-22 Thread Daniel Augusto Fernandes


Does anyone have translation to portuguese of the qmailadmin templates.


Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: Merits of using MySQL (Was: Looping tcprules issue solved)

2000-08-23 Thread Daniel E. Jackson

I don't see the need either.  I have several thousand users among 400 domains, running 
off a 1/2 GB PII, with no problems whatsoever.  I rarely see a load average higher 
than .7.

In addition, the server mirror's itself 3 times a day to another server that can be 
configured on the fly to take over, if necessary.  Qmail is way cool...

Dan

Ben Beuchler wrote:
 
 On Wed, Aug 23, 2000 at 02:27:59PM -0500, Ryan Hayle wrote:
 
  On that note--what is the real benefit of using MySQL?  I'm running it
  now, and things are working fine, but I'm afraid of the load problem
  you described before...  Does MySQL offer a significant performance
  gain?  I doubt we'll -ever- have over 1000 users (we don't even have
  100 now), and so it's not that important.  I used to be running exim
  on a 486 with gnu-pop3d and it worked quite well, no performance
  issues whatsoever.
 
 Because databases are cool.  Everything should be run off a database.
 
 Ben
 
 --
 Ben Beuchler [EMAIL PROTECTED]
 MAILER-DAEMON (612) 321-9290 x101
 Bitstream Underground   www.bitstream.net

-- 
Whatever hits the fan will not be evenly distributed.
==
Daniel E. JacksonSchlumberger GeoQuest/System Engineer
[EMAIL PROTECTED]   Voice: (713) 513-2170 
==



Re: Qmailadmin installation

2000-07-17 Thread Daniel E. Jackson

Once during an upgrade (hardware upgrade) I had to move an existing installation to 
another machine.  I tar'd up the vpopmail root directory and the /var/qmail/control 
and /var/qmail/users directory
and had no problems.  One week after the upgrade, we installed a new server to keep a 
mirror of the installation for reliability's sake, using the same methods, and it 
works well.  You still need to
do the initial install of qmail, rblsmtpd, vpopmail, etc but after that...

Dan

Jaren Peterson wrote:
 
  If I reinstall QmailAdmin won't I lose all my users, forwards and aliases
  that I have set up with the previous installation? If there is a way to
  reinstall without losing them I would love to know!
 
 thanks in advance once again.
 Jaren
 P.S. Sorry bout sending that out saying I was secretary of state before.. I
 was trying to prove to my boss that without Relay Control anybody could send
 mail saying they were anybody.. :) needless to say, he believes me now and has
 let me set it up.

-- 
Whatever hits the fan will not be evenly distributed.
==
Daniel E. JacksonSchlumberger GeoQuest/System Engineer
[EMAIL PROTECTED]   Voice: (713) 513-2170 
==