Re: [qmailtoaster] Can't relay from internal servers?

2007-11-06 Thread [EMAIL PROTECTED]
So really, it's looking like I need to create DNS records for all of the
internal machines also then? For internal use only?

I'm thinking this because on the compdev machine, I tried nslookup for itself
and it fails. Am I overlooking a simpler way of doing this? I just need
internal machines to be able to send email out using the QMT machines.

Mike




On Tue, 6 Nov 2007 00:04:56 -0500, Tim Mancour wrote:
 Perhaps a look at

 http://www.nrg4u.com/qmail/the-big-qmail-picture-103-letter.pdf would be
 helpful in answering your latter questions.

 What do you get when you execute the following command on the server that
 gives you the error:
 host -t mx compdev.domain.com

 - Original Message -
 From: [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Monday, November 05, 2007 10:37 PM
 Subject: [qmailtoaster] Can't relay from internal servers?


 I need to send out using a central server. I've set up tcp.smtp to allow a
 full private net but machines on that net still can't send out using the QMT
 machine?

 Here is the error. (domain.com replaces real name)

 2007-11-05 21:31:16.914013500 CHKUSER rejected sender: from
 [EMAIL PROTECTED]:: remote compdev.domain.com:unknown:192.168.1.58
 rcpt  : invalid sender MX domain

 Why would an MX record be used internally? When I check from DNS-STUFF for
 example, my MX's show up just fine.

 PS: It is also not 100% clear to me if my defaulthost and defaultdomain
 files
 should have anything in them. For example, one QMT server handles a number
 of
 domains while another handles only one domain. Neither has these files
 filled
 in based on something I read. Can someone enlighten me on this.

 Thanks.

 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]




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



Re: [qmailtoaster] Can't relay from internal servers?

2007-11-06 Thread [EMAIL PROTECTED]
Ok, I've updated that;

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBL
SMTPD=,NOP0FCHECK=1
192.168.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private
,RBLSMTPD=,NOP0FCHECK=1,SENDER_N
OCHECK=1
x.x.x.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,R
BLSMTPD=,NOP0FCHECK=1,SENDER_
NOCHECK=1
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_W
RONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/
bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1

That last line, that starts with ':', is that it's own line or part of the
last line?

Mike

On Tue, 06 Nov 2007 22:42:14 +0700, PakOgah wrote:
 [EMAIL PROTECTED] wrote:

 you need something like this:
 192.168.1.:allow,RELAYCLIENT=,RBLSMTPD=,SENDER_NOCHECK=1,NOP0FCHE
CK
 =1


 My current setting is;

 192.168.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/priva
te
 ,RBLSMTPD=,NOP0FCHECK=1

 I think it's pretty much out of the box default if I recall?

 Mike


 correct,
 what slamp and I mean is add SENDER_NOCHECK var on your tcp.smtp for
 your local network , so qmt wont complaining if there any emails from
 your local network and it has no MX / A record
 so your tcp.smtp would be like this

 192.168.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/privat
e
 ,RBLSMTPD=,NOP0FCHECK=1,SENDER_NOCHECK=1

 all in one line
 sorry make you confuse, I am not native english


 -
 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] Invalid Sender

2007-11-05 Thread [EMAIL PROTECTED]
2007-11-05 10:00:26.443602500 CHKUSER rejected sender: from [EMAIL 
PROTECTED]:: remote
qmt249.domain.com:unknown:67.98.10.
249 rcpt  : invalid sender address format


What would cause this between QMT servers internally? I seem to be able to
send email to/from the net but not between servers internally?

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] Invalid Sender

2007-11-05 Thread [EMAIL PROTECTED]
On Mon, 5 Nov 2007 16:18:09 -0500, Warren Melnick wrote:
 what does your machine think its hostname and domainname are?  Give the
 output of those 2 commands please.

Hi there and thanks for the help.

On both machines, the host name and domain name are properly set. Yet, when I
send an email between machines, I always get;

2007-11-05 15:26:56.999258500 CHKUSER rejected sender: from [EMAIL 
PROTECTED]:: remote
qmt249.domain.com:unknown:67.98.10
.249 rcpt  : invalid sender address format

PS: domain.com here replaces actual domain name.



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



RE: [qmailtoaster] Invalid Sender

2007-11-05 Thread [EMAIL PROTECTED]
In the defaulthost file, default host or domain?


On Mon, 5 Nov 2007 17:37:55 -0500, Tim Mancour wrote:
 Did you check the /var/qmail/control/defaulthost file? It should contain the

 domain name.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Monday, November 05, 2007 4:29 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Invalid Sender

 On Mon, 5 Nov 2007 16:18:09 -0500, Warren Melnick wrote:
 what does your machine think its hostname and domainname are?  Give
 the output of those 2 commands please.

 Hi there and thanks for the help.

 On both machines, the host name and domain name are properly set. Yet, when
 I send an email between machines, I always get;

 2007-11-05 15:26:56.999258500 CHKUSER rejected sender: from [EMAIL 
 PROTECTED]::
 remote qmt249.domain.com:unknown:67.98.10
 .249 rcpt  : invalid sender address format

 PS: domain.com here replaces actual domain name.


 -
 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] Invalid Sender

2007-11-05 Thread [EMAIL PROTECTED]
PS: From what I read, I didn't fill those two in so default host and domain
are 0 byte.

One host only has one domain while the other hosts multiples.


