[qmailtoaster] IPv6 patch!

2008-02-06 Thread Sérgio Costa

I search the list for IPv6 and found this question from [EMAIL PROTECTED] 
without an answer.

[EMAIL PROTECTED] writes this:

/I look into qmail-toaster files ant it looks like there is no any ipv6 
patch for qmail inside./


/So is there any plans to add patch for ipv6 into 1.3 branch (at least 
for testing purposes for future) or we can see this only in upcoming 1.4 
branch?/


So are there any plans for implementing this patch?

--

Sérgio Costa

http://www.ci.ipca.pt



[qmailtoaster] Local email problem, again

2008-02-06 Thread [EMAIL PROTECTED]
Is there some simple means by which to allow any and all email to go in/out
from local domains? I have those in my tcp.smtp file yet I'm having endless
problems trying to get email out from web servers and user to user.

Mike



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



Re: [qmailtoaster] Local email problem, again

2008-02-06 Thread [EMAIL PROTECTED]
I added the web server into my local named service and the user 'noreply' into
the proper domain. Now it seems to make it out but I've yet to see it come in
on gmail.

2008-02-06 11:04:27.898639500 CHKUSER accepted sender: from
[EMAIL PROTECTED]:: remote cweb40.domain.com:unknown:192.168.1.40 rcpt 
: sender accepted

2008-02-06 11:04:27.910617500 CHKUSER relaying rcpt:
from[EMAIL PROTECTED]:: remote cweb40.domain.com:unknown:192.168.1.40
rcpt [EMAIL PROTECTED] : client allowed to relay

2008-02-06 11:04:27.918399500 qmail-smtpd: qq hard reject (qmail-dk: Couldn't
read signature file for signing. (#5.3.0
)): MAILFROM:[EMAIL PROTECTED] RCPTTO:[EMAIL PROTECTED]

2008-02-06 11:04:27.996659500 CHKUSER accepted null sender: from :: remote
cweb40.domain.com:unknown:192.168.1.40 rcpt  : accepted null sender always

2008-02-06 11:04:28.022516500 CHKUSER accepted rcpt: from :: remote
cweb40.domain.com:unknown:192.168.1.40 rcpt [EMAIL PROTECTED] : found
existing recipient



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



Re: [qmailtoaster] Local email problem, again

2008-02-06 Thread [EMAIL PROTECTED]
On Wed, 6 Feb 2008 10:16:31 -0600, [EMAIL PROTECTED] wrote:
 Is there some simple means by which to allow any and all email to go in/out
 from local domains? I have those in my tcp.smtp file yet I'm having endless
 problems trying to get email out from web servers and user to user.

My tcp.smtp should allow for all local nets. I'm still having what I think are
local DNS issues again, is this correct?

# more tcp.smtp
127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBL
SMTPD=,NOP0FCHECK=1

192.168.1.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/privat
e,RBLSMTPD=,NOP0FCHECK=1
xx.xx.xx.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private
,RBLSMTPD=,NOP0FCHECK=1

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUS
ER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/si
mscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1

Yet, I'm getting;

