[qmailtoaster] Domain Keys - Not Unique

2007-02-15 Thread Gilbert T. Gutierrez, Jr.
Qmail Toaster on Centos4

 

Question:

When I generate Domain Keys, I get the same key for every virtual domain.
Should the system not generate a new key for every domain or is it based on
the IP?

 

Thank you,

Gilbert T. Gutierrez, Jr.



Re: [qmailtoaster] Domain Keys - Not Unique

2007-02-15 Thread Eric \Shubes\
Gilbert T. Gutierrez, Jr. wrote:
 Qmail Toaster on Centos4
 
 Question:
 
 When I generate Domain Keys, I get the same key for every virtual
 domain.  Should the system not generate a new key for every domain or is
 it based on the IP?
 
 Thank you,
 
 Gilbert T. Gutierrez, Jr.
 

I don't see that documented anywhere, but when I test it, I get different
key values each time I generate a key.

What version of libdomainkeys-toaster are you running?

Please explain what you're doing to conclude that every virtual domain has
the same key.

-- 
-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] Domain Keys - Not Unique

2007-02-15 Thread Gilbert T. Gutierrez, Jr.
libdomainkeys-toaster-0.68-1.3.2

I see that the private key is actually different.  The Public Key is the
same in the DNS for every domain.

Gilbert

-Original Message-
From: Eric Shubes [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 15, 2007 9:47 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Domain Keys - Not Unique

Gilbert T. Gutierrez, Jr. wrote:
 Qmail Toaster on Centos4
 
 Question:
 
 When I generate Domain Keys, I get the same key for every virtual
 domain.  Should the system not generate a new key for every domain or is
 it based on the IP?
 
 Thank you,
 
 Gilbert T. Gutierrez, Jr.
 

I don't see that documented anywhere, but when I test it, I get different
key values each time I generate a key.

What version of libdomainkeys-toaster are you running?

Please explain what you're doing to conclude that every virtual domain has
the same key.

-- 
-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] SLOW SMTP SESSION - RESOLVED

2007-02-15 Thread Joseph Lundgren
All,

Every time I've encountered mail slowdowns, DNS has been at fault.


Sincerely,
 

--
Joseph Lundgren
Systems Engineer
Peak Internet, LLC
[EMAIL PROTECTED]

-Original Message-
From: Erik A. Espinoza [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 14, 2007 10:36 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] SLOW SMTP SESSION - RESOLVED

It's probable you didn't setup forwarders in your localhost dns server.

Erik