On Mon, 5 Nov 2007 17:37:55 -0500, Tim Mancour wrote:
 Did you check the /var/qmail/control/defaulthost file? It should contain the

 domain name.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Monday, November 05, 2007 4:29 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Invalid Sender

 On Mon, 5 Nov 2007 16:18:09 -0500, Warren Melnick wrote:
 what does your machine think its hostname and domainname are?  Give
 the output of those 2 commands please.

 Hi there and thanks for the help.

 On both machines, the host name and domain name are properly set. Yet, when
 I send an email between machines, I always get;

 2007-11-05 15:26:56.999258500 CHKUSER rejected sender: from [EMAIL 
 PROTECTED]::
 remote qmt249.domain.com:unknown:67.98.10
 .249 rcpt  : invalid sender address format

 PS: domain.com here replaces actual domain name.


 -
 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] Can't relay from internal servers?

2007-11-05 Thread [EMAIL PROTECTED]
I need to send out using a central server. I've set up tcp.smtp to allow a
full private net but machines on that net still can't send out using the QMT
machine?

Here is the error. (domain.com replaces real name)

2007-11-05 21:31:16.914013500 CHKUSER rejected sender: from
[EMAIL PROTECTED]:: remote compdev.domain.com:unknown:192.168.1.58
rcpt  : invalid sender MX domain

Why would an MX record be used internally? When I check from DNS-STUFF for
example, my MX's show up just fine.

PS: It is also not 100% clear to me if my defaulthost and defaultdomain files
should have anything in them. For example, one QMT server handles a number of
domains while another handles only one domain. Neither has these files filled
in based on something I read. Can someone enlighten me on this.

Thanks.

Mike



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



[qmailtoaster] vQregister and CAPTCHA

2007-10-29 Thread [EMAIL PROTECTED]
So, I got vqregister hooked up and working but now I need some security so
captcha of course is a good basic start.

Because vqregister is a cgi which calls up html, I'm having a hell of a time
getting this to work. Anyone out there willing to help a guy out with this.

I don't mind paying a few bucks if you just want to fix it for me and send me
the working files.

Thanks much.

Mike



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



[qmailtoaster] QMT and vqregister

2007-10-27 Thread [EMAIL PROTECTED]
Anyone using vqregister with their QMT setup?

I'm looking for something that will allow me to let users sign up for their
own email accounts, webmail, possibly POP/IMAP and safely of course.

Mike



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



[qmailtoaster] vqregister security

2007-10-27 Thread [EMAIL PROTECTED]
Looking for someone willing to give me a hand with this. Works fine but
there's not much for security. I could use captcha and a few other little
basic things to make it more secure.

Thanks much.

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] vqregister security

2007-10-27 Thread [EMAIL PROTECTED]
Hi Robert,

I don't see your email or text in this?

On Sat, 27 Oct 2007 15:39:33 -0500, Robert Brown wrote:


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Sat 10/27/2007 2:22 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] vqregister security

 Looking for someone willing to give me a hand with this. Works fine but
 there's not much for security. I could use captcha and a few other little
 basic things to make it more secure.

 Thanks much.

 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]



[qmailtoaster] Problems sending to Yahoo

2007-10-23 Thread [EMAIL PROTECTED]
So, Yahoo seems to be putting me through the loops in allowing our servers to
send email to them.

Their suggestions email include;

-Use VERP to identify the recipient address that has failed.

Has anyone set this up? If not and you are able to send to Yahoo without
problems, what did you do?

-Examine your retry policies for permanent errors.

Emails sent to accounts that do not exist or are over quota should not be
retried. Permanent errors that are retried increase the likelihood that
delivery will not receive the priority it deserves.

Where can I change some of these settings? I know they are likely in the
control files but I don't want to change too many things. The servers work
fine other than being differed by Yahoo all the time. Even AOL accepts our
email so Yahoo is very fussy.

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] Problems sending to Yahoo

2007-10-23 Thread [EMAIL PROTECTED]
 no VERP setup on my new qmt box,
 and yes I am able to sent to Yahoo, but after they sent me email with 17
 questions did you get that email?

I've done their online application but all it got me was a list of things I
should do. However, those things don't seem to apply to my setup since it's
being deferred, not bounced back.

I'm seeing that email to hotmail just plain dissapears, no bounces and no
deliveries either.

Even AOL test see me as fine and we all know how picky AOL is. I've got SPF,
RDNS, everything seems just fine.

I'm stumped here.

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] Problems sending to Yahoo

2007-10-23 Thread [EMAIL PROTECTED]
 AOL is not actually all that picky.  Al they ask is that you make your
 emails compliant and actually remove the people who click the SPAM button
 from your list.  A slong as your spam complaints stay low they are happy.

Figured they were picky since I hear about so many issues with them.

 The question is: What are you doing about bouncebacks?  If you are not
 removing them from your mailing list then Yahoo is probably blocking your
 IP.

Well, that's the thing, they aren't being bounced, they are being deferred. If
they were bouncing, I could at least specify limits and such but being
deferred, I don't know what I can do.

I've read all of their requirements and don't see what I can do since I don't
seem to fall under any of their wrongdoing guidelines.

Mike


 In my last position, where we did a lot of mailings, I had to write a whole
 subsystem just to deal with bouncebacks, especially those from AOL, Yahoo
 and MSN/hotmail.

 W

 On 10/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED]  wrote:  no VERP
 setup on my new qmt box,
 and yes I am able to sent to Yahoo, but after they sent me email with 17
 questions did you get that email?

 I've done their online application but all it got me was a list of things
 I
 should do. However, those things don't seem to apply to my setup since
 it's
 being deferred, not bounced back.

 I'm seeing that email to hotmail just plain dissapears, no bounces and no
 deliveries either.

 Even AOL test see me as fine and we all know how picky AOL is. I've got
 SPF,
 RDNS, everything seems just fine.

 I'm stumped here.

 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] Problems sending to Yahoo

