Re: [qmailtoaster] Destination redirect to quarantine box

2006-06-19 Thread Warren




Fernando Azevedo wrote:

  
  
  
  
  Hi All!
  
  I am wondering if it is
possible to redirect messages that
are marked as SPAM (or as having a virus, for that matter) to a
different
e-mail box for quarantine purposes, as opposed to simply reject or
change the
header or whatever the most common policies are?
  
  Any ideas on this?
  
  
  Best regards,
  FA
  
  
  

The script you are looking for is /etc/mail/mailfilter

Look for the line: if ( /^X-Spam-Status: Yes, score=![0-9]+\.[0-9]+!
/:h)

That is the routine that acts on the mail if it is found to be spam.

Regards,
W




[qmailtoaster] importing users

2006-06-19 Thread allen lanier
i once found a script to import users into qmail toaster from a cobalt
raq. i have forgotten how to do this. is there anybody out there that
knmows what i am talking about


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Open SuSE 10.1

2006-06-19 Thread Weberhofer GmbH

Hello!

The build script is completely defferent, because there is no need to install any 
development tools except build.rpm. This tool installs a clean build 
environment (under /var/tmp/build-root) and does the complete build process in that 
environment.

Before you start building, you need a complete and fast installation repository 
for the SuSE version you like to build the packages for. A second repository of 
RPM will be collected during the toaster build. Those RPM packages will be used 
to install the required packages for the other packages.

This type of build process has several advantages:
* The build process does not influence your system
* The environment used for the build process is clean
* You can build for System versions other than the installed
* You can build for architectures other than the installed

Qmail-Toaster can not be compiled in the 10.0 and below versions of SuSE, because 
#usedforbuild is used instead of BuildRequires. I will have a look to SuSE 
distributions before  10.1 in the next days.


Best regards,
Johannes



Nick Hemmesch schrieb:

Hi Johannes,

Thank you very much. I will test your patch and script this weekend.

How much different is your SuSE 10.1 build than the instructions I wrote?
This was only my second experience with SuSE. My first was a poorly
written installation note for SuSE 10.0.

I did find SuSE 10.1 to ve a very stable platform, both i586 and x86_64.

Thanks again . . .

Regards,

Nick


Dear all,

as I have switched several systems from self-built qmail systems to the
qmail-toaster pckages, I have created a patch, which let me compile the
whole system in an clean OpenSuse build environment.

I had to change many BuildRequires sections in the spec files; in the
djbdns.spec file I removed the chkconfig and initscripts packages
from the Requires section: Those should be installed on every (redhat)
system and are not available on OpenSuSE; if you think it necessary to
keep it, a seperate section for OpenSuSE should be included into the spec
file.

Attached you find a diff file to updtae all spec files.

Additionally I have attached a shell script which builds the whole toaster
package in the Opensuse 10.1 build environment. Download the source
packages files, and copy the current-opensuse-build.sh file to the same
directory. Check the paths in the head section of the script and run it:
It should result in a clean set of RPM files. sed will incorporate the
above mentioned changes to the spec files. The script has been tested for
Opensuse 10.1 x86_64 and i586 environments.

Best regards,
Johannes Weberhofer
--


|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies, Austria
|
|  phone : +43 (0)1 5454421 0| email: [EMAIL PROTECTED]
|  fax   : +43 (0)1 5454421 19   | web  : http://weberhofer.at
|  mobile: +43 (0)699 11998315
|---

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--


|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies, Austria
|
|  phone : +43 (0)1 5454421 0| email: [EMAIL PROTECTED]
|  fax   : +43 (0)1 5454421 19   | web  : http://weberhofer.at
|  mobile: +43 (0)699 11998315
|---


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Roxanne Sandesara

I am trying to install Qmail-toaster on a Fedora Core 5 box, and
started by using the automated scripts. All of the downloads completed
successfully. The first two packages installed without any problems.
The Vpopmail package install fails, with the following error:

checking vpopmail configure options... ok
checking whether we can locate the qmail directory... yes
checking whether we can locate the qmail-newu program... yes
checking whether we can locate the qmail-inject program... yes
checking whether we can locate the qmail-newmrh program... yes
checking for valid vpopmail user and group... yes
checking whether password file entry for the vpopmail user exists...
No vpopmail user found.
Please add the vchkpw group and
vpopmail user. Then run configure again
no
configure: error: Could not compile and run even a trivial ANSI C
program - check CC.
error: Bad exit status from /var/tmp/rpm-tmp.81274 (%build)


RPM build errors:
   Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
error: File not found by glob: /usr/src/redhat/RPMS/i386/vpopmail-toaster*.rpm

Now, I have checked, with filters turned off, and the system is
currect: the user and group do not exist. But I don't know what
settings need to be set for the user or the group, and could not
easily find that information on the Wiki site or the FAQ. If someone
could tell me what needs to be set for the user and the group - whole
command lines would be nice, but I can puzzle it out given reasonable
clues - I would really appreciate it. Or, pointing me to a site with
documentation that lays out what I need to do would be equally valid
and appreciated.

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Fernando Azevedo
Hi!
 
I have felt some problems in Fedora Core 5 due to SELinux. Do you have it 
installed? If you do I'd recomend that either you spend some (lotsof) time 
reading the documentation and properly configuring it or, as I did, just 
disable it...
 
Regards,
FA
 



De: Roxanne Sandesara [mailto:[EMAIL PROTECTED]
Enviada: seg 19-06-2006 17:26
Para: qmailtoaster-list@qmailtoaster.com
Assunto: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group



I am trying to install Qmail-toaster on a Fedora Core 5 box, and
started by using the automated scripts. All of the downloads completed
successfully. The first two packages installed without any problems.
The Vpopmail package install fails, with the following error:

checking vpopmail configure options... ok
checking whether we can locate the qmail directory... yes
checking whether we can locate the qmail-newu program... yes
checking whether we can locate the qmail-inject program... yes
checking whether we can locate the qmail-newmrh program... yes
checking for valid vpopmail user and group... yes
checking whether password file entry for the vpopmail user exists...
No vpopmail user found.
Please add the vchkpw group and
vpopmail user. Then run configure again
no
configure: error: Could not compile and run even a trivial ANSI C
program - check CC.
error: Bad exit status from /var/tmp/rpm-tmp.81274 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
error: File not found by glob: /usr/src/redhat/RPMS/i386/vpopmail-toaster*.rpm

Now, I have checked, with filters turned off, and the system is
currect: the user and group do not exist. But I don't know what
settings need to be set for the user or the group, and could not
easily find that information on the Wiki site or the FAQ. If someone
could tell me what needs to be set for the user and the group - whole
command lines would be nice, but I can puzzle it out given reasonable
clues - I would really appreciate it. Or, pointing me to a site with
documentation that lays out what I need to do would be equally valid
and appreciated.

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



winmail.dat-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

[qmailtoaster] Updated QmailToaster Appliance

2006-06-19 Thread Erik Espinoza

Greetings,

The QmailToaster Virtual Appliance has been disabled for a few weeks
now, this was done on purpose while I spent time upgrading the scripts
to support the latest QmailToaser 1.3 branch. This is now done and
available for download. Feel free to grab it from my page,
http://devel.qmailtoaser.com/

This is a torrent only download, as 400 megs is too much of a strain
on my t1 alone.

Thanks,
Erik

On 6/16/06, Chrisup-Gmail [EMAIL PROTECTED] wrote:

Hello,

 I am intersested in the qmail toaster for vmware, but get the error below
when trying to download it.

 Thanks,

 Chris




Forbidden

You don't have permission to access /download/QmailToaster.zip on this
server. 
 Apache/2.0.46 (CentOS) Server at devel.qmailtoaster.com Port 80



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Roxanne Sandesara

I disabled SELinux and attempted the install again, with the same result.

On Jun 19, 2006, at 1:09 PM, Fernando Azevedo wrote:

Hi!

I have felt some problems in Fedora Core 5 due to SELinux. Do you have
it installed? If you do I'd recomend that either you spend some
(lotsof) time reading the documentation and properly configuring it
or, as I did, just disable it...

Regards,
FA




De: Roxanne Sandesara [mailto:[EMAIL PROTECTED]
Enviada: seg 19-06-2006 17:26
Para: qmailtoaster-list@qmailtoaster.com
Assunto: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] optional packages

2006-06-19 Thread Erik Espinoza

This really depends on what you are doing.

For example, Squirrelmail is not required if you're not running a
webmail. The djbdns package is not required if you run a caching
nameserver in bind. The maildrop is not required if you don't plan to
ever use any filtering. The courier-imap-toaster is not necessary if
you're not using imap  filtering (since maildrop requires courier to
compile). The ezmlm-toaster package is not required if you aren't
going to run any mailing lists. You don't need qmailadmin if you don't
want to give people a web interface to modify their accts. You don't
need simscan (and helper packages like spamassassin-toaster,
clamav-toaster, ripmime-toaster) if you do not want to scan mail for
viruses and spam.