On 2/14/07, 24x7server [EMAIL PROTECTED] wrote:

 dear friends

 the issue of slow smtp session is resolved. outgoing emails are really flying 
 ...

 solution -- We changed the sequence of ip addresses in resolv.conf file and 
 things are super quick now


 ORIGINAL SETTING
 nameserver 127.0.0.1
 nameserver 199.237.48.5
 nameserver 199.237.48.6


 CHANGED SETTING
 nameserver 199.237.48.5
 nameserver 199.237.48.6
 nameserver 127.0.0.1


 rajesh mahadeva

 -- Original Message --
 From: Thiago - TI - Realeza [EMAIL PROTECTED]
 Reply-To: qmailtoaster-list@qmailtoaster.com
 Date:  Wed, 14 Feb 2007 09:47:28 -0300

 Hello rajesh
 
 I had the same problem as you...
 
 I´ve done these things:
 
 - In /var/qmail/control/blacklists I remove all the blacklist urls and put
 only one: bl.spamcop.net
 - My distro was Fedora 4 with the new (from them) kernel 2.6.17 and I got a
 lot of problems with out of memory and other things... see the attached
 file..what I do is just backup the kernel 2.6.16...Now, everything is OK
 the slow smtp stoped...
 
 I don´t know if this gonna helps you...but i´ve solved the problems here
 with it...see your DNS... like other guys says...
 
 regards
 
 
 thiago
 
 
 - Original Message -
 From: 24x7server [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Wednesday, February 14, 2007 3:16 AM
 Subject: Re: [qmailtoaster] SLOW SMTP SESSION
 
 
  hi
 
  both m/c are dell dual xeon 2.8 with 2 gb ram
 
  ips below are allocated for dns server by our isps.
 
  the slow machine is slow at the third stage ie sending message. it is fast
  during the stages -- connecting, authorizing
 
  slow machine -- bocacom, florida
  nameserver 127.0.0.1
  nameserver 199.237.48.5
  nameserver 199.237.48.6
 
 
  fast machine -- theplanet, texas
  nameserver 127.0.0.1
  nameserver 216.234.234.30
  nameserver 70.84.161.10
  nameserver 70.84.160.10
 
  rajesh
 
  -- Original Message --
  From: Eric \Shubes\ [EMAIL PROTECTED]
  Reply-To: qmailtoaster-list@qmailtoaster.com
  Date:  Tue, 13 Feb 2007 09:15:15 -0700
 
 24x7server wrote:
  hi
 
  both machines use normal port 25
 
 /var/qmail/control/blacklists could be the difference then. Are these
 files
 the same on both machines?
 
  however i noted one more point
  on the second machine when we send email to some domain within the same
  machine then it is fast.
 
 That's to be expected. qmail-send passes the message off to qmail-local
 instead of qmail-remote. Sounds like qmail-remote is where the
 sluggishness
 is. This doesn't make sense though, as the smtp session of the sender (MSA
 session) is complete by that point.
 
  mails to email ids on remote domains is slow in the sending message
  stage
 
 This is sounding more like a DNS problem. I'm guessing now that it's slow
 looking up MX records of recipient domains.
 
 Is there a DNS cache working on each machine?
 What's in the /etc/resolv.conf in both?
 
  also i have one more question -- is it possible to disable spam scanning
  for mail submission. i do not wish scan my authenticated users for spam,
  however i wish to maintain virus scanning
 
 TTBOMK, that's the way the toaster presently operates. When a client
 authenticates, RELAYCLIENT is set (which I'm guessing tells simscan not to
 scan for spam?). You should see this reflected in the smtp log.
 
 It'd be good to have your clients use port 587 for submission if that's
 feasible.
 
  thanks
 
  rajesh m
 
 
 
  -- Original Message --
  From: Eric \Shubes\ [EMAIL PROTECTED]
  Reply-To: qmailtoaster-list@qmailtoaster.com
  Date:  Mon, 12 Feb 2007 20:38:21 -0700
 
  24x7server wrote:
  hi
 
  we have two different type of installations of qmail toaster on two
  different machines
 
  m/c 1
  redhat enterprise 3
  qmailtoaster without using db for vpopmail
 
  m/c 2
  fedora 4
  qmailtoaster using mysql mysql 5 db for vpopmail
 
  both m/c are enabled in the same way with smtp authentication and
  checks for virus / spam before sending emails by domains hosted on the
  servers
 
  we find that in m/c 2
  while using outlook express there are three stages
  1) connecting
  2) authorizing
  3) sending message -- slow
 
  the speed of smtp sessions for the first two stages are similar in
  both machines but in the third stage the m/c 2 takes around 7 seconds
  where as the m/c 1 sends the message instantly.
 
  this delay gets troublesome for clients who use mail 

[qmailtoaster] Message Filters

2007-02-15 Thread Gilbert T. Gutierrez, Jr.
I am noticing that when email comes in (for example spam), it is put into
the Inbox even though I have Message Filters indicating that it should go
somewhere else.  If I do not pull it using POP3, it will eventually move to
the appropriate folder.

Is there anyway to have the message filter work immediately rather than
occurring every 5 or 10 min?

Thank you,
Gilbert T. Gutierrez, Jr.


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



Re: [qmailtoaster] SLOW SMTP SESSION - RESOLVED

2007-02-15 Thread Erik A. Espinoza

Right. It's why I recommend that people use dns forwarders in their
caching name servers configuration.

Erik

On 2/15/07, Joseph Lundgren [EMAIL PROTECTED] wrote:

All,

Every time I've encountered mail slowdowns, DNS has been at fault.


Sincerely,


--
Joseph Lundgren
Systems Engineer
Peak Internet, LLC
[EMAIL PROTECTED]

-Original Message-
From: Erik A. Espinoza [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 14, 2007 10:36 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] SLOW SMTP SESSION - RESOLVED

It's probable you didn't setup forwarders in your localhost dns server.

Erik