2007-10-23 Thread [EMAIL PROTECTED]
AOL offers online tools to help you figure out if you have problems sending to
them. Yahoo also has URL's giving information about potential problems. Thing
is, all of the info is mostly about spam and how to avoid being discarded.
Deferred email is a little different.

Mike


On Tue, 23 Oct 2007 20:19:03 -0400, Warren Melnick wrote:
 I don't know about Yahoo, but AOL has an entire department that will look
 up your IP, tell you what you are doing wrong and guide you toward doing it
 right (the postmaster group).

 Does the defer message contain a URL?  Sometimes they do.

 Here is a page on Yahoo that I found by googling:
 http://help.yahoo.com/l/us/yahoo/mail/original/abuse/abuse-60.html

 It says to contact them if you are unsure of why you are being deferred.  I
 would try that.

 Good Luck!

 Please report back any results.

 W

 On 10/23/07, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:  AOL is
 not actually all that picky.  Al they ask is that you make your
 emails compliant and actually remove the people who click the SPAM
 button
 from your list.  A slong as your spam complaints stay low they are
 happy.

 Figured they were picky since I hear about so many issues with them.

 The question is: What are you doing about bouncebacks?  If you are not
 removing them from your mailing list then Yahoo is probably blocking
 your
 IP.

 Well, that's the thing, they aren't being bounced, they are being
 deferred. If
 they were bouncing, I could at least specify limits and such but being
 deferred, I don't know what I can do.

 I've read all of their requirements and don't see what I can do since I
 don't
 seem to fall under any of their wrongdoing guidelines.

 Mike


 In my last position, where we did a lot of mailings, I had to write a
 whole
 subsystem just to deal with bouncebacks, especially those from AOL,
 Yahoo
 and MSN/hotmail.

 W

 On 10/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED]  wrote:  no
 VERP
 setup on my new qmt box,
 and yes I am able to sent to Yahoo, but after they sent me email
 with 17
 questions did you get that email?

 I've done their online application but all it got me was a list of
 things
 I
 should do. However, those things don't seem to apply to my setup since
 it's
 being deferred, not bounced back.

 I'm seeing that email to hotmail just plain dissapears, no bounces
 and no
 deliveries either.

 Even AOL test see me as fine and we all know how picky AOL is. I've
 got
 SPF,
 RDNS, everything seems just fine.

 I'm stumped here.

 Mike


 -
 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] Automated Sign up

2007-10-23 Thread [EMAIL PROTECTED]
Are there any decent automated sign up add on's for QMT?


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



[qmailtoaster] Errors showing up: Trouble Opening Remote

2007-10-20 Thread [EMAIL PROTECTED]
Anyone know what these errors are? I see many thoughts in email lists but
before I mess with things, thought I'd ask here.

Thanks.


2007-10-20 14:17:25.898511500 warning: trouble opening remote/17/275143; will
try again later
2007-10-20 14:19:29.84500 warning: trouble opening remote/17/275143; will
try again later
2007-10-20 14:21:33.857021500 warning: trouble opening remote/17/275143; will
try again later
2007-10-20 14:23:37.836296500 warning: trouble opening remote/17/275143; will
try again later
2007-10-20 14:25:41.815544500 warning: trouble opening remote/17/275143; will
try again later
2007-10-20 14:27:45.794804500 warning: trouble opening remote/17/275143; will
try again later
2007-10-20 14:29:49.774070500 warning: trouble opening remote/17/275143; will
try again later
2007-10-20 14:31:53.753320500 warning: trouble opening remote/17/275143; will
try again later
2007-10-20 14:33:57.732612500 warning: trouble opening remote/17/275143; will
try again later
2007-10-20 14:35:29.261905500 warning: unable to utime remote/17/275143;
message will be retried too soon



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



Re: [qmailtoaster] Errors showing up: Trouble Opening Remote

2007-10-20 Thread [EMAIL PROTECTED]
Found that answer just after I posted, of course :).

Thanks much.

Mike


On Sat, 20 Oct 2007 19:39:20 -0400, Jake Vickers wrote:
 [EMAIL PROTECTED] wrote:

 Anyone know what these errors are? I see many thoughts in email lists but
 before I mess with things, thought I'd ask here.

 Thanks.


 2007-10-20 14:17:25.898511500 warning: trouble opening remote/17/275143;
 will
 try again later
 2007-10-20 14:19:29.84500 warning: trouble opening remote/17/275143;
 will
 try again later
 2007-10-20 14:21:33.857021500 warning: trouble opening remote/17/275143;
 will
 try again later
 2007-10-20 14:23:37.836296500 warning: trouble opening remote/17/275143;
 will
 try again later
 2007-10-20 14:25:41.815544500 warning: trouble opening remote/17/275143;
 will
 try again later


 I think that has to do with your queue getting messed up a little. Try
 running queue-fix on it and see if that resolves the issue.




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



Re: [qmailtoaster] Greylisting problem

2007-10-19 Thread [EMAIL PROTECTED]
 if you are using QMT-ISO you need to change several qmail's control file
 other than localhost

Yup, have done this also. What ever is going on, it's either something simple,
or not obvious to me or who knows what :).

I do appreciate your help on 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] Greylisting problem