In general I recommend that the QmailToaster be installed in it's entirety.

Erik

On 6/19/06, Eric Shubes [EMAIL PROTECTED] wrote:

Can someone please tell me which packages in the toaster are optional?
--
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Roxanne Sandesara

Yessir, I did.

On 6/19/06, Erik Espinoza [EMAIL PROTECTED] wrote:

Did you reboot after disabling SELinux?

On 6/19/06, Roxanne Sandesara [EMAIL PROTECTED] wrote:
 I disabled SELinux and attempted the install again, with the same
 result.

 On Jun 19, 2006, at 1:09 PM, Fernando Azevedo wrote:

  Hi!
 
  I have felt some problems in Fedora Core 5 due to SELinux. Do you
  have it installed? If you do I'd recomend that either you spend
  some (lotsof) time reading the documentation and properly
  configuring it or, as I did, just disable it...
 
  Regards,
  FA
 
 
  
 
  De: Roxanne Sandesara [mailto:[EMAIL PROTECTED]
  Enviada: seg 19-06-2006 17:26
  Para: qmailtoaster-list@qmailtoaster.com
  Assunto: [qmailtoaster] Installation Error: Vpopmail user, vchkpw
  group
 
 
 
  I am trying to install Qmail-toaster on a Fedora Core 5 box, and
  started by using the automated scripts. All of the downloads completed
  successfully. The first two packages installed without any problems.
  The Vpopmail package install fails, with the following error:
 
  checking vpopmail configure options... ok
  checking whether we can locate the qmail directory... yes
  checking whether we can locate the qmail-newu program... yes
  checking whether we can locate the qmail-inject program... yes
  checking whether we can locate the qmail-newmrh program... yes
  checking for valid vpopmail user and group... yes
  checking whether password file entry for the vpopmail user exists...
  No vpopmail user found.
  Please add the vchkpw group and
  vpopmail user. Then run configure again
  no
  configure: error: Could not compile and run even a trivial ANSI C
  program - check CC.
  error: Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
 
 
  RPM build errors:
  Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
  error: File not found by glob: /usr/src/redhat/RPMS/i386/vpopmail-
  toaster*.rpm
 
  Now, I have checked, with filters turned off, and the system is
  currect: the user and group do not exist. But I don't know what
  settings need to be set for the user or the group, and could not
  easily find that information on the Wiki site or the FAQ. If someone
  could tell me what needs to be set for the user and the group - whole
  command lines would be nice, but I can puzzle it out given reasonable
  clues - I would really appreciate it. Or, pointing me to a site with
  documentation that lays out what I need to do would be equally valid
  and appreciated.
 
  -
   QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: qmailtoaster-list-
  [EMAIL PROTECTED]
 
 
 
  winmail.dat
  -
   QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: qmailtoaster-list-
  [EMAIL PROTECTED]


 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Updated QmailToaster Appliance

2006-06-19 Thread Ben King

How about http://devel.qmailtoaster.com instead?

- Original Message - 
From: Erik Espinoza [EMAIL PROTECTED]
To: Chrisup-Gmail [EMAIL PROTECTED]; 
qmailtoaster-list@qmailtoaster.com

Sent: Monday, June 19, 2006 12:18 PM
Subject: [qmailtoaster] Updated QmailToaster Appliance



Greetings,

The QmailToaster Virtual Appliance has been disabled for a few weeks
now, this was done on purpose while I spent time upgrading the scripts
to support the latest QmailToaser 1.3 branch. This is now done and
available for download. Feel free to grab it from my page,
http://devel.qmailtoaser.com/

This is a torrent only download, as 400 megs is too much of a strain
on my t1 alone.

Thanks,
Erik

On 6/16/06, Chrisup-Gmail [EMAIL PROTECTED] wrote:

Hello,

 I am intersested in the qmail toaster for vmware, but get the error 
below

when trying to download it.

 Thanks,

 Chris




Forbidden

You don't have permission to access /download/QmailToaster.zip on this
server. 
 Apache/2.0.46 (CentOS) Server at devel.qmailtoaster.com Port 80



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] maildrop in new toaster

2006-06-19 Thread slamp slamp
Hello everyone, before I updated to the new toaster my maildrop was working and now it isn't. any ideas?# pwd/home/vpopmail/domains/domain.com/johndoe# ls -latotal 20drwx-- 3 vpopmail vchkpw 4096 Jun 5 11:42 .
drwx-- 9 vpopmail vchkpw 4096 Apr 24 19:11 ..drwx-- 11 vpopmail vchkpw 4096 May 14 13:53 Maildir-rw--- 1 vpopmail vchkpw 538 May 31 14:24 .mailfilter-rw--- 1 vpopmail vchkpw 150 Jun 19 15:34 .qmail
# cat .mailfilter# qmail toaster list#if ( /^To:.*(qmailtoaster-list@qmailtoaster.com)/ ){ exception { to $VHOME/Maildir/.qmail_toaster/
 }}## cat .qmail| /var/qmail/bin/preline /usr/bin/maildrop -A 'Content-Filter: maildrop-toaster' /etc/mail/mailfilter/home/vpopmail/domains/domain.com/johndoe/Maildir/# rpm -qa | grep toaster