On 2/14/07, 24x7server [EMAIL PROTECTED] wrote:

 dear friends

 the issue of slow smtp session is resolved. outgoing emails are really flying 
...

 solution -- We changed the sequence of ip addresses in resolv.conf file and 
things are super quick now


 ORIGINAL SETTING
 nameserver 127.0.0.1
 nameserver 199.237.48.5
 nameserver 199.237.48.6


 CHANGED SETTING
 nameserver 199.237.48.5
 nameserver 199.237.48.6
 nameserver 127.0.0.1


 rajesh mahadeva

 -- Original Message --
 From: Thiago - TI - Realeza [EMAIL PROTECTED]
 Reply-To: qmailtoaster-list@qmailtoaster.com
 Date:  Wed, 14 Feb 2007 09:47:28 -0300

 Hello rajesh
 
 I had the same problem as you...
 
 I´ve done these things:
 
 - In /var/qmail/control/blacklists I remove all the blacklist urls and put
 only one: bl.spamcop.net
 - My distro was Fedora 4 with the new (from them) kernel 2.6.17 and I got a
 lot of problems with out of memory and other things... see the attached
 file..what I do is just backup the kernel 2.6.16...Now, everything is OK
 the slow smtp stoped...
 
 I don´t know if this gonna helps you...but i´ve solved the problems here
 with it...see your DNS... like other guys says...
 
 regards
 
 
 thiago
 
 
 - Original Message -
 From: 24x7server [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Wednesday, February 14, 2007 3:16 AM
 Subject: Re: [qmailtoaster] SLOW SMTP SESSION
 
 
  hi
 
  both m/c are dell dual xeon 2.8 with 2 gb ram
 
  ips below are allocated for dns server by our isps.
 
  the slow machine is slow at the third stage ie sending message. it is fast
  during the stages -- connecting, authorizing
 
  slow machine -- bocacom, florida
  nameserver 127.0.0.1
  nameserver 199.237.48.5
  nameserver 199.237.48.6
 
 
  fast machine -- theplanet, texas
  nameserver 127.0.0.1
  nameserver 216.234.234.30
  nameserver 70.84.161.10
  nameserver 70.84.160.10
 
  rajesh
 
  -- Original Message --
  From: Eric \Shubes\ [EMAIL PROTECTED]
  Reply-To: qmailtoaster-list@qmailtoaster.com
  Date:  Tue, 13 Feb 2007 09:15:15 -0700
 
 24x7server wrote:
  hi
 
  both machines use normal port 25
 
 /var/qmail/control/blacklists could be the difference then. Are these
 files
 the same on both machines?
 
  however i noted one more point
  on the second machine when we send email to some domain within the same
  machine then it is fast.
 
 That's to be expected. qmail-send passes the message off to qmail-local
 instead of qmail-remote. Sounds like qmail-remote is where the
 sluggishness
 is. This doesn't make sense though, as the smtp session of the sender (MSA
 session) is complete by that point.
 
  mails to email ids on remote domains is slow in the sending message
  stage
 
 This is sounding more like a DNS problem. I'm guessing now that it's slow
 looking up MX records of recipient domains.
 
 Is there a DNS cache working on each machine?
 What's in the /etc/resolv.conf in both?
 
  also i have one more question -- is it possible to disable spam scanning
  for mail submission. i do not wish scan my authenticated users for spam,
  however i wish to maintain virus scanning
 
 TTBOMK, that's the way the toaster presently operates. When a client
 authenticates, RELAYCLIENT is set (which I'm guessing tells simscan not to
 scan for spam?). You should see this reflected in the smtp log.
 
 It'd be good to have your clients use port 587 for submission if that's
 feasible.
 
  thanks
 
  rajesh m
 
 
 
  -- Original Message --
  From: Eric \Shubes\ [EMAIL PROTECTED]
  Reply-To: qmailtoaster-list@qmailtoaster.com
  Date:  Mon, 12 Feb 2007 20:38:21 -0700
 
  24x7server wrote:
  hi
 
  we have two different type of installations of qmail toaster on two
  different machines
 
  m/c 1
  redhat enterprise 3
  qmailtoaster without using db for vpopmail
 
  m/c 2
  fedora 4
  qmailtoaster using mysql mysql 5 db for vpopmail
 
  both m/c are enabled in the same way with smtp authentication and
  checks for virus / spam before sending emails by domains hosted on the
  servers
 
  we find that in m/c 2
  while using outlook express there are three stages
  1) connecting
  2) authorizing
  3) sending message -- slow
 
  the speed of smtp sessions for the first two stages are similar in
  both machines 