2007-10-19 Thread [EMAIL PROTECTED]
once I was using apache/php application on intranet machine (on local
network) sending email using smtp of new QMT-ISO box (on public net)
and I get this error
... while talking to mails.myholding.com.:
  MAIL From:[EMAIL PROTECTED] SIZE=1313
 511 sorry, can't find a valid MX for sender domain (#5.1.1 - chkuser)
554 5.0.0 Service unavailable

Well, since it's not actually bouncing and just being deferred, that's not too
bad at least. It does seem to fail often enough however and I've been ripping
my hair out trying to figure out why.

I do have MX, SPF and RDNS records for everything. Yet, I keep getting things
like;

To Yahoo,

delivery 239: deferral:
Connected_to_209.191.118.103_but_greeting_failed./Remote_host_said:_
421_Message_from_(x.x.x.250)_temporarily_deferred_-_4.16.50._
Please_refer_to_http://help.yahoo.com/help/us/mail/defer/defer-06.html/

delivery 244: deferral:
Connected_to_216.39.53.3_but_greeting_failed./Remote_host_said:_
421_Message_from_(x.x.x.250)_temporarily_deferred_-_4.16.50._
Please_refer_to_http://help.yahoo.com/help/us/mail/defer/defer-06.html/

delivery 248: deferral:
Connected_to_216.39.53.1_but_greeting_failed./Remote_host_said:_
421_Message_from_(x.x.x.250)_temporarily_deferred_-_4.16.50._
Please_refer_to_http://help.yahoo.com/help/us/mail/defer/defer-06.html/

delivery 259: deferral:
Connected_to_206.190.53.191_but_greeting_failed./Remote_host_said:_
421_Message_from_(x.x.x.250)_temporarily_deferred_-_4.16.50._
Please_refer_to_http://help.yahoo.com/help/us/mail/defer/defer-06.html/

To Hotmail;

delivery 236: deferral:
Connected_to_64.233.163.27_but_connection_died._(#4.4.2)/

Gmail messages and hotmail don't even show up at all and no bounces either.

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] Greylisting problem

2007-10-19 Thread [EMAIL PROTECTED]
PS: These are examples of messages I am receiving;

To Yahoo,

delivery 239: deferral:
Connected_to_209.191.118.103_but_greeting_failed./Remote_host_said:_
421_Message_from_(x.x.x.250)_temporarily_deferred_-_4.16.50._
Please_refer_to_http://help.yahoo.com/help/us/mail/defer/defer-06.html/


To Hotmail;

delivery 236: deferral:
Connected_to_64.233.163.27_but_connection_died._(#4.4.2)/



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



Re: [qmailtoaster] Greylisting problem

2007-10-19 Thread [EMAIL PROTECTED]
I am a little confused about your email? is it email from your server being
graylisted when you sent to Yahoo / Hotmail ?

Yes, I thought I did say it was coming from the new server I built. Outgoing
to yahoo for example immediately is deferred from this server but not another
one on my network. Email to hotmail just plain disappears a lot, there is
never even a bounce.

I'm happy to list what ever I need to the list so that someone can help me.
The problem seems to be that remote servers see email sent from other machines
on my network as being relayed or something. For example, apache/php
applications that use this new server to send sign up emails out definitely
mostly have these issues. On the other hand, users who have email accounts on
that same server can send out to those domains without deferrals.

If so try to setup SPF record for your domain? detailed intruction is
available on wiki

I do have spf set up for my dns servers but I've left QMT at level 1 since any
higher just keeps getting bounces. At a low level, the receiver at least sees
that I am using spf and seems to allow the mail more often than not.

My experience for YahooMail they have AntiSpam system so every time I
sent email to yahoo, it stuck in queue for sometime because deffered by
Yahoo until I am ask Yahoo to whitelist my servers' IP address (they ask

I may have to do that but it would only be for this new server. That's why I
thought I would ask here to get some ideas before changing too many things or
contacting various sites.

Mike



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



[qmailtoaster] Greylisting problem

2007-10-18 Thread [EMAIL PROTECTED]
New QMT installed, everything seems to be running right but, someone told me
that I am being greylisted. I've noticed many emails don't actually make it to
hotmail, yahoo, and many others. I was told it's because I am being
greylisted.

Can someone shed some light on this?

I've also found this but prefer asking the list for input before I go changing
too much.

http://www.kabewm.com/2007/01/16/basic-qmailtoaster-greylisting/

Mike



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



[qmailtoaster] QMT-ISO Squirrelmail path problem

2007-10-11 Thread [EMAIL PROTECTED]
Am I on this list or what? Anyone seeing this message?

---

I've installed QMT-ISO 1.31 I think it is, and the squirrelmail seems to be a
little broken. It doesn't want to see email in the Inbox even though it says
there is email in there.

This is a default installation. I've tried editing the
/etc/squirrelmail/config.php file to point to INBOX as I found in another
message but this still does not work.

Anyone else having this issue?

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] QMT-ISO Squirrelmail path problem

2007-10-11 Thread [EMAIL PROTECTED]
Wow, I'm actually live :). I thought no one could see my messages.

 What specific error are you seeing?  Did you check that apache is
 running as the correct user/group?  Perhaps link to a screenshot;
 speaking for myself, I don't entirely follow your question.

When I go to the squirrelmail web interface, I log in as a user. The INBOX
shows 17 messages but the screens are all blank.

I see this on the side;
Folders
Last Refresh:
Thu, 7:06 pm
(Check mail)

- INBOX (17)
  Drafts
  Sent
  Trash
  Spam

I see this on the top;

 Current Folder: INBOX  Sign Out
Compose   Addresses   Folders   Options   Search   Help   Calendar   Notes 