2008-02-06 10:43:38.221173500 CHKUSER accepted sender: from
[EMAIL PROTECTED]:: remote cweb40.domain.com:unknown:192.168.1.40 rcpt 
: sender accepted
2008-02-06 10:43:41.230772500 CHKUSER relaying rcpt: from
[EMAIL PROTECTED]:: remote cweb40.domain.com:unknown:192.168.1.40 rcpt
[EMAIL PROTECTED] : client allowed to relay
2008-02-06 10:43:41.238798500 qmail-smtpd: qq hard reject (qmail-dk: Couldn't
read signature file for signing. (#5.3.0))
: MAILFROM:[EMAIL PROTECTED] RCPTTO:[EMAIL PROTECTED]
2008-02-06 10:43:41.314319500 CHKUSER accepted null sender: from :: remote
cweb40.domain.com:unknown:192.168.1.40 rcpt  : accepted null sender always
2008-02-06 10:43:41.339064500 CHKUSER rejected rcpt: from :: remote
cweb40.domain.com:unknown:192.168.1.40 rcpt
[EMAIL PROTECTED] : not existing recipient

I have that web server in my local DNS and thought I was allowing all local
email in/out? Anyone see anything obvious?

Mike



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



Re: [qmailtoaster] Local email problem, again - fixed

2008-02-06 Thread [EMAIL PROTECTED]
I added the email address to the domain, I added the web servers to the local
dns and that seems to have fixed things.




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



[qmailtoaster] Local email problem, again - new problem

2008-02-06 Thread [EMAIL PROTECTED]
Back at this yet again. Can someone explain to me what's going on? I've added
the domain but does it mean I need to add every user that will send from
inside my network, even machines, dummy accounts used for confirmation emails
and so on?

2008-02-06 13:13:39.837259500 CHKUSER rejected sender: from
[EMAIL PROTECTED]:: remote compdev.domain
.com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

2008-02-06 13:13:40.049016500 CHKUSER rejected sender: from
[EMAIL PROTECTED]:: remote
compdev.domain.com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

In this case, is it refusing apache as the user? The machine compdev is in my
local DNS. That machine can send using other names. Is the word apache
special?

Mike



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



Re: [qmailtoaster] Local email problem, again - new problem

2008-02-06 Thread Eric Shubes
[EMAIL PROTECTED] wrote:
 Back at this yet again. Can someone explain to me what's going on? I've added 
 the domain but does it mean I need to add every user that will send from 
 inside my network, even machines, dummy accounts used for confirmation emails 
 and so on?
 
 2008-02-06 13:13:39.837259500 CHKUSER rejected sender: from 
 [EMAIL PROTECTED]:: remote compdev.domain
 .com:unknown:192.168.1.58 rcpt  : invalid sender MX domain
 
 2008-02-06 13:13:40.049016500 CHKUSER rejected sender: from 
 [EMAIL PROTECTED]:: remote 
 compdev.domain.com:unknown:192.168.1.58 rcpt  : invalid sender MX domain
 
 In this case, is it refusing apache as the user? The machine compdev is in my 
 local DNS. That machine can send using other names. Is the word apache 
 special?
 
 Mike
 

Looks to me like there is not a valid MX record in DNS for the domain.
# dig compdev.domain.com MX
(from the toaster) will probably fail, but should not.

-- 
-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] Local email problem, again - new problem

2008-02-06 Thread [EMAIL PROTECTED]
 2008-02-06 13:13:39.837259500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote compdev.domain
 .com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

 2008-02-06 13:13:40.049016500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote
 compdev.domain.com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

Someone had suggested a change in my sendmail.mc file to allow for multiple
domains on the web servers? I can't seem to find that message. I don't want
the name of the server in the address so how can I modify this?

Mike



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



Re: [qmailtoaster] Local email problem, again - new problem

2008-02-06 Thread Eric Shubes
[EMAIL PROTECTED] wrote:
 2008-02-06 13:13:39.837259500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote compdev.domain
 .com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

 2008-02-06 13:13:40.049016500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote
 compdev.domain.com:unknown:192.168.1.58 rcpt  : invalid sender MX domain
 
 Someone had suggested a change in my sendmail.mc file to allow for multiple 
 domains on the web servers? I can't seem to find that message. I don't want 
 the name of the server in the address so how can I modify this?
 
 Mike
 

http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg17036.html ?

-- 
-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] Local email problem, again - new problem

2008-02-06 Thread [EMAIL PROTECTED]
To prevent the machine name from showing up on a multi-domain server, edit
/etc/mail/sendmail.mc and remove any static domain names. Basically, it seems
to work with the default settings just fine.

Then run; (depending on your machine)

m4 /etc/mail/sendmail.mc  /etc/mail/sendmail.cf

to rebuild the mc file into the new cf file, restart sendmail. So far, seems
to have resolved the problem.

Mike