Re: [qmailtoaster] Message Filters

2007-02-15 Thread Jake Vickers

Gilbert T. Gutierrez, Jr. wrote:

I am noticing that when email comes in (for example spam), it is put into
the Inbox even though I have Message Filters indicating that it should go
somewhere else.  If I do not pull it using POP3, it will eventually move to
the appropriate folder.

Is there anyway to have the message filter work immediately rather than
occurring every 5 or 10 min?
  
Do you mean the Squirrelmail message filters? Or something you wrote in 
maildrop?


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] Cross Version Compatibility?

2007-02-15 Thread Jake Vickers

[EMAIL PROTECTED] wrote:

Greetings All,

I'm wondering about compatibility issues between my older semi-toaster
qmail install on RH 7.3 from 3 years ago and my recent one on CentOS 4.x.

If I back up the older machine and have to restore accounts/data from its
backups onto the newer machine, what might potentially break or be a
problem?
  
If the old one used regular flat files instead of MySQL based things 
then you'd have a problem. Some of the defaults in the configs may have 
changed, but that would be minor. The MySQL thing is the only real big 
one I can think of.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] Cross Version Compatibility?

2007-02-15 Thread Erik A. Espinoza

The only problem I can anticipate are MySQL related.

RH7.3 is very old and the MySQL format changed a bit since then.

Erik

On 2/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Greetings All,

I'm wondering about compatibility issues between my older semi-toaster
qmail install on RH 7.3 from 3 years ago and my recent one on CentOS 4.x.

If I back up the older machine and have to restore accounts/data from its
backups onto the newer machine, what might potentially break or be a
problem?

TIA,

--Duncan


-
 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] Message Filters

2007-02-15 Thread Gilbert T. Gutierrez, Jr.
We are specifying the filters in Squirrelmail.  Is there a better way?

Gilbert

-Original Message-
From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 15, 2007 11:35 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Message Filters

Gilbert T. Gutierrez, Jr. wrote:
 I am noticing that when email comes in (for example spam), it is put into
 the Inbox even though I have Message Filters indicating that it should
go
 somewhere else.  If I do not pull it using POP3, it will eventually move
to
 the appropriate folder.

 Is there anyway to have the message filter work immediately rather than
 occurring every 5 or 10 min?
   
Do you mean the Squirrelmail message filters? Or something you wrote in 
maildrop?


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



Re: [qmailtoaster] Cross Version Compatibility?

2007-02-15 Thread buffalo
On Thu, 15 Feb 2007, Jake Vickers wrote:

 If the old one used regular flat files instead of MySQL based things 
 then you'd have a problem. Some of the defaults in the configs may have 
 changed, but that would be minor. The MySQL thing is the only real big 
 one I can think of.

It's definitely mysql based, so hopefully no issues then.

Thanks,

--Duncan


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



Re: [qmailtoaster] Message Filters

2007-02-15 Thread Jake Vickers

Gilbert T. Gutierrez, Jr. wrote:

We are specifying the filters in Squirrelmail.  Is there a better way?

  
The filters in Squirrelmail will only run when you use the webmail 
client - they won't run if you use POP3. The better (read: harder) way 
to do it would be to modify/write your own mailfilter script to do what 
you want. You probably have one located in /etc/mail called mailfilter 
(which may not be running, unless you rebuilt with the --define 
'spambox=1' option and depending on what version you're running). Read 
up on the docs for maildrop and mailfilter and you'll see that you can 
do a lot of neat things with them.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] Cross Version Compatibility?

2007-02-15 Thread buffalo
On Thu, 15 Feb 2007, Erik A. Espinoza wrote:

 RH7.3 is very old and the MySQL format changed a bit since then.

Hmm. The mysql being used on that box was not stock RedHat, but a version 
we built from source, 3.23.54; the CentOS box is running 4.1.20.