Everything else in the main window is blank, white, nothing else is showing
up. This is a default installation, nothing changed yet other than getting
email running.

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] QMT-ISO Squirrelmail path problem

2007-10-11 Thread [EMAIL PROTECTED]
Hi,

 When you click on Inbox, are you not able to see the messages in the
 inbox in the main frame of the page?  I believe when you don't have
 anything open, nothing appears in the middle area of the screen.

No, nothing shows up at all for inbox, just a blank screen.
Everything shows up for the other options however;

Compose, Addresses, Folders, Options, Search, Help, Calendar and Notes all
lead to their appropriate pages.

All of these options, INBOX (17), Drafts, Sent, Trash and Spam show nothing
but blank white pages. This means to me a path problem but, where?

Just for the heck of it, I changed a couple of minor settings in the
/etc/squirrelmail/config.php file to see if that might help but nada. Perhaps
I need to add the full path to the /home and subdirectories?

Snippet of the config.php file;

$domain = 'localhost';
$imapServerAddress  = 'localhost';
$imapPort   = 143;
$useSendmail= true;
$smtpServerAddress  = 'localhost';
$smtpPort   = 25;
$sendmail_path  = '/usr/sbin/sendmail';
$sendmail_args  = '-i -t';
$pop_before_smtp= false;
$imap_server_type   = 'uw';
$invert_time= false;
$optional_delimiter = '/';
$encode_header_key  = '';

$default_folder_prefix  = 'INBOX';
$trash_folder   = 'Trash';
$sent_folder= 'Sent';
$draft_folder   = 'Drafts';

Should I be changing the paths just above to include the /home/vpopmail or
something?


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



RE: [qmailtoaster] QMT-ISO Squirrelmail path problem

2007-10-11 Thread [EMAIL PROTECTED]
 However, you might be able to get more helpful information from your log
 files.

Yup, been looking in there as well. Lot's and lot's of errors. Before I start
changing things, figured I'd ask the list.

 anything pertinent.  Reply with your results(only what is necessary, not
 your entire log).  Then you may get more productive responses from the

Guess that's what I'll do next. I'll have to edit it down a little. As you
say, I'm not planning on posting the entire log :).

Thanks.

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] QMT-ISO Squirrelmail path problem

2007-10-11 Thread [EMAIL PROTECTED]
Found the problem. Seems that adding squirrelmail spam buttons breaks the
webmail. Maybe someone knows about this or will look into it. Removing that
plugin from my installation gets webmail working again.

It's all working now, thanks for the help.

Mike




On Thu, 11 Oct 2007 17:31:43 -0700, Bobby Tyner wrote:
 Unfortunately, the appearance of your SquirrelMail Interface doesn't

 ring a bell with any familiar errors.  Maybe someone else on the list
 will recognize your description.  But I tend to think that is not
 likely.

 However, you might be able to get more helpful information from your log
 files.

 First, be sure that logging is turned on in your php.ini file
 i.e.{
 log_errors= On
 error_log= /path/to/phplog
 }

 Login to SquirrelMail and muck about trying to get to the inbox messages
 and then check your log file.  Additionally, check your apache logs for
 anything pertinent.  Reply with your results(only what is necessary, not
 your entire log).  Then you may get more productive responses from the
 list.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Thursday, October 11, 2007 5:09 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] QMT-ISO Squirrelmail path problem

 Wow, I'm actually live :). I thought no one could see my messages.

 What specific error are you seeing?  Did you check that apache is
 running as the correct user/group?  Perhaps link to a screenshot;
 speaking for myself, I don't entirely follow your question.

 When I go to the squirrelmail web interface, I log in as a user. The
 INBOX
 shows 17 messages but the screens are all blank.

 I see this on the side;
 Folders
 Last Refresh:
 Thu, 7:06 pm
 (Check mail)

 - INBOX (17)
 Drafts
 Sent
 Trash
 Spam

 I see this on the top;

 Current Folder: INBOX   Sign Out
 Compose   Addresses   Folders   Options   Search   Help   Calendar
 Notes

 Everything else in the main window is blank, white, nothing else is
 showing
 up. This is a default installation, nothing changed yet other than
 getting
 email running.

 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]




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



[qmailtoaster] QMT-ISO Squirrelmail path problem

2007-10-10 Thread [EMAIL PROTECTED]
I've installed QMT-ISO 1.31 I think it is, and the squirrelmail seems to be a
little broken. It doesn't want to see email in the Inbox even though it says
there is email in there.

This is a default installation. I've tried editing the
/etc/squirrelmail/config.php file to point to INBOX as I found in another
message but this still does not work.

Anyone else having this issue?

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] QMT-ISO-1.2 Released

2007-05-05 Thread [EMAIL PROTECTED]
 huh?

Why huh? You answered the question, thanks. It was not clear to me and I'm
sure it wasn't to me, might not be to others who are too scared to ask for
fear of being looked down on for asking :).

Mike


QMT-ISO is an installation CD that when run will give you an
 install of CentOS 4.4 with all udpates and install QmailToaster for you
 as well as a few other additions I've thrown in. So to question 2, yes
 it's an installation CD. OS and mail server.
 You can download the ISO here:
 http://qtp.qmailtoaster.com/iso/QMT-ISO-1.2.iso and then burn it to CD
 using whatever tool you like.




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



Re: [qmailtoaster] QMT-ISO-1.2 Released

2007-05-05 Thread [EMAIL PROTECTED]
 Why huh? You answered the question, thanks. It was not clear to me and
 I'm sure it wasn't to me, might not be to others who are too scared to
 ask for fear of being looked down on for asking :).