vpopmail-toaster-5.4.13-1.3.1courier-authlib-toaster-0.58-1.3.1ezmlm-toaster-0.53.324-1.3.1maildrop-toaster-2.0.2-1.3.1squirrelmail-toaster-1.4.6-1.3.1simscan-toaster-1.2-1.3.1ucspi-tcp-toaster-0.88-1.3.1
libdomainkeys-toaster-0.68-1.3.1qmail-pop3d-toaster-1.03-1.3.3courier-imap-toaster-4.1.1-1.3.2control-panel-toaster-0.5-1.3.1ezmlm-cgi-toaster-0.53.324-1.3.1qmailmrtg-toaster-4.2-1.3.1maildrop-toaster-devel-2.0.2-1.3.1
vqadmin-toaster-2.3.4-1.3.1spamassassin-toaster-3.1.3-1.3.1ripmime-toaster-1.4.0.6-1.3.1daemontools-toaster-0.76-1.3.1qmail-toaster-1.03-1.3.3autorespond-toaster-2.0.4-1.3.1qmailadmin-toaster-1.2.9-1.3.1
isoqlog-toaster-2.1-1.3.1clamav-toaster-0.88.2-1.3.1# qmailctl statauthlib: up (pid 3377) 1345 secondsclamd: up (pid 3361) 1345 secondsimap4: up (pid 3357) 1345 secondsimap4-ssl: up (pid 3386) 1345 seconds
pop3: up (pid 3351) 1345 secondspop3-ssl: up (pid 3409) 1344 secondssend: up (pid 3391) 1344 secondssmtp: up (pid 3363) 1345 secondsspamd: up (pid 3339) 1345 secondsauthlib/log: up (pid 3382) 1345 seconds
clamd/log: up (pid 3395) 1345 secondsimap4/log: up (pid 3359) 1345 secondsimap4-ssl/log: up (pid 3389) 1345 secondspop3/log: up (pid 3354) 1345 secondspop3-ssl/log: up (pid 3415) 1344 secondssend/log: up (pid 3393) 1344 seconds
smtp/log: up (pid 3347) 1345 secondsspamd/log: up (pid 3343) 1345 seconds


Re: [qmailtoaster] Updated QmailToaster Appliance

2006-06-19 Thread Erik Espinoza

Ack, Typo. That's correct, it's http://devel.qmailtoaster.com/

Erik

On 6/19/06, Ben King [EMAIL PROTECTED] wrote:

How about http://devel.qmailtoaster.com instead?

- Original Message -
From: Erik Espinoza [EMAIL PROTECTED]
To: Chrisup-Gmail [EMAIL PROTECTED];
qmailtoaster-list@qmailtoaster.com
Sent: Monday, June 19, 2006 12:18 PM
Subject: [qmailtoaster] Updated QmailToaster Appliance


 Greetings,

 The QmailToaster Virtual Appliance has been disabled for a few weeks
 now, this was done on purpose while I spent time upgrading the scripts
 to support the latest QmailToaser 1.3 branch. This is now done and
 available for download. Feel free to grab it from my page,
 http://devel.qmailtoaser.com/

 This is a torrent only download, as 400 megs is too much of a strain
 on my t1 alone.

 Thanks,
 Erik

 On 6/16/06, Chrisup-Gmail [EMAIL PROTECTED] wrote:
 Hello,

  I am intersested in the qmail toaster for vmware, but get the error
 below
 when trying to download it.

  Thanks,

  Chris




 Forbidden

 You don't have permission to access /download/QmailToaster.zip on this
 server. 
  Apache/2.0.46 (CentOS) Server at devel.qmailtoaster.com Port 80


 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] QVCS migration

2006-06-19 Thread Harald
Title: QVCS migration






Dear all,

I am migrating an old QVCS server to an all new Qmail-toaster-server which works like a charm.

Could anybody tell me which files I need to migrate to be able to keep all the existing data, and where I need to put them?

I backup these locations on the QVCS server:

/etc/passwd

/etc/shadow

/etc/group

/etc/sslcert.pem

/etc/sysconfig/spamassassin

/etc/sysconfig/iptables

/etc/hosts.*

/etc/xinetd.d/smtp