I wonder if we'd have to dump the 3.x version of the DB from the backup
then recreate it from the dump on 4.1.20 in such a case?

--Duncan


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



Re: [qmailtoaster] Cross Version Compatibility?

2007-02-15 Thread Jake Vickers

[EMAIL PROTECTED] wrote:

On Thu, 15 Feb 2007, Jake Vickers wrote:

  
If the old one used regular flat files instead of MySQL based things 
then you'd have a problem. Some of the defaults in the configs may have 
changed, but that would be minor. The MySQL thing is the only real big 
one I can think of.



It's definitely mysql based, so hopefully no issues then.

Thanks,

--Duncan

  
I'd do a dry run to make sure. I have a backup and a restore script on 
my site that may do what you want (v2gnu.com).


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] Cross Version Compatibility?

2007-02-15 Thread buffalo
On Thu, 15 Feb 2007, Jake Vickers wrote:

 I'd do a dry run to make sure. I have a backup and a restore script on 
 my site that may do what you want (v2gnu.com).

Excellent, thanks, I'll check it out.

--Duncan



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



Re: [qmailtoaster] Cross Version Compatibility?

2007-02-15 Thread Erik A. Espinoza

You may be better off migrating to CentOS 3. It'll be supported for a
while and comes with MySQL 3.23.5x

Erik

On 2/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

On Thu, 15 Feb 2007, Erik A. Espinoza wrote:

 RH7.3 is very old and the MySQL format changed a bit since then.

Hmm. The mysql being used on that box was not stock RedHat, but a version
we built from source, 3.23.54; the CentOS box is running 4.1.20.

I wonder if we'd have to dump the 3.x version of the DB from the backup
then recreate it from the dump on 4.1.20 in such a case?

--Duncan


-
 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] Cross Version Compatibility?

2007-02-15 Thread Eric \Shubes\
[EMAIL PROTECTED] wrote:
 On Thu, 15 Feb 2007, Erik A. Espinoza wrote:
 
 RH7.3 is very old and the MySQL format changed a bit since then.
 
 Hmm. The mysql being used on that box was not stock RedHat, but a version 
 we built from source, 3.23.54; the CentOS box is running 4.1.20.
 
 I wonder if we'd have to dump the 3.x version of the DB from the backup
 then recreate it from the dump on 4.1.20 in such a case?
 
 --Duncan
 

I'm no MySQL expert, but I'd expect that you could dump the data in a
'generic' form and load from that. I'd be more concerned about the table
definitions (schema) than the MySQL versions, as they might have changed.
I'd definitely compare them to see (what version of vpopmail is on the old
server?). If the tables are different, I'd look into unloading just the
data, and use a script (you'd have to write/tailor one, but it's been done
before) to read the data and use vadduser to add them on the new side.
That'd be the safest route.

-- 
-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] SLOW SMTP SESSION - RESOLVED

2007-02-15 Thread Stanimir Markov

Hey, I just want to tell you, that this helped me too!

/var/qmail/control/blacklists , there my issue was, my SMTP sessions 
went from 40+sec to open connection, to 2-3 seconds!!!


I just left *-r bl.spamcop.net*  in there, and it works just fine now!

Erik A. Espinoza wrote:

Right. It's why I recommend that people use dns forwarders in their
caching name servers configuration.

Erik

On 2/15/07, Joseph Lundgren [EMAIL PROTECTED] wrote:

All,

Every time I've encountered mail slowdowns, DNS has been at fault.


Sincerely,


--
Joseph Lundgren
Systems Engineer
Peak Internet, LLC
[EMAIL PROTECTED]

-Original Message-
From: Erik A. Espinoza [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 14, 2007 10:36 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] SLOW SMTP SESSION - RESOLVED

It's probable you didn't setup forwarders in your localhost dns server.

Erik

On 2/14/07, 24x7server [EMAIL PROTECTED] wrote:

 dear friends

 the issue of slow smtp session is resolved. outgoing emails are 
really flying ...


 solution -- We changed the sequence of ip addresses in resolv.conf 