On Wed, 6 Feb 2008 13:41:54 -0600, [EMAIL PROTECTED] wrote:
 2008-02-06 13:13:39.837259500 CHKUSER rejected sender: from

 [EMAIL PROTECTED]:: remote compdev.domain
 .com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

 2008-02-06 13:13:40.049016500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote
 compdev.domain.com:unknown:192.168.1.58 rcpt  : invalid sender MX
 domain

 Someone had suggested a change in my sendmail.mc file to allow for multiple
 domains on the web servers? I can't seem to find that message. I don't want
 the name of the server in the address so how can I modify this?

 Mike


 -
 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] Local email problem, again - new problem

2008-02-06 Thread [EMAIL PROTECTED]
Thanks. That was it alright. Got it in my notes now.

On Wed, 06 Feb 2008 12:50:47 -0700, [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:

 2008-02-06 13:13:39.837259500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote compdev.domain
 .com:unknown:192.168.1.58 rcpt  : invalid sender MX domain

 2008-02-06 13:13:40.049016500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote
 compdev.domain.com:unknown:192.168.1.58 rcpt  : invalid sender MX
 domain

 Someone had suggested a change in my sendmail.mc file to allow for
 multiple
 domains on the web servers? I can't seem to find that message. I don't
 want
 the name of the server in the address so how can I modify this?

 Mike


 http://www.mail-archive.com/qmailtoaster-
 [EMAIL PROTECTED]/msg17036.html ?




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



Re: [qmailtoaster] Local email problem, again - new problem

2008-02-06 Thread [EMAIL PROTECTED]
 Looks to me like there is not a valid MX record in DNS for the domain.
 # dig compdev.domain.com MX
 (from the toaster) will probably fail, but should not.

It turns out to be the sendmail.mc file having the domain in there. As a
multi-domain machine, it was messing things up.

Mike




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



[qmailtoaster] problems sending to 1 exchange server

2008-02-06 Thread David Campbell
I have a feeling this is the exchange servers problem, but I was wondering
if anyone could help me with some insight into this issue

Whenever I try and send mail to it, I get this error

Hi. This is the qmail-send program at
###MY_QMAILTOASTER!!!http://mta2.lan2go.net.au/
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

[EMAIL PROTECTED]:
TLS connect failed; connected to ###BAD_EXCHANGE_SERVERS_IP###
I'm not going to try again; this message has been in the queue too long.

and ideas?

this qmailtoaster is a completely standard Centos 4.3 install as per
qmailtoaster instruction guide

-- 
David Campbell


E: [EMAIL PROTECTED]
W: http://www.bigbighuge.com

The information in this E-mail and any attachments is confidential. It is
intended solely for the attention and use of the named addressee(s). If you
are not the intended recipient, or person responsible for delivering this
information to the intended recipient, please notify the sender immediately.
Unless you are the intended recipient or his/her representative you are not
authorised to, and must not read, copy, distribute, use or retain this
message or any part of it. Opinions, conclusions and other information
expressed in this message are not given or endorsed by the sender unless
otherwise indicated by an authorised officer independent of this message.

...when was the last time you did a backup?...


Re: [qmailtoaster] problems sending to 1 exchange server

2008-02-06 Thread Eric Shubes
David Campbell wrote:
 I have a feeling this is the exchange servers problem, but I was
 wondering if anyone could help me with some insight into this issue
 
 Whenever I try and send mail to it, I get this error
 
 Hi. This is the qmail-send program at ###MY_QMAILTOASTER!!!
 http://mta2.lan2go.net.au/
 I'm afraid I wasn't able to deliver your message to the following addresses.
 This is a permanent error; I've given up. Sorry it didn't work out.
 
 [EMAIL PROTECTED]:
 TLS connect failed; connected to ###BAD_EXCHANGE_SERVERS_IP###
 I'm not going to try again; this message has been in the queue too long.
 
 and ideas?
 
 this qmailtoaster is a completely standard Centos 4.3 install as per
 qmailtoaster instruction guide
 
 -- 
 David Campbell
 

Any hints in the send log?

qmail-send appears to be unable to establish a TLS connection with the
exchange server (am I stating the obvious?).

Why is it attempting to establish a TLS (secure) connection?

-- 
-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] problems sending to 1 exchange server