One of the first questions I asked I got that attitude thing from someone who
took the time to tell me that I should learn about what I'm doing rather then
just ask. He pointed out that he was not going to give me the answer because
he wanted me to learn.

Funny, I've been building networks using the very latest technology for over
15 years, constantly on the cutting edge and you know, we can't all be pro's
at everything out there and sometimes, don't care to be. We just want to get
something working by seeing some example of it then learn from there as we
have a little more time. Wish people would figure that out.

Thanks for being cool about it, I guess I jumped to conclusions when I saw
'huh' and thought it meant something else :).

 Huh because I didn't understand what you were asking about. I'm still not
 clear as to what was unclear to you, if that makes sense.

As for what I meant, I just mean that I did go to your site, I did read and
try to get a handle on what the ISO was. From what I could tell, it was either
of two things. It appeared to be either a full install of QMT or it could also
have been tools which one adds to their QMT install.

That's just one guy's input of course.

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] QMT-ISO-1.2 Released

2007-05-05 Thread [EMAIL PROTECTED]
By the way, this is mostly why I was not sure...

QmailToaster-Plus is an RPM package that contains a menu and supporting
scripts which add additional features and utilities to your QmailToaster. It
is an administrator's toolkit of sorts.

In my new experiences with fully prepared ISO's, I've not yet seen to term RPM
package as in one package so made the assumption that this means add on
packages all in one package or CD.

Mike




On Sat, 05 May 2007 16:46:58 -0400, Jake Vickers wrote:
 [EMAIL PROTECTED] wrote: huh?

 Why huh? You answered the question, thanks. It was not clear to me and
 I'm sure it wasn't to me, might not be to others who are too scared to
 ask for fear of being looked down on for asking :).
 Huh because I didn't understand what you were asking about. I'm still not
 clear as to what was unclear to you, if that makes sense.
 And no one should fear being looked down upon on THIS list. Other lists are
 another story, but I think we all try and be civil and explain things as
 best we can on this list. I personally will never answer RTFM because I
 always hated it when people did it to me and if the manual was that clear I
 wouldn't be asking the question.




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



Re: [qmailtoaster] QMT-ISO-1.2 Released

2007-05-05 Thread [EMAIL PROTECTED]
 No problem. I got started in Linux by learning to install a mail server as
 a matter of fact.

I wish I'd have had time over the years to learn more about mail services.
I've always had others around me to take care of those things once I installed
it and handed it over. It's my worst problem right now in fact, still
unreliable email when I need it most. That's why I've been messing with QMT
which has worked fine as far as I can tell at least.

I suspect there are countless things I've not done however which is why I was
looking at your ISO. I thought that perhaps if someone's already put it
together, that I would make less mistakes getting to a properly working
server. My setup involves multiple servers sharing central storage using
GFS/Clustering.

 MIT as far as looking down their noses at people. I think Linux in general
 would do a lot better if people just answered the damn question instead of
 having to first prove how much more they know than you do. sigh I'll get
 off my soapbox now. ;)

It's a good point however. Folks won't learn as much as they could if they are
always made to fear asking from those who've learned. Not everyone has the
same skill sets or intelligent or just plain time to learn at the same level
as everyone else. I love that OS challenges the monopoly model but if we keep
scaring those who wish to give it a try away, we're never going to get as far
as we could.

 I get very little input back on any of the scripts/projects I write to be
 honest. To date there have been 114 successful installs of the QMT-ISO, but
 I've only gotten 4 emails off-list with any kind of feedback or problem.

Do you get the sense it's because most are trying to do it on their own so do
the whole install, etc or that folks just don't bother saying anything later?
Perhaps a little of both. I'm not sure that people mean not to come back and
thank the person who gave them the software or give input as much as we all
seem to get sidetracked. Once it's installed, I'm guessing folks don't much
think of the ISO anymore since it's then just a QMT install so move on to that
type of documentation, help, use, etc.

 Which site had you gone to? The wiki or my site? Or did you goto
 qtp.qmailtoaster.com?

I went to http://qtp.qmailtoaster.com/trac/

 mainly by me and Eric Shubes, but we've been neglecting it lately) that is
 just add-on tools for your installation.

When I got there, I didn't see anything on the ISO, just tools.

 machine just because I have a 3/3 pipe on that machine that's un-metered.
 Bandwidth still isn't free everywhere so I put the ISO downloads where they
 will affect me the least financially.

I'm guessing I could give you a mirror if you might give me a hand when I get
stuck. I badly need reliable, safe, clean email. Don't know if it's worth it
to you but it's a shot in the dark :).

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] QMT-ISO-1.2 Released

2007-05-04 Thread [EMAIL PROTECTED]
I'm looking at the site but it's not clear to me if this is a pre-installed
ISO of QMT or the tools that are listed on the top page? Is this an install
CD?

Thanks.




On Fri, 04 May 2007 22:12:56 -0400, Jake Vickers wrote:
 I have released QMT-ISO version 1.2. It's been uploaded and is available

 at http://qtp.qmailtoaster.com/iso

 File sizes are:
 541M QMT-ISO-1.2.iso
 50 QMT-ISO-1.2.iso.md5

 514M QMT-ISO-1.2.tar.gz


 I will post the updates on the wiki sometime tomorrow, but in the
 meantime here is the changelog:


 version 1.2 - 05/04/2007
 Updated QMT packages included in ISO
 Updated CentOS packages in ISO
 Included script to install Roundcube after initial
 installation if desired.
 Added iso-help command to give extra commands
 included with the QMT-ISO and such
 Added script to install MHonArc, per request

 Of additional note to those who downloaded my install-roundcube script
 off my site: I uploaded the incomplete dev version. I have corrected
 this and the correct version is now available on the site. My apologies
 to those who have downloaded it and ran into problems.

 Enjoy!




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