file and things are super quick now



 ORIGINAL SETTING
 nameserver 127.0.0.1
 nameserver 199.237.48.5
 nameserver 199.237.48.6


 CHANGED SETTING
 nameserver 199.237.48.5
 nameserver 199.237.48.6
 nameserver 127.0.0.1


 rajesh mahadeva

 -- Original Message --
 From: Thiago - TI - Realeza [EMAIL PROTECTED]
 Reply-To: qmailtoaster-list@qmailtoaster.com
 Date:  Wed, 14 Feb 2007 09:47:28 -0300

 Hello rajesh
 
 I had the same problem as you...
 
 I´ve done these things:
 
 - In /var/qmail/control/blacklists I remove all the blacklist urls 
and put

 only one: bl.spamcop.net
 - My distro was Fedora 4 with the new (from them) kernel 2.6.17 
and I got a
 lot of problems with out of memory and other things... see the 
attached
 file..what I do is just backup the kernel 2.6.16...Now, everything 
is OK

 the slow smtp stoped...
 
 I don´t know if this gonna helps you...but i´ve solved the 
problems here

 with it...see your DNS... like other guys says...
 
 regards
 
 
 thiago
 
 
 - Original Message -
 From: 24x7server [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Wednesday, February 14, 2007 3:16 AM
 Subject: Re: [qmailtoaster] SLOW SMTP SESSION
 
 
  hi
 
  both m/c are dell dual xeon 2.8 with 2 gb ram
 
  ips below are allocated for dns server by our isps.
 
  the slow machine is slow at the third stage ie sending message. 
it is fast

  during the stages -- connecting, authorizing
 
  slow machine -- bocacom, florida
  nameserver 127.0.0.1
  nameserver 199.237.48.5
  nameserver 199.237.48.6
 
 
  fast machine -- theplanet, texas
  nameserver 127.0.0.1
  nameserver 216.234.234.30
  nameserver 70.84.161.10
  nameserver 70.84.160.10
 
  rajesh
 
  -- Original Message --
  From: Eric \Shubes\ [EMAIL PROTECTED]
  Reply-To: qmailtoaster-list@qmailtoaster.com
  Date:  Tue, 13 Feb 2007 09:15:15 -0700
 
 24x7server wrote:
  hi
 
  both machines use normal port 25
 
 /var/qmail/control/blacklists could be the difference then. Are 
these

 files
 the same on both machines?
 
  however i noted one more point
  on the second machine when we send email to some domain within 
the same

  machine then it is fast.
 
 That's to be expected. qmail-send passes the message off to 
qmail-local

 instead of qmail-remote. Sounds like qmail-remote is where the
 sluggishness
 is. This doesn't make sense though, as the smtp session of the 
sender (MSA

 session) is complete by that point.
 
  mails to email ids on remote domains is slow in the sending 
message

  stage
 
 This is sounding more like a DNS problem. I'm guessing now that 
it's slow

 looking up MX records of recipient domains.
 
 Is there a DNS cache working on each machine?
 What's in the /etc/resolv.conf in both?
 
  also i have one more question -- is it possible to disable 
spam scanning
  for mail submission. i do not wish scan my authenticated users 
for spam,

  however i wish to maintain virus scanning
 
 TTBOMK, that's the way the toaster presently operates. When a 
client
 authenticates, RELAYCLIENT is set (which I'm guessing tells 
simscan not to

 scan for spam?). You should see this reflected in the smtp log.
 
 It'd be good to have your clients use port 587 for submission if 
that's

 feasible.
 
  thanks
 
  rajesh m
 
 
 
  -- Original Message --
  From: Eric \Shubes\ [EMAIL PROTECTED]
  Reply-To: qmailtoaster-list@qmailtoaster.com
  Date:  Mon, 12 Feb 2007 20:38:21 -0700
 
  24x7server wrote:
  hi
 
  we have two different type of installations of qmail toaster 
on two

  different machines
 
  m/c 1
  redhat enterprise 3
  qmailtoaster without using db for vpopmail
 
  m/c 2
  fedora 4
  qmailtoaster using mysql mysql 5 db for vpopmail
 
  both m/c are enabled in the same way with smtp 
authentication 

Re: [qmailtoaster] SLOW SMTP SESSION - RESOLVED

2007-02-15 Thread Erik A. Espinoza

Spamcop has been routinely blocking Gmail, Hotmail and others.

I tend to use just zen.spamhaus.org and that takes good care of me.

On 2/15/07, Stanimir Markov [EMAIL PROTECTED] wrote:


 Hey, I just want to tell you, that this helped me too!

 /var/qmail/control/blacklists , there my issue was, my SMTP sessions went
from 40+sec to open connection, to 2-3 seconds!!!

 I just left -r bl.spamcop.net  in there, and it works just fine now!

 Erik A. Espinoza wrote:
Right. It's why I recommend that people use dns forwarders in their
 caching name servers configuration.

 Erik

 On 2/15/07, Joseph Lundgren
[EMAIL PROTECTED] wrote:

All,

 Every time I've encountered mail slowdowns, DNS has been at fault.


 Sincerely,


 --
 Joseph Lundgren
 Systems Engineer
 Peak Internet, LLC
 [EMAIL PROTECTED]

 -Original Message-
 From: Erik A. Espinoza [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, February 14, 2007 10:36 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] SLOW SMTP SESSION - RESOLVED

 It's probable you didn't setup forwarders in your localhost dns server.

 Erik

 On 2/14/07, 24x7server [EMAIL PROTECTED] wrote:
 
  dear friends
 
  the issue of slow smtp session is resolved. outgoing emails are really
flying ...
 
  solution -- We changed the sequence of ip addresses in resolv.conf file
and things are super quick now
 
 
  ORIGINAL SETTING
  nameserver 127.0.0.1
  nameserver 199.237.48.5
  nameserver 199.237.48.6
 
 
  CHANGED SETTING
  nameserver 199.237.48.5
  nameserver 199.237.48.6
  nameserver 127.0.0.1
 
 
  rajesh mahadeva
 
  -- Original Message
--
  From: Thiago - TI - Realeza
[EMAIL PROTECTED]
  Reply-To: qmailtoaster-list@qmailtoaster.com
  Date:  Wed, 14 Feb 2007 09:47:28 -0300
 
  Hello rajesh
  
  I had the same problem as you...
  
  I´ve done these things:
  
  - In /var/qmail/control/blacklists I remove all the blacklist urls and
put
  only one: bl.spamcop.net
  - My distro was Fedora 4 with the new (from them) kernel 2.6.17 and I
got a
  lot of problems with out of memory and other things... see the attached
  file..what I do is just backup the kernel 2.6.16...Now, everything is
OK
  the slow smtp stoped...
  
  I don´t know if this gonna helps you...but i´ve solved the problems here
  with it...see your DNS... like other guys says...
  
  regards
  
  
  thiago
  
  
  - Original Message -
  From: 24x7server [EMAIL PROTECTED]
  To: qmailtoaster-list@qmailtoaster.com
  Sent: Wednesday, February 14, 2007 3:16 AM
  Subject: Re: [qmailtoaster] SLOW SMTP SESSION
  
  
   hi
  
   both m/c are dell dual xeon 2.8 with 2 gb ram
  
   ips below are allocated for dns server by our isps.
  
   the slow machine is slow at the third stage ie sending message. it is
fast
   during the stages -- connecting, authorizing
  
   slow machine -- bocacom, florida
   nameserver 127.0.0.1
   nameserver 199.237.48.5
   nameserver 199.237.48.6
  
  
   fast machine -- theplanet, texas
   nameserver 127.0.0.1
   nameserver 216.234.234.30
   nameserver 70.84.161.10
   nameserver 70.84.160.10
  
   rajesh
  
   -- Original Message
--
   From: Eric \Shubes\ [EMAIL PROTECTED]
   Reply-To: qmailtoaster-list@qmailtoaster.com
   Date:  Tue, 13 Feb 2007 09:15:15 -0700
  
  24x7server wrote:
   hi
  
   both machines use normal port 25
  
  /var/qmail/control/blacklists could be the difference
then. Are these
  files
  the same on both machines?
  
   however i noted one more point
   on the second machine when we send email to some domain within the
same
   machine then it is fast.
  
  That's to be expected. qmail-send passes the message off to
qmail-local
  instead of qmail-remote. Sounds like qmail-remote is where the
  sluggishness
  is. This doesn't make sense though, as the smtp session of the sender
(MSA
  session) is complete by that point.
  
   mails to email ids on remote domains is slow in the sending
message
   stage
  
  This is sounding more like a DNS problem. I'm guessing now that it's
slow
  looking up MX records of recipient domains.
  
  Is there a DNS cache working on each machine?
  What's in the /etc/resolv.conf in both?
  
   also i have one more question -- is it possible to disable spam
scanning
   for mail submission. i do not wish scan my authenticated users for
spam,
   however i wish to maintain virus scanning
  
  TTBOMK, that's the way the toaster presently operates. When a client
  authenticates, RELAYCLIENT is set (which I'm guessing tells simscan
not to
  scan for spam?). You should see this reflected in the smtp log.
  
  It'd be good to have your clients use port 587 for submission if
that's
  feasible.
  
   thanks
  
   rajesh m
  
  
  
   -- Original Message
--
   From: Eric \Shubes\ [EMAIL PROTECTED]
   Reply-To: qmailtoaster-list@qmailtoaster.com
   Date:  Mon, 12 Feb 2007 20:38:21 -0700
  
   24x7server wrote:
   hi
  
  

[qmailtoaster] Are the qmail lists down?

2007-02-15 Thread Steve Ingraham
I am not receiving any emails from the qmail or the qmailtoaster list.
Is something wrong with the list or my email server?
 
Steve
 


Re: [qmailtoaster] Are the qmail lists down?

2007-02-15 Thread Eric \Shubes\
Steve Ingraham wrote:
 I am not receiving any emails from the qmail or the qmailtoaster list. 
 Is something wrong with the list or my email server?
  
 Steve
  
I think it's just a slow day. S - don't disturb Murphy. ;)