2008-02-06 Thread David Campbell
yeah thats what I dont understand, this is the only server it has issues
with, I have access to the server via mstsc and I have checked its smtp
server and it definitely does not require TLS and doesn't even have a cert
installed, they are however running GFI mailessentials and that does
something with the smtp service utilizing, as far as I can tell, BLACK MAGIC

I checked the smtp log on the qmailtoaster and nothing is really standing
out

@400047aa25b30e6bbbfc tcpserver: pid 23200 from 218.185.4.140
@400047aa25b30e6beadc tcpserver: ok 23200
mta2.lan2go.net.au:218.185.6.102:25
:218.185.4.140::2769
@400047aa25b31cb83dd4 CHKUSER accepted sender: from 
[EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
rmshp:unknown:218.185.4.140 rcpt  : sender accepted
@400047aa25b404e6a18c CHKUSER relaying rcpt: from 
[EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
rmshp:unknown:218.185.4.140 rcpt [EMAIL PROTECTED] : client
allowed to relay
@400047aa25b40a8bda1c CHKUSER accepted rcpt: from 
[EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
rmshp:unknown:218.185.4.140 rcpt [EMAIL PROTECTED] : found
existing recipient
@400047aa25b412168bec CHKUSER relaying rcpt: from 
[EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
rmshp:unknown:218.185.4.140 rcpt [EMAIL PROTECTED] : client
allowed to relay
@400047aa25b41992d63c CHKUSER relaying rcpt: from 
[EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
rmshp:unknown:218.185.4.140 rcpt [EMAIL PROTECTED] : client allowed
to relay

the client got identical TLS bouncebacks for all addresses
@lancare.com.au(the exchange server)


On 07/02/2008, Eric Shubes [EMAIL PROTECTED] wrote:

 David Campbell wrote:
  I have a feeling this is the exchange servers problem, but I was
  wondering if anyone could help me with some insight into this issue
 
  Whenever I try and send mail to it, I get this error
 
  Hi. This is the qmail-send program at ###MY_QMAILTOASTER!!!
  http://mta2.lan2go.net.au/
  I'm afraid I wasn't able to deliver your message to the following
 addresses.
  This is a permanent error; I've given up. Sorry it didn't work out.
 
  [EMAIL PROTECTED]:
  TLS connect failed; connected to ###BAD_EXCHANGE_SERVERS_IP###
  I'm not going to try again; this message has been in the queue too long.
 
  and ideas?
 
  this qmailtoaster is a completely standard Centos 4.3 install as per
  qmailtoaster instruction guide
 
  --
  David Campbell
 

 Any hints in the send log?

 qmail-send appears to be unable to establish a TLS connection with the
 exchange server (am I stating the obvious?).

 Why is it attempting to establish a TLS (secure) connection?

 --
 -Eric 'shubes'

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




-- 
David Campbell


E: [EMAIL PROTECTED]
W: http://www.bigbighuge.com

The information in this E-mail and any attachments is confidential. It is
intended solely for the attention and use of the named addressee(s). If you
are not the intended recipient, or person responsible for delivering this
information to the intended recipient, please notify the sender immediately.
Unless you are the intended recipient or his/her representative you are not
authorised to, and must not read, copy, distribute, use or retain this
message or any part of it. Opinions, conclusions and other information
expressed in this message are not given or endorsed by the sender unless
otherwise indicated by an authorised officer independent of this message.

...when was the last time you did a backup?...


Re: [qmailtoaster] problems sending to 1 exchange server

2008-02-06 Thread Eric Shubes
You won't see much in the smtp (or submission) log. The problem is occurring
on the outbound side of the toaster, which will be in the send log. Is there
any indication there? If not, the only thing I can think of would be to turn
on recordio on the send daemon and see what they're saying to each other.
You can find instructions on using recordio in the list archives. Would be
nice to have that on the wiki.

David Campbell wrote:
 yeah thats what I dont understand, this is the only server it has issues
 with, I have access to the server via mstsc and I have checked its smtp
 server and it definitely does not require TLS and doesn't even have a
 cert installed, they are however running GFI mailessentials and that
 does something with the smtp service utilizing, as far as I can tell,
 BLACK MAGIC
 
 I checked the smtp log on the qmailtoaster and nothing is really
 standing out
 
 @400047aa25b30e6bbbfc tcpserver: pid 23200 from 218.185.4.140
 http://218.185.4.140
 @400047aa25b30e6beadc tcpserver: ok 23200 mta2.lan2go.net.au:218
 http://mta2.lan2go.net.au:218.185.6.102:25 :218.185.4.140::2769
 @400047aa25b31cb83dd4 CHKUSER accepted sender: from
 [EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
 rmshp:unknown:218.185.4.140 http://218.185.4.140 rcpt  : sender
 accepted
 @400047aa25b404e6a18c CHKUSER relaying rcpt: from
 [EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
 rmshp:unknown:218.185.4.140 http://218.185.4.140 rcpt
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] :
 client allowed to relay
 @400047aa25b40a8bda1c CHKUSER accepted rcpt: from
 [EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
 rmshp:unknown:218.185.4.140 http://218.185.4.140 rcpt
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] :
 found existing recipient
 @400047aa25b412168bec CHKUSER relaying rcpt: from
 [EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
 rmshp:unknown:218.185.4.140 http://218.185.4.140 rcpt
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] :
 client allowed to relay
 @400047aa25b41992d63c CHKUSER relaying rcpt: from
 [EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
 rmshp:unknown:218.185.4.140 http://218.185.4.140 rcpt
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] : client
 allowed to relay
 
 the client got identical TLS bouncebacks for all addresses
 @lancare.com.au http://lancare.com.au (the exchange server)
 
 
 On 07/02/2008, *Eric Shubes* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 wrote:
 
 David Campbell wrote:
  I have a feeling this is the exchange servers problem, but I was
  wondering if anyone could help me with some insight into this issue
 
  Whenever I try and send mail to it, I get this error
 
  Hi. This is the qmail-send program at ###MY_QMAILTOASTER!!!
  http://mta2.lan2go.net.au/
  I'm afraid I wasn't able to deliver your message to the following
 addresses.
  This is a permanent error; I've given up. Sorry it didn't work out.
 
  [EMAIL PROTECTED]:
  TLS connect failed; connected to ###BAD_EXCHANGE_SERVERS_IP###
  I'm not going to try again; this message has been in the queue too
 long.
 
  and ideas?
 
  this qmailtoaster is a completely standard Centos 4.3 install as per
  qmailtoaster instruction guide
 
  --
  David Campbell
 
 
 Any hints in the send log?
 
 qmail-send appears to be unable to establish a TLS connection with the
 exchange server (am I stating the obvious?).
 
 Why is it attempting to establish a TLS (secure) connection?
 
 --
 -Eric 'shubes'
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 
 
 
 
 -- 
 David Campbell
 
 
 E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 W: http://www.bigbighuge.com
 
 The information in this E-mail and any attachments is confidential. It
 is intended solely for the attention and use of the named addressee(s).
 If you are not the intended recipient, or person responsible for
 delivering this information to the intended recipient, please notify the
 sender immediately. Unless you are the intended recipient or his/her
 representative you are not authorised to, and must not read, copy,
 distribute, use or retain this message or any part of it. Opinions,
 conclusions and other information expressed in this message are not
 given or endorsed by the sender unless otherwise indicated by an
 authorised officer independent of this message.
 
 ...when was the last time you did a backup?...


-- 
-Eric 'shubes'

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

[qmailtoaster] VQAdmin Problem

2008-02-06 Thread Robert S Galloway

Howdy,

I just installed a new server with the QMT-ISO disc and I'm having  
trouble adding a domain to the server with VQAdmin. The install is  
default, but I have done a qtp-restore with data from my old server.


Basically, when I add the domain with VQAdmin, everything looks like  
it works, but then I go back to view domain and it says that there  
is no postmaster. Also, there is no directory under /home/vpopmail/ 
domains.


Actually, the more I look at this, I think it is a completely hosed  
install. There is no /var/qmail/control folder like my other install.


I'm not really sure where to start troubleshooting this. Can someone  
get me pointed in the right direction?


Thanks, Robert

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