[toaster] How to combine the chkuser.patch and the qmail-toaster-0.5

2003-11-10 Thread Jens Gassmann
Hi,

i tried to install latest vpopmail and qmail 1.03. chkuser.patch 
requieres an installed vpopmail and vpopmail requires a install qmail.

How to install both?

regards,

jens



Re: [toaster] How to combine the chkuser.patch and the qmail-toaster-0.5

2003-11-10 Thread Tom Collins
On Monday, November 10, 2003, at 07:06  PM, Jens Gassmann wrote:
i tried to install latest vpopmail and qmail 1.03. chkuser.patch 
requieres an installed vpopmail and vpopmail requires a install qmail.

How to install both?
Install unpatched qmail, then vpopmail, then patch qmail and 
recompile/install it.

--
Tom Collins  -  [EMAIL PROTECTED]
Note: The Tom Logic offices will be closed through November 18.
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [toaster] Merging 2 qmail servers

2003-11-10 Thread Jason 'XenoPhage' Frisvold
On Sun, 2003-11-09 at 22:28, John Johnson wrote:
>  I would I merge the user database from one qmail server to another
> one that allready
> has users on it. They both use vpopmail + MySQL  for the user account
> info.  I would
> like to move all that info from Server A to server B with the accounts
> that are allready
> on Server B, Any ideas?

Personally, I'd toss together a quick script to read all of the info
from the database on the old server and add it to the new server via the
vadddomain/vadduser commands for vpopmail.  Then I'd use another script
to copy over any existing mail...

Make sure you move the IP of the old server to the new one (at least
temporarily while DNS propogates)
 
> -John
>  
-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
MySQL Core Certified - ID# 205982910
---
"Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming."


signature.asc
Description: This is a digitally signed message part


[toaster] Forwarding

2003-11-10 Thread Jason 'XenoPhage' Frisvold
Hi all,

Not sure if this is a proper question for the list, but you've all been
very helpful in the past.

I installed qmail on a new server.  This server is not intended to be a
mail server, but I hate sendmail with a passion and I'd rather not use
it if I can use qmail instead.  My problem, however, is this ...  This
server is heavily firewalled, *and* is on a private subnet.  It has
access to the public subnet, but does not (and should never) have access
directly to the internet.  However, I need to be able to send mail to
internet users.  So, my answer to that is to use qmail to forward the
mail to a legitimate mail server.  I'm hoping that in the process, it
will queue mail that is not sent because of network or mail server
problems.

So, how do I tell qmail to forward all email to another server?  Is
this even possible?

Thanks!

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
MySQL Core Certified - ID# 205982910
---
"Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming."


signature.asc
Description: This is a digitally signed message part


Re: [toaster] How to combine the chkuser.patch and the qmail-toaster-0.5

2003-11-10 Thread John Johnson
 Install the toaster WITH OUT the chkuser patch then patch qmail with it and
do
another make and make setup.  That's how I had to do mine and it works like
a charm.  Also if you use tmda http://www.tmda.net  Bill has a new chkuser
patch
for that as well.

-John

- Original Message - 
From: "Jens Gassmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 10, 2003 12:06 AM
Subject: [toaster] How to combine the chkuser.patch and the
qmail-toaster-0.5


> Hi,
>
> i tried to install latest vpopmail and qmail 1.03. chkuser.patch
> requieres an installed vpopmail and vpopmail requires a install qmail.
>
> How to install both?
>
>
> regards,
>
> jens
>
>



Re: [toaster] Forwarding

2003-11-10 Thread John Johnson
I think if you read the man page for qmail-remote you might find your
answer. I am not good at explaining this stuff..  man qmail-remote.

-John

- Original Message - 
From: "Jason 'XenoPhage' Frisvold" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 10, 2003 7:39 AM
Subject: [toaster] Forwarding




Re: [toaster] Forwarding

2003-11-10 Thread Jason 'XenoPhage' Frisvold
On Mon, 2003-11-10 at 11:13, John Johnson wrote:
> I think if you read the man page for qmail-remote you might find your
> answer. I am not good at explaining this stuff..  man qmail-remote.

Thanks..  looks like I need to use smtproutes...  Not sure if I have it
working or not yet, but thanks!  :)

> -John
> 
> - Original Message - 
> From: "Jason 'XenoPhage' Frisvold" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, November 10, 2003 7:39 AM
> Subject: [toaster] Forwarding
-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
MySQL Core Certified - ID# 205982910
---
"Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming."


signature.asc
Description: This is a digitally signed message part


Re: [toaster] Forwarding

2003-11-10 Thread Jason 'XenoPhage' Frisvold
On Mon, 2003-11-10 at 11:28, Jason 'XenoPhage' Frisvold wrote:
> Thanks..  looks like I need to use smtproutes...  Not sure if I have it
> working or not yet, but thanks!  :)

Aha!  Got it...  I forgot that it would look up the MX record and use
that...  Our primary and secondary MX records point to postini (working
on switching to spamassassin and panda anti-virus) ...  Switching to the
IP of the mail server made this work ...

Excellent...  Perfect...  Exactly what I wanted..  Thanks!

> > -John

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
MySQL Core Certified - ID# 205982910
---
"Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming."


signature.asc
Description: This is a digitally signed message part


Re: [toaster] Forwarding

2003-11-10 Thread John Johnson
 Glad I was able to help.

-John

- Original Message - 
From: "Jason 'XenoPhage' Frisvold" <[EMAIL PROTECTED]>
To: "John Johnson" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, November 10, 2003 8:33 AM
Subject: Re: [toaster] Forwarding