-- 
-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] QmailAdmin does not show New Aliases in menu

2007-02-15 Thread Gaby Kule
Hi all,

I can add forwards accounts but not allias acoounts with qmailadmin, cause
this does not appear in the menu when I log in with the postmaster account.

Is there oher way to add it ?

thanks
Gabriel


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



Re: [qmailtoaster] QmailAdmin does not show New Aliases in menu

2007-02-15 Thread Eric \Shubes\
Gaby Kule wrote:
 Hi all,
 
 I can add forwards accounts but not allias acoounts with qmailadmin, cause
 this does not appear in the menu when I log in with the postmaster account.
 
 Is there oher way to add it ?
 
 thanks
 Gabriel
 
 

TTBOMK, forwards are the same as aliases. It's just the toaster's way of
handling this. Were you expecting something that aliases can do that
forwards don't?

-- 
-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] SLOW SMTP SESSION - FAQ

2007-02-15 Thread 24x7server
Hi all

based on what we have discussed, here are the checks to be made incase of a 
slow smtp session faced by emails users located on server sending out emails 
using outlook express or similar email client

in a real life practical example
assuming that your server has a ping response of less than 350 ms and
with a 64 kilobits per second (8 kilobytes connection) a one liner test email 
shud go in less than 5 seconds assuming that your server is having normal load 
of around 2-3.