/etc/ssh/*_key*

/etc/httpd

/etc/vadmin

/etc/squirrelmail

/etc/qmail

/etc/courier-imap

/etc/vmailmgr

/var/lib/vadmin

/var/lib/squirrelmail

/var/qmail/queue

/home/dom

Many tx!

Best Regards,

Harald




[qmailtoaster] Re: optional packages

2006-06-19 Thread Erik Espinoza

Depends on what you mean by minimal. The install you described would
do smtp w/ TLS and pop3, but not pop3-ssl.

I'm not entirely sure this would work, as I have not tested this.
Since this is an integrated distribution it may require modification
to work. Since our packages are preconfigured for the whole distro, a
partial install could be misconfigured.

Thanks,
Erik

On 6/19/06, Eric Shubes [EMAIL PROTECTED] wrote:

Thanks, Erik.

I don't know why anyone wouldn't want the whole thing, but apparently
some people don't use all the add-ons.

I probably should've asked which packages are required (to have a
minimally operational qmail server). From what I can tell, that would be:
daemontools-toaster
ucspi-tcp-toaster
libdomainkeys-toaster
vpopmail-toaster
qmail-toaster

Is that correct?

Erik Espinoza wrote:
 This really depends on what you are doing.

 For example, Squirrelmail is not required if you're not running a
 webmail. The djbdns package is not required if you run a caching
 nameserver in bind. The maildrop is not required if you don't plan to
 ever use any filtering. The courier-imap-toaster is not necessary if
 you're not using imap  filtering (since maildrop requires courier to
 compile). The ezmlm-toaster package is not required if you aren't
 going to run any mailing lists. You don't need qmailadmin if you don't
 want to give people a web interface to modify their accts. You don't
 need simscan (and helper packages like spamassassin-toaster,
 clamav-toaster, ripmime-toaster) if you do not want to scan mail for
 viruses and spam.

 In general I recommend that the QmailToaster be installed in it's
entirety.

 Erik

 On 6/19/06, Eric Shubes [EMAIL PROTECTED] wrote:
 Can someone please tell me which packages in the toaster are optional?
 --
 -Eric 'shubes'



--
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Re: optional packages

2006-06-19 Thread Eric \Shubes\

That's what I would be afraid of.
I'll put a notice in the script to that effect.

Thanks, Erik!
--
-Eric 'shubes'

Erik Espinoza wrote:

Depends on what you mean by minimal. The install you described would
do smtp w/ TLS and pop3, but not pop3-ssl.

I'm not entirely sure this would work, as I have not tested this.
Since this is an integrated distribution it may require modification
to work. Since our packages are preconfigured for the whole distro, a
partial install could be misconfigured.

Thanks,
Erik

On 6/19/06, Eric Shubes [EMAIL PROTECTED] wrote:

Thanks, Erik.

I don't know why anyone wouldn't want the whole thing, but apparently
some people don't use all the add-ons.

I probably should've asked which packages are required (to have a
minimally operational qmail server). From what I can tell, that would be:
daemontools-toaster
ucspi-tcp-toaster
libdomainkeys-toaster
vpopmail-toaster
qmail-toaster

Is that correct?

Erik Espinoza wrote:
 This really depends on what you are doing.

 For example, Squirrelmail is not required if you're not running a
 webmail. The djbdns package is not required if you run a caching
 nameserver in bind. The maildrop is not required if you don't plan to
 ever use any filtering. The courier-imap-toaster is not necessary if
 you're not using imap  filtering (since maildrop requires courier to
 compile). The ezmlm-toaster package is not required if you aren't
 going to run any mailing lists. You don't need qmailadmin if you don't
 want to give people a web interface to modify their accts. You don't
 need simscan (and helper packages like spamassassin-toaster,
 clamav-toaster, ripmime-toaster) if you do not want to scan mail for
 viruses and spam.

 In general I recommend that the QmailToaster be installed in it's
entirety.

 Erik

 On 6/19/06, Eric Shubes [EMAIL PROTECTED] wrote:
 Can someone please tell me which packages in the toaster are optional?
 --
 -Eric 'shubes'



--
-Eric 'shubes'




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Old install - New Question

2006-06-19 Thread Fernando Azevedo
Guys,

I have a couple of systems with the following packages installed:

ucspi-tcp-toaster-0.88-1.2.2
qmail-toaster-doc-1.03-1.2.2
courier-imap-toaster-3.0.4-1.2.2
qmailmrtg-toaster-3.4-1.2.1
ezmlm-cgi-toaster-0.53.324-1.2.1
send-emails-toaster-0.5-1.2.2
daemontools-toaster-0.76-1.2.2
ucspi-tcp-toaster-doc-0.88-1.2.2
qmail-toaster-1.03-1.2.2
vpopmail-toaster-5.4.4-1.2.2
qmail-pop3d-toaster-1.03-1.2.2
courier-imap-toaster-doc-3.0.4-1.2.2
control-panel-toaster-0.5-1.2.2
maildrop-toaster-1.6.3-1.2.2
ezmlm-toaster-0.53.324-1.2.1
ezmlm-toaster-doc-0.53.324-1.2.1
vqadmin-toaster-2.3.4-1.2.2
isoqlog-toaster-2.1-1.2.1
qmail-chkuser-toaster-1.03-1.2.2
daemontools-toaster-doc-0.76-1.2.2
setup-toaster-1.0.1-1.2.2
vpopmail-toaster-doc-5.4.4-1.2.2
autorespond-toaster-2.0.4-1.2.2
maildrop-toaster-devel-1.6.3-1.2.2
qmailadmin-toaster-1.2.1-1.2.2
isoqlog-toaster-doc-2.1-1.2.1
horde-toaster-2.2.3-1.0.9

I'd like to update this installation to the latest packages, and also
include ClamAV and SpamAssassin, but leave the horde-toaster as the
re-education process for all users would be to painful. So the questions
are:

1) Is it safe to do 'rpm -e' to all toaster packages except horde and
then install all the new ones?
2) What would happen to all the e-mails users keep in their folders?
3) Would the existing definitions of users (redirection, passwords,
quotas, etc.) be preserved?
4) Would Horde still keep working?

Any contribution on these topics as well as on others that you more
experienced people can provide is much appreciated. Also, is there some
best practices documentation available somewhere?

Thank you all in advance!

FA





-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Nick Hemmesch
Hi,

If this is a new installation that failed, remove (or rename) /var/qmail
and install vpopmail-toaster again. Should go OK.

Regards,

Nick

PS SELinux must be disabled for qmailtoaster to work properly.

 Yessir, I did.

 On 6/19/06, Erik Espinoza [EMAIL PROTECTED] wrote:
 Did you reboot after disabling SELinux?

 On 6/19/06, Roxanne Sandesara [EMAIL PROTECTED] wrote:
  I disabled SELinux and attempted the install again, with the same
  result.
 
  On Jun 19, 2006, at 1:09 PM, Fernando Azevedo wrote:
 
   Hi!
  
   I have felt some problems in Fedora Core 5 due to SELinux. Do you
   have it installed? If you do I'd recomend that either you spend
   some (lotsof) time reading the documentation and properly
   configuring it or, as I did, just disable it...
  
   Regards,
   FA
  
  
   
  
   De: Roxanne Sandesara [mailto:[EMAIL PROTECTED]
   Enviada: seg 19-06-2006 17:26
   Para: qmailtoaster-list@qmailtoaster.com
   Assunto: [qmailtoaster] Installation Error: Vpopmail user, vchkpw
   group
  
  
  
   I am trying to install Qmail-toaster on a Fedora Core 5 box, and
   started by using the automated scripts. All of the downloads
 completed
   successfully. The first two packages installed without any problems.
   The Vpopmail package install fails, with the following error:
  
   checking vpopmail configure options... ok
   checking whether we can locate the qmail directory... yes
   checking whether we can locate the qmail-newu program... yes
   checking whether we can locate the qmail-inject program... yes
   checking whether we can locate the qmail-newmrh program... yes
   checking for valid vpopmail user and group... yes
   checking whether password file entry for the vpopmail user exists...
   No vpopmail user found.
   Please add the vchkpw group and
   vpopmail user. Then run configure again
   no
   configure: error: Could not compile and run even a trivial ANSI C
   program - check CC.
   error: Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
  
  
   RPM build errors:
   Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
   error: File not found by glob: /usr/src/redhat/RPMS/i386/vpopmail-
   toaster*.rpm
  
   Now, I have checked, with filters turned off, and the system is
   currect: the user and group do not exist. But I don't know what
   settings need to be set for the user or the group, and could not
   easily find that information on the Wiki site or the FAQ. If someone
   could tell me what needs to be set for the user and the group -
 whole
   command lines would be nice, but I can puzzle it out given
 reasonable
   clues - I would really appreciate it. Or, pointing me to a site with
   documentation that lays out what I need to do would be equally valid
   and appreciated.
  



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Roxanne Sandesara

I have turned SELinux off and rebooted with it turned off.
I tried removing the /var/qmail directory and then re-running the
installation script.

I came up with the same errors in the same place.

Can anyone just tell me what the settings need to be for these users?
Do I need to figure out how to uninstall the two previously installed
packages and run the installs again for this user and group to be
created properly?

On 6/19/06, Nick Hemmesch [EMAIL PROTECTED] wrote:

Hi,

If this is a new installation that failed, remove (or rename) /var/qmail
and install vpopmail-toaster again. Should go OK.

Regards,

Nick

PS SELinux must be disabled for qmailtoaster to work properly.

 Yessir, I did.

 On 6/19/06, Erik Espinoza [EMAIL PROTECTED] wrote:
 Did you reboot after disabling SELinux?

 On 6/19/06, Roxanne Sandesara [EMAIL PROTECTED] wrote:
  I disabled SELinux and attempted the install again, with the same
  result.
 
  On Jun 19, 2006, at 1:09 PM, Fernando Azevedo wrote:
 
   Hi!
  
   I have felt some problems in Fedora Core 5 due to SELinux. Do you
   have it installed? If you do I'd recomend that either you spend
   some (lotsof) time reading the documentation and properly
   configuring it or, as I did, just disable it...
  
   Regards,
   FA
  
  
   
  
   De: Roxanne Sandesara [mailto:[EMAIL PROTECTED]
   Enviada: seg 19-06-2006 17:26
   Para: qmailtoaster-list@qmailtoaster.com
   Assunto: [qmailtoaster] Installation Error: Vpopmail user, vchkpw
   group
  
  
  
   I am trying to install Qmail-toaster on a Fedora Core 5 box, and
   started by using the automated scripts. All of the downloads
 completed
   successfully. The first two packages installed without any problems.
   The Vpopmail package install fails, with the following error:
  
   checking vpopmail configure options... ok
   checking whether we can locate the qmail directory... yes
   checking whether we can locate the qmail-newu program... yes
   checking whether we can locate the qmail-inject program... yes
   checking whether we can locate the qmail-newmrh program... yes
   checking for valid vpopmail user and group... yes
   checking whether password file entry for the vpopmail user exists...
   No vpopmail user found.
   Please add the vchkpw group and
   vpopmail user. Then run configure again
   no
   configure: error: Could not compile and run even a trivial ANSI C
   program - check CC.
   error: Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
  
  
   RPM build errors:
   Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
   error: File not found by glob: /usr/src/redhat/RPMS/i386/vpopmail-
   toaster*.rpm
  
   Now, I have checked, with filters turned off, and the system is
   currect: the user and group do not exist. But I don't know what
   settings need to be set for the user or the group, and could not
   easily find that information on the Wiki site or the FAQ. If someone
   could tell me what needs to be set for the user and the group -
 whole
   command lines would be nice, but I can puzzle it out given
 reasonable
   clues - I would really appreciate it. Or, pointing me to a site with
   documentation that lays out what I need to do would be equally valid
   and appreciated.
  



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Ing-Long Eric Kuo \(DraconPern\)
Since it is failing on vpopmail user, can you check if the user is in 
/etc/passwd and /etc/shadow?  If they are, does /home/vpopmail exist?


-Eric :: DraconPern :: draconpern.deviantart.com
www.frontmotion.com :: www.draconpern.com
- Original Message - 
From: Roxanne Sandesara [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, June 19, 2006 5:29 PM
Subject: Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group



I have turned SELinux off and rebooted with it turned off.
I tried removing the /var/qmail directory and then re-running the
installation script.

I came up with the same errors in the same place.

Can anyone just tell me what the settings need to be for these users?
Do I need to figure out how to uninstall the two previously installed
packages and run the installs again for this user and group to be
created properly?

On 6/19/06, Nick Hemmesch [EMAIL PROTECTED] wrote:

Hi,

If this is a new installation that failed, remove (or rename) /var/qmail
and install vpopmail-toaster again. Should go OK.

Regards,

Nick

PS SELinux must be disabled for qmailtoaster to work properly.

 Yessir, I did.

 On 6/19/06, Erik Espinoza [EMAIL PROTECTED] wrote:
 Did you reboot after disabling SELinux?

 On 6/19/06, Roxanne Sandesara [EMAIL PROTECTED] wrote:
  I disabled SELinux and attempted the install again, with the same
  result.
 
  On Jun 19, 2006, at 1:09 PM, Fernando Azevedo wrote:
 
   Hi!
  
   I have felt some problems in Fedora Core 5 due to SELinux. Do you
   have it installed? If you do I'd recomend that either you spend
   some (lotsof) time reading the documentation and properly
   configuring it or, as I did, just disable it...
  
   Regards,
   FA
  
  
   
  
   De: Roxanne Sandesara [mailto:[EMAIL PROTECTED]
   Enviada: seg 19-06-2006 17:26
   Para: qmailtoaster-list@qmailtoaster.com
   Assunto: [qmailtoaster] Installation Error: Vpopmail user, vchkpw
   group
  
  
  
   I am trying to install Qmail-toaster on a Fedora Core 5 box, and
   started by using the automated scripts. All of the downloads
 completed
   successfully. The first two packages installed without any 
   problems.

   The Vpopmail package install fails, with the following error:
  
   checking vpopmail configure options... ok
   checking whether we can locate the qmail directory... yes
   checking whether we can locate the qmail-newu program... yes
   checking whether we can locate the qmail-inject program... yes
   checking whether we can locate the qmail-newmrh program... yes
   checking for valid vpopmail user and group... yes
   checking whether password file entry for the vpopmail user 
   exists...

   No vpopmail user found.
   Please add the vchkpw group and
   vpopmail user. Then run configure again
   no
   configure: error: Could not compile and run even a trivial ANSI C
   program - check CC.
   error: Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
  
  
   RPM build errors:
   Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
   error: File not found by glob: /usr/src/redhat/RPMS/i386/vpopmail-
   toaster*.rpm
  
   Now, I have checked, with filters turned off, and the system is
   currect: the user and group do not exist. But I don't know what
   settings need to be set for the user or the group, and could not
   easily find that information on the Wiki site or the FAQ. If 
   someone

   could tell me what needs to be set for the user and the group -
 whole
   command lines would be nice, but I can puzzle it out given
 reasonable
   clues - I would really appreciate it. Or, pointing me to a site 
   with
   documentation that lays out what I need to do would be equally 
   valid

   and appreciated.
  



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Roxanne Sandesara

As I mentioned in my first message of this thread, the user vpopmail
does not exist; the group vchkpw does not exist. That's why I've been
asking what the settings for those should be, so that I could try to
add them manually and then attempt the installation again.

On 6/19/06, Ing-Long Eric Kuo (DraconPern) [EMAIL PROTECTED] wrote:

Since it is failing on vpopmail user, can you check if the user is in
/etc/passwd and /etc/shadow?  If they are, does /home/vpopmail exist?

-Eric :: DraconPern :: draconpern.deviantart.com
www.frontmotion.com :: www.draconpern.com
- Original Message -
From: Roxanne Sandesara [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, June 19, 2006 5:29 PM
Subject: Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group


I have turned SELinux off and rebooted with it turned off.
 I tried removing the /var/qmail directory and then re-running the
 installation script.

 I came up with the same errors in the same place.

 Can anyone just tell me what the settings need to be for these users?
 Do I need to figure out how to uninstall the two previously installed
 packages and run the installs again for this user and group to be
 created properly?

 On 6/19/06, Nick Hemmesch [EMAIL PROTECTED] wrote:
 Hi,

 If this is a new installation that failed, remove (or rename) /var/qmail
 and install vpopmail-toaster again. Should go OK.

 Regards,

 Nick

 PS SELinux must be disabled for qmailtoaster to work properly.

  Yessir, I did.
 
  On 6/19/06, Erik Espinoza [EMAIL PROTECTED] wrote:
  Did you reboot after disabling SELinux?
 
  On 6/19/06, Roxanne Sandesara [EMAIL PROTECTED] wrote:
   I disabled SELinux and attempted the install again, with the same
   result.
  
   On Jun 19, 2006, at 1:09 PM, Fernando Azevedo wrote:
  
Hi!
   
I have felt some problems in Fedora Core 5 due to SELinux. Do you
have it installed? If you do I'd recomend that either you spend
some (lotsof) time reading the documentation and properly
configuring it or, as I did, just disable it...
   
Regards,
FA
   
   

   
De: Roxanne Sandesara [mailto:[EMAIL PROTECTED]
Enviada: seg 19-06-2006 17:26
Para: qmailtoaster-list@qmailtoaster.com
Assunto: [qmailtoaster] Installation Error: Vpopmail user, vchkpw
group
   
   
   
I am trying to install Qmail-toaster on a Fedora Core 5 box, and
started by using the automated scripts. All of the downloads
  completed
successfully. The first two packages installed without any
problems.
The Vpopmail package install fails, with the following error:
   
checking vpopmail configure options... ok
checking whether we can locate the qmail directory... yes
checking whether we can locate the qmail-newu program... yes
checking whether we can locate the qmail-inject program... yes
checking whether we can locate the qmail-newmrh program... yes
checking for valid vpopmail user and group... yes
checking whether password file entry for the vpopmail user
exists...
No vpopmail user found.
Please add the vchkpw group and
vpopmail user. Then run configure again
no
configure: error: Could not compile and run even a trivial ANSI C
program - check CC.
error: Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
   
   
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
error: File not found by glob: /usr/src/redhat/RPMS/i386/vpopmail-
toaster*.rpm
   
Now, I have checked, with filters turned off, and the system is
currect: the user and group do not exist. But I don't know what
settings need to be set for the user or the group, and could not
easily find that information on the Wiki site or the FAQ. If
someone
could tell me what needs to be set for the user and the group -
  whole
command lines would be nice, but I can puzzle it out given
  reasonable
clues - I would really appreciate it. Or, pointing me to a site
with
documentation that lays out what I need to do would be equally
valid
and appreciated.
   



 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL 

Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Eric \Shubes\
These users are created by the installation of vpopmail. If you don't 
have them, then you likely don't have other things well.


Try:
rpm -Uvh /usr/src/redhat/RPMS/i386/vpopmail-toaster-*.rpm

Roxanne Sandesara wrote:

As I mentioned in my first message of this thread, the user vpopmail
does not exist; the group vchkpw does not exist. That's why I've been
asking what the settings for those should be, so that I could try to
add them manually and then attempt the installation again.

On 6/19/06, Ing-Long Eric Kuo (DraconPern) [EMAIL PROTECTED] wrote:

Since it is failing on vpopmail user, can you check if the user is in
/etc/passwd and /etc/shadow?  If they are, does /home/vpopmail exist?

-Eric :: DraconPern :: draconpern.deviantart.com
www.frontmotion.com :: www.draconpern.com
- Original Message -
From: Roxanne Sandesara [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, June 19, 2006 5:29 PM
Subject: Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw 
group



I have turned SELinux off and rebooted with it turned off.
 I tried removing the /var/qmail directory and then re-running the
 installation script.

 I came up with the same errors in the same place.

 Can anyone just tell me what the settings need to be for these users?
 Do I need to figure out how to uninstall the two previously installed
 packages and run the installs again for this user and group to be
 created properly?

 On 6/19/06, Nick Hemmesch [EMAIL PROTECTED] wrote:
 Hi,

 If this is a new installation that failed, remove (or rename) 
/var/qmail

 and install vpopmail-toaster again. Should go OK.

 Regards,

 Nick

 PS SELinux must be disabled for qmailtoaster to work properly.

  Yessir, I did.
 
  On 6/19/06, Erik Espinoza [EMAIL PROTECTED] wrote:
  Did you reboot after disabling SELinux?
 
  On 6/19/06, Roxanne Sandesara [EMAIL PROTECTED] wrote:
   I disabled SELinux and attempted the install again, with the same
   result.
  
   On Jun 19, 2006, at 1:09 PM, Fernando Azevedo wrote:
  
Hi!
   
I have felt some problems in Fedora Core 5 due to SELinux. 
Do you

have it installed? If you do I'd recomend that either you spend
some (lotsof) time reading the documentation and properly
configuring it or, as I did, just disable it...
   
Regards,
FA
   
   

   
De: Roxanne Sandesara [mailto:[EMAIL PROTECTED]
Enviada: seg 19-06-2006 17:26
Para: qmailtoaster-list@qmailtoaster.com
Assunto: [qmailtoaster] Installation Error: Vpopmail user, 
vchkpw

group
   
   
   
I am trying to install Qmail-toaster on a Fedora Core 5 box, 
and

started by using the automated scripts. All of the downloads
  completed
successfully. The first two packages installed without any
problems.
The Vpopmail package install fails, with the following error:
   
checking vpopmail configure options... ok
checking whether we can locate the qmail directory... yes
checking whether we can locate the qmail-newu program... yes
checking whether we can locate the qmail-inject program... yes
checking whether we can locate the qmail-newmrh program... yes
checking for valid vpopmail user and group... yes
checking whether password file entry for the vpopmail user
exists...
No vpopmail user found.
Please add the vchkpw group and
vpopmail user. Then run configure again
no
configure: error: Could not compile and run even a trivial 
ANSI C

program - check CC.
error: Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
   
   
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.81274 (%build)
error: File not found by glob: 
/usr/src/redhat/RPMS/i386/vpopmail-

toaster*.rpm
   
Now, I have checked, with filters turned off, and the system is
currect: the user and group do not exist. But I don't know what
settings need to be set for the user or the group, and could 
not

easily find that information on the Wiki site or the FAQ. If
someone
could tell me what needs to be set for the user and the group -
  whole
command lines would be nice, but I can puzzle it out given
  reasonable
clues - I would really appreciate it. Or, pointing me to a site
with
documentation that lays out what I need to do would be equally
valid
and appreciated.
   






--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Roxanne Sandesara

That command fails, because there is no RPM in that directory, because
the build of the RPM fails, which is where I started when I got into
all of this and started asking for help. In hopes that I might somehow
be able to move forward, here, I am quoing the following from below:

rpmbuild --rebuild --with fdr50
/root/Desktop/qmail/vpopmail-toaster-5.4.13-1.3.1.src.rpm
Installing /root/Desktop/qmail/vpopmail-toaster-5.4.13-1.3.1.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.15176
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf vpopmail-5.4.13
+ /usr/bin/bzip2 -dc /usr/src/redhat/SOURCES/vpopmail-5.4.13.tar.bz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd vpopmail-5.4.13
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (vpopmail-5.4.13.patch.bz2):'
Patch #0 (vpopmail-5.4.13.patch.bz2):
+ /usr/bin/bzip2 -d
+ patch -p0 -s
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ '[' -f /var/tmp/vpopmail-5.4.13-gcc ']'
+ rm -f /var/tmp/vpopmail-5.4.13-gcc
+ echo gcc
+ '[' -f /var/tmp/vpopmail-5.4.13-show_flags ']'
+ cat
+ chmod u+x /var/tmp/vpopmail-5.4.13-show_flags
+ /var/tmp/vpopmail-5.4.13-show_flags


RPM RELEASE: vpopmail-toaster-5.4.13-1.3.1
OS TYPE IS : Fedora Core 5 Linux
BUILD DATE : Mon Jun 05 2006
CCFLAGS: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables
LDFLAGS: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables


+ '[' -f /var/tmp/vpopmail-5.4.13-show_flags ']'
+ rm -f /var/tmp/vpopmail-5.4.13-show_flags
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.63450
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd vpopmail-5.4.13
+ LANG=C
+ export LANG
+ unset DISPLAY
+ '[' -n /var/tmp/vpopmail-toaster-5.4.13-root -a
/var/tmp/vpopmail-toaster-5.4.13-root '!=' / ']'
+ rm -rf /var/tmp/vpopmail-toaster-5.4.13-root
+ mkdir -p /var/tmp/vpopmail-toaster-5.4.13-root
+ '[' -f /var/qmail/bin/vpopfake ']'
+ rm -fR /var/qmail
+ '[' -f /var/qmail/bin/qmail-newu ']'
+ mkdir /var/qmail
+ mkdir /var/qmail/bin
+ touch /var/qmail/bin/qmail-newu
+ touch /var/qmail/bin/qmail-inject
+ touch /var/qmail/bin/qmail-newmrh
+ touch /var/qmail/bin/vpopfake
++ /usr/bin/id -g vchkpw
+ '[' -z '' ']'
+ /usr/sbin/groupadd -g 89 -r vchkpw
groupadd: GID 89 is not unique
+ :
++ /usr/bin/id -u vpopmail
+ '[' -z '' ']'
+ /usr/sbin/useradd -u 89 -r -M -d /home/vpopmail -s /sbin/nologin -c
'Vpopmail User' -g vchkpw vpopmail
useradd: unknown group vchkpw
+ :
+ ./configure --prefix=/home/vpopmail --enable-vpopuser=vpopmail
--enable-vpopgroup=vchkpw --enable-libdir=/usr/lib/mysql
--disable-roaming-users --enable-tcprules-prog=/usr/bin/tcprules
--enable-tcpserver-file=/etc/tcprules.d/tcp.smtp
--enable-make-seekable --enable-clear-passwd --disable-users-big-dir
--enable-qmail-ext --disable-ip-alias-domains
--enable-auth-module=mysql --disable-passwd --enable-logging=v
--enable-log-name=vpopmail --disable-mysql-limits --enable-valias
--disable-many-domains
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 

Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Erik Espinoza

Looks like the key points to missing gcc. Have you run through the
dependencies script?

On 6/19/06, Roxanne Sandesara [EMAIL PROTECTED] wrote:

That command fails, because there is no RPM in that directory, because
the build of the RPM fails, which is where I started when I got into
all of this and started asking for help. In hopes that I might somehow
be able to move forward, here, I am quoing the following from below:

rpmbuild --rebuild --with fdr50
/root/Desktop/qmail/vpopmail-toaster-5.4.13-1.3.1.src.rpm
Installing /root/Desktop/qmail/vpopmail-toaster-5.4.13-1.3.1.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.15176
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf vpopmail-5.4.13
+ /usr/bin/bzip2 -dc /usr/src/redhat/SOURCES/vpopmail-5.4.13.tar.bz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd vpopmail-5.4.13
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (vpopmail-5.4.13.patch.bz2):'
Patch #0 (vpopmail-5.4.13.patch.bz2):
+ /usr/bin/bzip2 -d
+ patch -p0 -s
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ '[' -f /var/tmp/vpopmail-5.4.13-gcc ']'
+ rm -f /var/tmp/vpopmail-5.4.13-gcc
+ echo gcc
+ '[' -f /var/tmp/vpopmail-5.4.13-show_flags ']'
+ cat
+ chmod u+x /var/tmp/vpopmail-5.4.13-show_flags
+ /var/tmp/vpopmail-5.4.13-show_flags


 RPM RELEASE: vpopmail-toaster-5.4.13-1.3.1
 OS TYPE IS : Fedora Core 5 Linux
 BUILD DATE : Mon Jun 05 2006
 CCFLAGS: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables
 LDFLAGS: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables


+ '[' -f /var/tmp/vpopmail-5.4.13-show_flags ']'
+ rm -f /var/tmp/vpopmail-5.4.13-show_flags
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.63450
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd vpopmail-5.4.13
+ LANG=C
+ export LANG
+ unset DISPLAY
+ '[' -n /var/tmp/vpopmail-toaster-5.4.13-root -a
/var/tmp/vpopmail-toaster-5.4.13-root '!=' / ']'
+ rm -rf /var/tmp/vpopmail-toaster-5.4.13-root
+ mkdir -p /var/tmp/vpopmail-toaster-5.4.13-root
+ '[' -f /var/qmail/bin/vpopfake ']'
+ rm -fR /var/qmail
+ '[' -f /var/qmail/bin/qmail-newu ']'
+ mkdir /var/qmail
+ mkdir /var/qmail/bin
+ touch /var/qmail/bin/qmail-newu
+ touch /var/qmail/bin/qmail-inject
+ touch /var/qmail/bin/qmail-newmrh
+ touch /var/qmail/bin/vpopfake
++ /usr/bin/id -g vchkpw
+ '[' -z '' ']'
+ /usr/sbin/groupadd -g 89 -r vchkpw
groupadd: GID 89 is not unique
+ :
++ /usr/bin/id -u vpopmail
+ '[' -z '' ']'
+ /usr/sbin/useradd -u 89 -r -M -d /home/vpopmail -s /sbin/nologin -c
'Vpopmail User' -g vchkpw vpopmail
useradd: unknown group vchkpw
+ :
+ ./configure --prefix=/home/vpopmail --enable-vpopuser=vpopmail
--enable-vpopgroup=vchkpw --enable-libdir=/usr/lib/mysql
--disable-roaming-users --enable-tcprules-prog=/usr/bin/tcprules
--enable-tcpserver-file=/etc/tcprules.d/tcp.smtp
--enable-make-seekable --enable-clear-passwd --disable-users-big-dir
--enable-qmail-ext --disable-ip-alias-domains
--enable-auth-module=mysql --disable-passwd --enable-logging=v
--enable-log-name=vpopmail --disable-mysql-limits --enable-valias
--disable-many-domains
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 

Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Roxanne Sandesara

I just did. Then attempted the install again. I got the following.
PLEASE notice that GCC is up and working and has no problems on this
system. The ONLY failure in the running of the build of the Source RPM
is in the creation/identification of the vpopmail user and the vchkpw
group. THIS is why I need /that/ information.

Installing vpopmail-toaster-5.4.13-1.3.1.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.81637
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf vpopmail-5.4.13
+ /usr/bin/bzip2 -dc /usr/src/redhat/SOURCES/vpopmail-5.4.13.tar.bz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd vpopmail-5.4.13
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (vpopmail-5.4.13.patch.bz2):'
Patch #0 (vpopmail-5.4.13.patch.bz2):
+ /usr/bin/bzip2 -d
+ patch -p0 -s
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ '[' -f /var/tmp/vpopmail-5.4.13-gcc ']'
+ rm -f /var/tmp/vpopmail-5.4.13-gcc
+ echo gcc
+ '[' -f /var/tmp/vpopmail-5.4.13-show_flags ']'
+ cat
+ chmod u+x /var/tmp/vpopmail-5.4.13-show_flags
+ /var/tmp/vpopmail-5.4.13-show_flags


RPM RELEASE: vpopmail-toaster-5.4.13-1.3.1
OS TYPE IS : Fedora Core 5 Linux
BUILD DATE : Mon Jun 05 2006
CCFLAGS: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables
LDFLAGS: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables


+ '[' -f /var/tmp/vpopmail-5.4.13-show_flags ']'
+ rm -f /var/tmp/vpopmail-5.4.13-show_flags
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.32650
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd vpopmail-5.4.13
+ LANG=C
+ export LANG
+ unset DISPLAY
+ '[' -n /var/tmp/vpopmail-toaster-5.4.13-root -a
/var/tmp/vpopmail-toaster-5.4.13-root '!=' / ']'
+ rm -rf /var/tmp/vpopmail-toaster-5.4.13-root
+ mkdir -p /var/tmp/vpopmail-toaster-5.4.13-root
+ '[' -f /var/qmail/bin/vpopfake ']'
+ rm -fR /var/qmail
+ '[' -f /var/qmail/bin/qmail-newu ']'
+ mkdir /var/qmail
+ mkdir /var/qmail/bin
+ touch /var/qmail/bin/qmail-newu
+ touch /var/qmail/bin/qmail-inject
+ touch /var/qmail/bin/qmail-newmrh
+ touch /var/qmail/bin/vpopfake
++ /usr/bin/id -g vchkpw
+ '[' -z '' ']'
+ /usr/sbin/groupadd -g 89 -r vchkpw
groupadd: GID 89 is not unique
+ :
++ /usr/bin/id -u vpopmail
+ '[' -z '' ']'
+ /usr/sbin/useradd -u 89 -r -M -d /home/vpopmail -s /sbin/nologin -c
'Vpopmail User' -g vchkpw vpopmail
useradd: unknown group vchkpw
+ :
+ ./configure --prefix=/home/vpopmail --enable-vpopuser=vpopmail
--enable-vpopgroup=vchkpw --enable-libdir=/usr/lib/mysql
--disable-roaming-users --enable-tcprules-prog=/usr/bin/tcprules
--enable-tcpserver-file=/etc/tcprules.d/tcp.smtp
--enable-make-seekable --enable-clear-passwd --disable-users-big-dir
--enable-qmail-ext --disable-ip-alias-domains
--enable-auth-module=mysql --disable-passwd --enable-logging=v
--enable-log-name=vpopmail --disable-mysql-limits --enable-valias
--disable-many-domains
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 

Re: [qmailtoaster] Installation Error: Vpopmail user, vchkpw group

2006-06-19 Thread Roxanne Sandesara

OK. I just found the error:

++ /usr/bin/id -g vchkpw
+ '[' -z '' ']'
+ /usr/sbin/groupadd -g 89 -r vchkpw
groupadd: GID 89 is not unique
+ :
++ /usr/bin/id -u vpopmail
+ '[' -z '' ']'
+ /usr/sbin/useradd -u 89 -r -M -d /home/vpopmail -s /sbin/nologin -c
'Vpopmail User' -g vchkpw vpopmail
useradd: unknown group vchkpw
+ :


So what I need to know is: do I /need/ this group to be group ID #89?
Because #89 on my system at this point is the postfix user group. The
user is not being created because the group is failing. I really don't
know what to do at this point. I don't know how far-reaching the
implications could be. I could try to create the group and the user
independantly. But I don't know if the script will pick them up and
use them, or if it will just /keep/ trying to create them, and keep
failing. Please advise.




On 6/19/06, Roxanne Sandesara [EMAIL PROTECTED] wrote:

I just did. Then attempted the install again. I got the following.
PLEASE notice that GCC is up and working and has no problems on this
system. The ONLY failure in the running of the build of the Source RPM
is in the creation/identification of the vpopmail user and the vchkpw
group. THIS is why I need /that/ information.

Installing vpopmail-toaster-5.4.13-1.3.1.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.81637
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf vpopmail-5.4.13
+ /usr/bin/bzip2 -dc /usr/src/redhat/SOURCES/vpopmail-5.4.13.tar.bz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd vpopmail-5.4.13
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (vpopmail-5.4.13.patch.bz2):'
Patch #0 (vpopmail-5.4.13.patch.bz2):
+ /usr/bin/bzip2 -d
+ patch -p0 -s
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ '[' -f /var/tmp/vpopmail-5.4.13-gcc ']'
+ rm -f /var/tmp/vpopmail-5.4.13-gcc
+ echo gcc
+ '[' -f /var/tmp/vpopmail-5.4.13-show_flags ']'
+ cat
+ chmod u+x /var/tmp/vpopmail-5.4.13-show_flags
+ /var/tmp/vpopmail-5.4.13-show_flags


 RPM RELEASE: vpopmail-toaster-5.4.13-1.3.1
 OS TYPE IS : Fedora Core 5 Linux
 BUILD DATE : Mon Jun 05 2006
 CCFLAGS: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables
 LDFLAGS: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables


+ '[' -f /var/tmp/vpopmail-5.4.13-show_flags ']'
+ rm -f /var/tmp/vpopmail-5.4.13-show_flags
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.32650
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd vpopmail-5.4.13
+ LANG=C
+ export LANG
+ unset DISPLAY
+ '[' -n /var/tmp/vpopmail-toaster-5.4.13-root -a
/var/tmp/vpopmail-toaster-5.4.13-root '!=' / ']'
+ rm -rf /var/tmp/vpopmail-toaster-5.4.13-root
+ mkdir -p /var/tmp/vpopmail-toaster-5.4.13-root
+ '[' -f /var/qmail/bin/vpopfake ']'
+ rm -fR /var/qmail
+ '[' -f /var/qmail/bin/qmail-newu ']'
+ mkdir /var/qmail
+ mkdir /var/qmail/bin
+ touch /var/qmail/bin/qmail-newu
+ touch /var/qmail/bin/qmail-inject
+ touch /var/qmail/bin/qmail-newmrh
+ touch /var/qmail/bin/vpopfake
++ /usr/bin/id -g vchkpw
+ '[' -z '' ']'
+ /usr/sbin/groupadd -g 89 -r vchkpw
groupadd: GID 89 is not unique
+ :
++ /usr/bin/id -u vpopmail
+ '[' -z '' ']'
+ /usr/sbin/useradd -u 89 -r -M -d /home/vpopmail -s /sbin/nologin -c
'Vpopmail User' -g vchkpw vpopmail
useradd: unknown group vchkpw
+ :
+ ./configure --prefix=/home/vpopmail --enable-vpopuser=vpopmail
--enable-vpopgroup=vchkpw --enable-libdir=/usr/lib/mysql
--disable-roaming-users --enable-tcprules-prog=/usr/bin/tcprules
--enable-tcpserver-file=/etc/tcprules.d/tcp.smtp
--enable-make-seekable --enable-clear-passwd --disable-users-big-dir
--enable-qmail-ext --disable-ip-alias-domains
--enable-auth-module=mysql --disable-passwd --enable-logging=v
--enable-log-name=vpopmail --disable-mysql-limits --enable-valias
--disable-many-domains
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... 

[qmailtoaster] duplicate emails

2006-06-19 Thread fajarpri
Hi all,
I have a strange situation lately where certain email account gets
double/duplicate emails. This only happens to certain email accounts.
All other accounts are ok. The only thing that similar to those error
accounts are: they were over quota, then I increased the quota.
Have anybody experienced this?
Thanks.

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] duplicate emails

2006-06-19 Thread Roxanne Sandesara

Actually, I have run into something like this, but it had nothing to
do with the e-mail server. In that case, I had a user who was using MS
Outlook that had begun to experience this. The only solution I was
able to find for that user was to back up their PST, wipe the entire
system and rebuild, thanks to the hooks in Windows of any variety that
prevent one from actually uninstalling and then re-installing OE or MS
Outlook. If you run a search on the Support forums for MS, you'll find
articles delineating this. It happens when a certain hidden database
file key gets corrupted, so that the software can no longer accurately
distinguish whether or not it has already picked up a given e-mail
message. I don't know that to be the problem you are having, but I did
think I should mention it may not be the server at all.

There is also the possibility that if it is server-side, the same
address might be getting the message both as itself, and as one of its
aliases.

On 6/19/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Hi all,
I have a strange situation lately where certain email account gets
double/duplicate emails. This only happens to certain email accounts.
All other accounts are ok. The only thing that similar to those error
accounts are: they were over quota, then I increased the quota.
Have anybody experienced this?
Thanks.

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]