[qmailtoaster] POPS and IMAPS: Send/Expect Codes

2007-04-30 Thread [EMAIL PROTECTED]
Anyone know the response codes for POPS and IMAPS?

Mike



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



[qmailtoaster] Any way of blocking certain IP's from logging?

2007-04-25 Thread [EMAIL PROTECTED]
I'm using load balancing in front of my mail servers. The logs are of course
filling up with the load balancers IP.

Is there some way of blocking that/those IP's from being logged from all QMT
services?

Mike



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



[qmailtoaster] QMT ISO: Install

2007-04-20 Thread [EMAIL PROTECTED]
Ok, so I downloaded 1.1, cut it to disk.
Read the notes, seems simple enough, install CentOS and when it reboots, it'll
auto start the install using net access.

All I seem to get is a nice new install of CentOS? I don't see any manual
commands I need to enter to start the install once it boots as a new OS nor
does it auto start.

What am I missing?

Mike



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



[qmailtoaster] QMT ISO: Install

2007-04-20 Thread [EMAIL PROTECTED]
Someone replied to this but my mailer nuked it. Could you send it again.



Ok, so I downloaded 1.1, cut it to disk.
Read the notes, seems simple enough, install CentOS and when it reboots, it'll
auto start the install using net access.

All I seem to get is a nice new install of CentOS? I don't see any manual
commands I need to enter to start the install once it boots as a new OS nor
does it auto start.

What am I missing?

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] QMT ISO: Install

2007-04-20 Thread [EMAIL PROTECTED]
 When you boot the disk, just hit enter to start the process. Don't
 pass any kernel options unless you need them.

In my case, I'm using blade servers which require the ide=nodma option, that's
all.

 It should run through
 the installation process. The only questions it should ask are what
 timezone, root password, and then to configure networking at the end.
 Once it reboots (and you removed the CD if needed), it should start
 the installation process. Once that's done all you'll get is a logon
 prompt.

In my case :)... the regular COS install comes up, so I figured I just install
COS as usual, reboot and QMT takes over from what I can understand of the
docs. That's not the case when I reboot, just a login prompt.

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] QMT ISO: Install

2007-04-20 Thread [EMAIL PROTECTED]
 If you put in additional kernel options, it does not load my kickstart
 file. Try adding: ks=cdrom:/ks.cfg

Thanks, I'll give this a try on another server in the next few days.

Mike



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



[qmailtoaster] QMT ISO that works?

2007-04-19 Thread [EMAIL PROTECTED]
I've built quite a number of these QMT machines but lately, I'm having so many
problems, I need a starting point to get things working properly. While
installing, I get constant errors which I cannot resolve so wish to try
something different.

I saw an ISO of a pre-installed QMT somewhere but recall that the one I tried
didn't work very well. Actually, it just kept going into CentOS installation
mode and not installing QMT as I remember.

Anyone know of an ISO which does in fact work well?

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] QMT ISO that works?

2007-04-19 Thread [EMAIL PROTECTED]
 The existing QMT toaster works quite well for me.  If the standard
 installation fails because you're doing something wrong, then the
 QMT-ISO install is also likely to fail.

I didn't say it fails, I said there are problems. I didn't get into the
problems because they aren't that big. I asked if there was something else to
see if I had options.

 Maybe instead of deriding that
 work, you should do the standard installation and figure out where
 you're having problems.

Deriding? You're putting an awful lot of words in my mouth aren't you?

 If you cannot resolve your problems with the standard installation, you
 may want to consider getting commercial support.  See:
 http://wiki.qmailtoaster.com/index.php/Main_Page and search for
 commercial support.

Yes, thanks for all the input :).




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



Re: [qmailtoaster] QMT ISO that works?

2007-04-19 Thread [EMAIL PROTECTED]
 Anyone know of an ISO which does in fact work well?

I obviously worded this incorrectly. That'll teach me to write and run :).

 I make the only ISO for the QMT package. Not sure which version you had
 downloaded prior, but there's a new version with some more features out now:
 wiki.qmailtoaster.com has more info an links.

Downloading it right now and will give it a try. I'm sure it was user error
especially since I had not read much, just gave it a very quick try.

 It's been installed and tested on 2 of my dev machines, and installed on
 37 other installations to date.

Well, if I can get it going, it'll make another 4 servers here.

Thanks.

Mike




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



[qmailtoaster] Logging: One place?

2007-04-18 Thread [EMAIL PROTECTED]
Is there anything out that that will allow me to log everything to one screen
or directory? I'm finding it difficult to look all over the server when
something goes wrong.

Thanks.



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



[qmailtoaster] Isoqlog

2006-08-23 Thread [EMAIL PROTECTED]

Hi,

I have qmail toaster on my server enterprise CENTOS 4.3  64Bit.
It work fine, but now  I have a problem with isoqlog

This morning at  7.58 crash.
I obtain segfault
# isoqlog
Year: 2006 Month: 8
outputdir:/usr/share/toaster/htdocs/isoqlog
htmldir:/usr/share/toaster/isoqlog/htmltemp
logtype:qmail-multilog
logstore:/var/log/qmail/send
langfile:/usr/share/toaster/isoqlog/lang/english
maxsender:100
maxreceiver:100
maxtotal:100
maxbyte:100
hostname: localhost
Domains cognigni.com
Domains dharmaitalia.it
Domains moci.it
Domains netixitalia.it
Current 2006-8-23
Segmentation fault

In /var/log/messages there is

Aug 23 17:58:45 sedac-netix kernel: isoqlog[13122]: segfault at 
0014 rip 0040272b rsp 007fb370 error 4ug 23 
17:58:45 sedac-netix kernel: isoqlog[13122]: segfault at 
0014 rip 0040272b rsp 007fb370 error 4


I have delete isoqlog 2.1 and reinstalled . No work

I have not found help in Internet

Can you help me

Fabio



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



Re: [qmailtoaster] Imap error

2006-05-18 Thread [EMAIL PROTECTED]
Am Donnerstag, den 18.05.2006, 16:33 +0530 schrieb Stanley Robins:

I can reconstruct this IMAP error with ~15000 emails ! Courier-Imap
version 3.0.8 is a little bit old and should be updated to the latest
version i think

 logs just says error, 
 connection dropped by IMAP server
 error
 
 
 
 On 5/18/06, Jake Vickers [EMAIL PROTECTED] wrote:
 
 Stanley Robins wrote: 
  ERROR:ERROR: Connection dropped by IMAP server.
  Query: EXPUNGE
  
  I get this error when i am logging into my account with
  squirrelmail.. i have 3 emails in that acccount.. what
  do i do to avoid this ???
   and how can i solve this ???
  
 Wow. What do the logs show? (/var/log/qmail/imap4) I suspect
 might need to up the memory that PHP and Apache can use.
 
 


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



[qmailtoaster] error qmailmrtg-toaster-4.2-1.2.9

2006-04-29 Thread [EMAIL PROTECTED]
after rebuild new qmailmrtg-toaster i got this error msg

[EMAIL PROTECTED] qtms-install]# env
LANG=C /usr/bin/mrtg /usr/share/toaster/mrtg/qmailmrtg.cfg
ERROR: Line 263 (Title[pop3-sslad]: FQDN - pop3-ssl (allow/deny)) in CFG
file (/usr/share/toaster/mrtg/qmailmrtg.cfg)
contains a duplicate definition for title[pop3-sslad].
First definition is on line 248



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



Re: [qmailtoaster] connect(): No such file or directory

2005-11-19 Thread [EMAIL PROTECTED]
I think I have everything installed and running, but the mails do not
arrive to destin.
rpm -qa | grep toaster
spamassassin-toaster-3.1.0-1.2.9
qmail-pop3d-toaster-1.03-1.2.9
maildrop-toaster-1.8.1-1.2.9
ucspi-tcp-toaster-0.88-1.2.8
control-panel-toaster-0.5-1.2.7
autorespond-toaster-2.0.4-1.2.7
vpopmail-toaster-5.4.10-1.2.9
ezmlm-toaster-0.53.324-1.2.9
qmailadmin-toaster-1.2.9-1.2.10
squirrelmail-toaster-1.4.5-1.2.12
qmail-toaster-1.03-1.2.9
isoqlog-toaster-2.1-1.2.8
qmailmrtg-toaster-4.2-1.2.7
daemontools-toaster-0.76-1.2.8
courier-imap-toaster-3.0.8-1.2.8
vqadmin-toaster-2.3.4-1.2.11
clamav-toaster-0.87-1.2.8
simscan-toaster-1.1-1.2.5
maildrop-toaster-devel-1.8.1-1.2.9


qmailctl stat
imap4: up (pid 3343) 2085 seconds
imap4-ssl: up (pid 3344) 2086 seconds
pop3: up (pid 3341) 2086 seconds
pop3-ssl: up (pid 3346) 2086 seconds
send: up (pid 3350) 2086 seconds
smtp: up (pid 3349) 2086 seconds
imap4/log: up (pid 3342) 2086 seconds
imap4-ssl/log: up (pid 3345) 2086 seconds
pop3/log: up (pid 3347) 2086 seconds
pop3-ssl/log: up (pid 3352) 2086 seconds
send/log: up (pid 3351) 2086 seconds
smtp/log: up (pid 3348) 2086 seconds


I did also a 
 /usr/bin/spamd 
and sand an email again, but still same error:

found existing recipient
@4000437f82ae17f7d764 connect(): No such file or directory
@4000437f82ae18d6b614 tcpserver: end 4891 status 0
@4000437f82ae18d6d93c tcpserver: status: 0/100


Any other ideas???
I'm desasperated




On Fri, 2005-11-18 at 12:41 -0500, Jake Vickers wrote:
 demo wrote:
 
  Hi,
  please help me,
 
  I installed qmailtoaster on FC3 everything works except receiving 
  mails from other mail servers (sending mail to my qmailserver from 
  outlook at work).
 
  I get the following error in /var/log/qmail/smtp/current:
  
  @4000437e075814ea83dc connect(): No such file or directory
 
  Any idea where the problem is??
 
 
 I ran into a similar problem a while back... Wish I would have written 
 down what exactly the problem was... Anyway, if I remember right, mine 
 was missing the smtp daemon, or the log file. do a qmailctl stat and see 
 what all is running; if smtp and smtp/log are there, make sure the log 
 file is there.  Also do 'rpm -qa | grep toaster' to see if all of the 
 packages are installed - you may be missing spamassassin or simscan and 
 it's breaking there since it's expecting a connection to spamd and if 
 it's not running there is nothing to connect to You may also do a 
 'ps -ax' to see if spamd is running.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



<    1   2   3