follow the checks below

1) start with blacklists
remove all rbl lookups in your /var/qmail/control/blacklists file
if your smtp session improves then one of the rbls is the problem causer. 
preferred that you keep only -r bl.spamcop.net. adding others causes a lot or 
realife problems especially if you are hosting many domains and have many email 
users.

2) server dns check
check resolv.conf

a) ips shud be as such
nameserver 127.0.0.1
nameserver aaa.aaa.aaa.aaa
nameserver bbb.bbb.bbb.bbb

the 2nd and 3rd lines are the dns servers of your datacenter / isp

b) make sure that you have your local dns cache is working and forwarders are 
set correctly

d) try interchanging the sequence of ips
nameserver aaa.aaa.aaa.aaa
nameserver bbb.bbb.bbb.bbb
nameserver 127.0.0.1
if this speeds up the mailing then your local dns is at fault.

if the above checks fail then please post your question to the list


our request that other list participants add their comments to this for others 
to see.

rajesh m

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



[qmailtoaster] MS Outlook Theme on Squirrelmail

2007-02-15 Thread Gabriel Lai
Hi All,

I found this theme that might be wanted by many ppl in the list. Maybe can 
compile into RPM format.

link: http://sourceforge.net/projects/squirreloutlook/

Cheers.
Gab


 

Don't get soaked.  Take a quick peak at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather