Re: [qmailtoaster] Re: Dovecot Issue

2012-08-22 Thread Domnick Eger
I am running this on XenServer I am betting it the time sync, Thanks for
the quick responce. Going to try your other solutions too.

On 8/22/12 4:49 PM, Eric Shubert e...@shubes.net wrote:

On 08/22/2012 10:11 AM, Domnick Eger wrote:
 I noticed every 24 hours, dovecot doesn¹t allow some users to login, I
 have to manually restart the service. Ive checked the Dovecot Logs and I
 get Jul 19 05:17:04 imap-login: Info: Disconnected (tried to use
 disabled plaintext auth), but I have enabled plain text auth. As soon as
 I restart everyone back to normal again.


3 things come to mind. First, dovecot should not allow passwords to be
sent in clear text, so plaintext auth w/out TLS/SSL is not allowed. I
don't recall off hand what the configuration parameter is which controls
this, but I believe that it's set in the stock configuration.

Next, check to be sure that the time on the host is accurate and doesn't
drift. This is particularly problematic on virtual QMT hosts.

Lastly, I experienced the same thing, and as a preventative measure did
this (which starts dovecot if it's not running, every minute):

.) add the following to /etc/crontab:
# shubes 02/15/09 - restart dovecot if it stopped
*/1 * * * * root /usr/local/bin/monitor_dovecot

.) create executable script monitor_dovecot as follows:
#!/bin/sh
# check if dovecot's running, and start it if it's not
# shubes - 20090206 - created

service dovecot status /dev/null 21 || \
service dovecot start  /dev/null 21


-- 
-Eric 'shubes'




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Issue with Double Emails

2012-08-08 Thread Domnick Eger
I have one account that seems to get double emails, but no one else does. What 
could be causing this ?, I am using the latest version on CentOS 6x, with 
DoveCot.


Re: [qmailtoaster] Re: Installing on CentOS 6.x

2012-07-23 Thread Domnick Eger
I did notice a few things broken.  The logging, rrd graphs. Anyone have this 
issue ?  I installed the qtp plus and it won't even run the menu.  But I am 
sure that just a script change on the supported distro listing.  I was able to 
run the qtp plus scripts manually.  

Sent from my iPhone

On Jul 23, 2012, at 10:45 AM, Eric Shubert e...@shubes.net wrote:

 On 07/23/2012 08:03 AM, Amit wrote:
 I just managed to install QMT through your script on CentOS 6. Few things to
 know:
 
 1) I had installed 3 days back and today there was a ClamAV release. How do
 I update the same?
 
 The new clamav should build on COS6 with no modifications now. You'll need to 
 do it 'manually' for the time being though.
 
 2) SMTP over submission port is not working? Getting below error:
 
 [root@mail ~]# telnet localhost 587
 Trying ::1...
 telnet: connect to address ::1: Connection refused
 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
 Connection closed by foreign host.
 [root@mail ~]#
 
 What does your submission log show?
 
 3) @Eric, Any chance or update for qmailtoaster-plus for CentOS 6 as
 qtp-menu and other scripts are not working.
 
 The vpopmail upgrade is a higher priority. Since qmailadmin-toaster is part 
 of that upgrade, I'll see if I can get other COS6 modifications done along 
 with that. Don't hold me to it, but I'd like to finish getting this done by 
 the end of this month. Bharath has done a good deal of the work already.
 
 4) Qcontrol got installed but again it is not working.
 
 Jake will need to answer regarding Qcontrol, as he hasn't open sourced it. 
 FWIW, we're anticipating vqadmin working once again with the vpopmail 
 upgrade, so you may not need Qcontrol once that's available.
 
 -- 
 -Eric 'shubes'
 
 
 
 
 -
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
 
 


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Re: Installing on CentOS 6.x

2012-07-18 Thread Domnick Eger
I can confirm this works on CentOS 6.2 on XenServer 6.0 it took 35
minutes, and I was able to go live as soon as the script finished.

I migrated from cents 5.2, and did the backup, and restore took an hour.
Perfect setup. Thanks a bunch for that script.

On 7/18/12 8:24 PM, Eric Shubert e...@shubes.net wrote:

Just for the record, using RPMs is the preferred method (instead of
using CPAN), for several reasons that I don't think I need to expound.
RPMs will be used in the 'official' version, so doing so now would be
prudent.
-- 
-Eric 'shubes'

On 07/18/2012 03:25 PM, Ron Pacheco wrote:
 Oh, actually, looks like I may have interpreted your question backward.
 I suppose it would have been better to find the YUM packages for all the
 perl modules instead of using CPAN, but again, each of those sections
 was taken from code that essentially already did the heavy lifting, I
 simply adapted them to fit into the larger picture, and once it worked,
 I left it alone. That flow chart that starts Does it work? and later
 asks Did you f*** with it? comes to mind . . . :D

 On Wednesday, July 18, 2012 5:21:18 PM, Ron Pacheco wrote:
 Eric,

 Fair question. The short answer is that this script evolved as I
 tackled each install issue in turn, and being partly pieced from other
 install procedures and partly from my own code, what worked was simply
 left alone and kept intact. I believe that particular code that pulls
 those perl modules using YUM was part of one of the original CentOS 5
 install scripts where I borrowed part of the code from.

 Ron

 On Wednesday, July 18, 2012 5:07:14 PM, Eric Broch wrote:
 On 7/18/2012 2:03 PM, Ron Pacheco wrote:
 List,

 This question appears to come up often enough that a turnkey CentOS
 6.x installer script is probably worth sharing in its entirety. It is
 available for now via a folder on my company's Box account in both
 7zip and gzipped tar formats with accompanying MD5 and SHA1 hashes
(if
 someone has a more appropriate hosting location, let me know):

 https://www.box.com/shared/de954e52e0816ffc2e93

 This is not officially supported for anyone but myself, but as it can
 make CentOS 6.x installs trivial---I and several colleagues have used
 it without issue---I will try to respond to any queries about it that
 are posted here to this list.

 If you plan to use this, read the README thoroughly, and as with any
 unsupported script or software, it is strongly recommended that you
 browse through the script to be sure you understand it before using
it.

 Ron

 -
 To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com

 That looks good, Ron. May I ask one question? Why don't you install
the
 perl modules using YUM instead of CPAN as your script installs the
 rpmforge repo which maintains these modules?

 -
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com


 -
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com


 -
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com







-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Re: weird mail

2012-05-03 Thread Domnick Eger
That Listing in webmin.

Sent from my iPhone

On May 3, 2012, at 7:32 AM, Eric Shubert e...@shubes.net wrote:

 On 05/03/2012 01:04 AM, dani wrote:
 Dear All
 
 I have problem with my qmailtoaster (smtp), every day my qmail-queue
 send a lot of mail from other domain to the other domain too.
 
 What is the problem, I don’t understand .
 
 please
 
 Thank u
 
 Dani
 
 
 First of all, are you running spamdyke? If not, do so. 
 (http://qtp.qmailtoaster.com/trac/wiki/Features#qtp-install-spamdyke)
 
 These messages appear to me to be backscatter (some spammer has forged email 
 addresses from your domain). First step to cutting these back is to set up a 
 SPF record (DNS TXT) for each one of your domains.
 
 Please do these things, and we can go from there if the problem persists.
 
 P.S. Wow, what are you using to get that Mail Queue list? I'm thinking it 
 should be in the stock QMT.
 
 -- 
 -Eric 'shubes'
 
 
 -
 Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
 -
Please visit qmailtoaster.com for the latest news, updates, and packages.
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
 
 
 


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Help with bad reputation

2012-03-21 Thread Domnick Eger
If you search, I made comment about this a year ago. Senderscore was developed 
as a money gimic more than a way of controlling spam.

Here what you need to do to build up your reputation score. Signup at every 
major ISP that has a feedback loop you will need to sign up one by one. Your 
score can take as little as 30 days to improve if you comply with the feedback 
loop requirements. 

http://website.email-ethics.com/feedback-loops - here the list I use. 

If this is urgent, your better pony up some cash to get email certified and pay 
your ways out of this problem, it can range from 3000k per month to 1.1 million 
depending on your volume. If you're a non profit you might get away with 4k per 
year. I would say take your time and don't fall into the trap, just signup for 
the feedback loop for each program, and 30 days from now you'll see it get way 
better :).

-Original Message-
From: Ronnie Tartar [mailto:rtar...@host2max.com] 
Sent: Wednesday, March 21, 2012 10:55 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Help with bad reputation

Messages sitting in the queue and eventually, people get this bounce message.

shegetta.northing...@nike.com:
Connected to 68.232.135.83 but greeting failed.
Remote host said: 554-mx1.nike.iphmx.com
554 Your access to this mail system has been rejected due to the sending MTA's 
poor reputation. If you believe that this failure is in error, please contact 
the intended recipient via alternate means.
I'm not going to try again; this message has been in the queue too long.

It seems that this is only happening at a few domains, nike.com, Verizon.net?  

Pretty frustrating.  

-Original Message-
From: Brent Gardner [mailto:bgardnermailingli...@gmail.com]
Sent: Wednesday, March 21, 2012 1:44 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Help with bad reputation

On 03/21/2012 10:27 AM, Ronnie Tartar wrote:
 I'm having outgoing email issues.  Seems that my mail server has a bad 
 reputation, but I am not on any blacklists etc.



 I have no way of tracing this down.  Anybody know how to resolve this?



 http://www.senderbase.org/senderbase_queries/detailip?search_string=72
 .29.91
 .110


What's the IP address of your outbound mail server?  72.29.91.110?

Checking at robtex.com, it certainly doesn't look like this address is 
blacklisted.

PTR record is correctly configured.

What symptoms are you seeing that indicates that your server has a bad 
reputation?


Brent Gardner



-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Help with bad reputation

2012-03-21 Thread Domnick Eger
You know, it just a marketing campaign really. People see this, they do there 
senderscore, most IT people don't understand the politics in the ISP range, so 
they are forced to tell their boss that they need to pay for this, and then 
next thing you know it, your emails are going through but then you take a huge 
salary cut. It just an endless cycle. Trust me on this one, do the feedback 
loop, wait 30 days, you'll see a big difference.

-Original Message-
From: Cecil Yother, Jr. [mailto:c...@yother.com] 
Sent: Wednesday, March 21, 2012 12:09 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Help with bad reputation

Or fill your customer in on the extortion tactics that Nike and Verizon use to 
score their customers emails.  This sounds creepily like SORBS was when it 
started (better now with it's new owner).  Personally I would refuse to do 
business with companies that promote this type of behavior.

On 03/21/2012 11:56 AM, Domnick Eger wrote:
 If you search, I made comment about this a year ago. Senderscore was 
 developed as a money gimic more than a way of controlling spam.

 Here what you need to do to build up your reputation score. Signup at every 
 major ISP that has a feedback loop you will need to sign up one by one. Your 
 score can take as little as 30 days to improve if you comply with the 
 feedback loop requirements.

 http://website.email-ethics.com/feedback-loops- here the list I use.

 If this is urgent, your better pony up some cash to get email certified and 
 pay your ways out of this problem, it can range from 3000k per month to 1.1 
 million depending on your volume. If you're a non profit you might get away 
 with 4k per year. I would say take your time and don't fall into the trap, 
 just signup for the feedback loop for each program, and 30 days from now 
 you'll see it get way better :).

 -Original Message-
 From: Ronnie Tartar [mailto:rtar...@host2max.com]
 Sent: Wednesday, March 21, 2012 10:55 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] Help with bad reputation

 Messages sitting in the queue and eventually, people get this bounce message.

 shegetta.northing...@nike.com:
 Connected to 68.232.135.83 but greeting failed.
 Remote host said: 554-mx1.nike.iphmx.com
 554 Your access to this mail system has been rejected due to the sending 
 MTA's poor reputation. If you believe that this failure is in error, please 
 contact the intended recipient via alternate means.
 I'm not going to try again; this message has been in the queue too long.

 It seems that this is only happening at a few domains, nike.com, Verizon.net?

 Pretty frustrating.

 -Original Message-
 From: Brent Gardner [mailto:bgardnermailingli...@gmail.com]
 Sent: Wednesday, March 21, 2012 1:44 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Help with bad reputation

 On 03/21/2012 10:27 AM, Ronnie Tartar wrote:
 I'm having outgoing email issues.  Seems that my mail server has a 
 bad reputation, but I am not on any blacklists etc.



 I have no way of tracing this down.  Anybody know how to resolve this?



 http://www.senderbase.org/senderbase_queries/detailip?search_string=7
 2
 .29.91
 .110


 What's the IP address of your outbound mail server?  72.29.91.110?

 Checking at robtex.com, it certainly doesn't look like this address is 
 blacklisted.

 PTR record is correctly configured.

 What symptoms are you seeing that indicates that your server has a bad 
 reputation?


 Brent Gardner


 --
 --
 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
  Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
 --
 --
 -
   Please visit qmailtoaster.com for the latest news, updates, and 
 packages.

To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
   For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com




 --
 --- Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
  Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
 -
   Please visit qmailtoaster.com for the latest news, updates, and 
 packages.

To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
   For additional commands, e-mail: 
 qmailtoaster-list-h...@qmailtoaster.com





 --
 --- Qmailtoaster is sponsored by Vickers Consulting Group

RE: [qmailtoaster] Future Distros - RHEL/CentOS ONLY

2012-02-13 Thread Domnick Eger
+1 for CentOS, I ve used Scientific Linux and found CentOS still is a better 
fit for Enterprise.

-Original Message-
From: Helmut Fritz [mailto:hel...@fritz.us.com] 
Sent: Monday, February 13, 2012 8:40 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Future Distros - RHEL/CentOS ONLY

I have to echo the sentiment so far.  I do not see an issue with CentOS and 
moved that way myself well over two years ago after starting on Fedora.
CentOS is just more stable and the versions are supported longer.

-Original Message-
From: Carlos Herrera Polo [mailto:carlos.herrerap...@gmail.com]
Sent: Monday, February 13, 2012 5:50 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Future Distros - RHEL/CentOS ONLY

1+


2012/2/13, P.V.Anthony pvant...@singnet.com.sg:
 On 02/14/2012 01:43 AM, Eric Shubert wrote:

 In summary, going forward QMT will be available only on RHEL/CentOS 
 platforms, for both x86 and x86_64 architectures. This will simplify 
 spec files, documentation and installation/utility scripts 
 substantially.

 I agree and thank you all for the great work done.

 P.V.Anthony

 --
 --- Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and
installations.
   If you need professional help with your setup, contact them today!


-
  Please visit qmailtoaster.com for the latest news, updates, and 
 packages.

   To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
  For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com




--
Enviado desde mi dispositivo móvil


-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Question Regarding Internal Relay

2012-02-07 Thread Domnick Eger
I want to bypass the check so I can have my internal servers relay messages 
from sendmail to qmail. I set the following, but can't seems to get it too 
work. Am I missing something ?

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1
10.1.5.:allow,RELAYCLIENT=,SENDER_NOCHECK=1
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1


[qmailtoaster] RE: Question Regarding Internal Relay

2012-02-07 Thread Domnick Eger
The specific error is

554 qmail-dk: Cannot sign message due to invalid message syntax. (#5.3.0)

When I do a telnet test from that server, is there a way to exclude an ip block 
from a domain key check ?

From: Domnick Eger [mailto:de...@cobercafe.net]
Sent: Tuesday, February 07, 2012 10:10 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Question Regarding Internal Relay

I want to bypass the check so I can have my internal servers relay messages 
from sendmail to qmail. I set the following, but can't seems to get it too 
work. Am I missing something ?

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1
10.1.5.:allow,RELAYCLIENT=,SENDER_NOCHECK=1
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1


Re: [qmailtoaster] Re: Question Regarding Internal Relay

2012-02-07 Thread Domnick Eger
I found that on a google search didn't think it was broken on qmail toaster 
since qmail rocks listed this as a solution.  

Sent from my iPhone

On Feb 7, 2012, at 10:55 PM, Eric Shubert e...@shubes.net wrote:

 On 02/07/2012 10:23 PM, Domnick Eger wrote:
 The specific error is
 
 554 qmail-dk: Cannot sign message due to invalid message syntax. (#5.3.0)
 
 When I do a telnet test from that server, is there a way to exclude an
 ip block from a domain key check ?
 
 *From:*Domnick Eger [mailto:de...@cobercafe.net]
 *Sent:* Tuesday, February 07, 2012 10:10 PM
 *To:* qmailtoaster-list@qmailtoaster.com
 *Subject:* [qmailtoaster] Question Regarding Internal Relay
 
 I want to bypass the check so I can have my internal servers relay
 messages from sendmail to qmail. I set the following, but can’t seems to
 get it too work. Am I missing something ?
 
 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1
 
 10.1.5.:allow,RELAYCLIENT=,SENDER_NOCHECK=1
 
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1
 
 
 Specific errors are informative. This one is indicative of a bug in the 
 qmail-dk module which occurs occasionally.
 
 I would remove use of qmail-dk entirely:
 # cd /var/qmail/bin
 # ln -sf qmail-queue.orig qmail-queue
 # service qmail restart
 Not sure if the restart is necessary or not, but it doesn't hurt.
 This will effectively disable all domainkey processing.
 
 Perhaps we should remove qmail-dk from the stock package, seeing that it has 
 problems, and is being pretty much superceeded by dkim. Does anyone have any 
 thoughts about this?
 
 -- 
 -Eric 'shubes'
 
 
 -
 Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
 -
Please visit qmailtoaster.com for the latest news, updates, and packages.
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
 
 
 


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: Migrating to new server

2012-02-06 Thread Domnick Eger
If your using Exchange 2007, you can use the transporter ive done this several 
times, it goes smoothly without having to deal with going to each client.

http://www.microsoft.com/download/en/details.aspx?displaylang=enid=1329

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Monday, February 06, 2012 10:50 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Migrating to new server

On 02/06/2012 10:21 AM, John Raley wrote:
 One of my clients is moving from a Qmailtoaster server (setup by me) 
 to Exchange 2010 and has tasked me to perform the migration for them. 
 The problem I am having is that I have to manually change their 
 Outlook settings in order to switch them to their Exchange accounts. I 
 need to move the users over in groups and only a few at a time. I have 
 tried deleting their accounts on the Qmail server and their new emails 
 show up on their Exchange account.

How did you manage this?

 The problem I have is that users still on the Qmail server cannot send 
 email to users that have already moved to the Exchange server and vice 
 versa.

 Thoughts or suggestions on how to accomplish this?

I don't know of a way for a single domain to be split across two servers. Other 
than creating a subdomain to act as a bridge between the two servers (which I'm 
not entirely sure how that would work), I think your best approach is probably 
to get all the accounts over to Exchange asap.

You have my sympathies.

--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: vchkpw-pop3: vpopmail user not found

2012-01-12 Thread Domnick Eger
Just to put some notes out there, that doesn't seem like it would solve any 
problems.

Your still stuck with a single point of failure, if your backend decides to 
crap out your stuck with two dead front end boxes. Did you ever figure out what 
was causing the 100% load ?

What I would recommend is looking at your my.cnf for mysql, and see if you have 
it can squeeze some performance by adjusting the query cache, waittime out, and 
other things.

Just some info on what we did, here what we have working and it been working 
fine for over a year now.

What we have is pretty straight forward, and might help  you in your situation.

QMAIL1 (APACHE) - QMAIL2 (APACHE)
  |
  |
  LB (Virtual IP) - For Both Gluster and MySQL.
---
  | |
MYSQL (MASTER)   MYSQL (MASTER)
 |  |
NFS (Gluster)  NFS (Gluster)


A single QMAIL server alone even with crappy hardware cant host a few hundred 
domains and a few thousand accounts.




From: Kalil Costa - Brasilsite [mailto:ka...@brasilsite.com.br]
Sent: Thursday, January 12, 2012 2:03 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: vchkpw-pop3: vpopmail user not found


So I have two servers where are balanced connections and a storage with mysql 
and messages.


The two hosts are with qmailtoaster and NFS to storage, I need do this because 
the cpu load of one server was 100%, balance the connections was my solution 
for both cpu and redundancy.


My NFS is simple, directories shared with (rw,sync,no_root_squash) only this.



Topology



Server1   Server2
| |
|--|
 |
 |
 Storage
 (Mysql / NFS)



Some like this.



thk





Em 12-01-2012 17:57, Eric Shubert escreveu:
On 01/12/2012 12:25 PM, Kalil Costa - Brasilsite wrote:


the mysql is in the same server with NFS server.

I have one storage for NFS and Mysql

Please give us more information regarding your configuration. I have a feeling 
that you have something going on that we're not able to guess because we're not 
familiar with your setup.

Did you follow any guidelines regarding putting some things on NFS?

Have you used vqadmin at all?
-
 Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.comhttp://www.vickersconsulting.com) Vickers 
Consulting Group offers Qmailtoaster support and installations. If you need 
professional help with your setup, contact them today! 
-
 Please visit qmailtoaster.com for the latest news, updates, and packages. To 
unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.commailto:qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.commailto:qmailtoaster-list-h...@qmailtoaster.com


RE: [qmailtoaster] Re: [?? Probable Spam] Re: [qmailtoaster] Re: [qmailtoaster] Re: How can I configure qmailtoaster to prevent outbound spamming/ set up throttling/filter inbound spam messages with k

2012-01-10 Thread Domnick Eger
I would suggest you use a front end firewall to control possible brute force or 
abnormal connections.   Iptables, shorewall are great ways to control this as 
well. I use a combination of Sonicwall NSA, Shorewall, and Trend Micro OSSEC to 
monitor this type of behavior.

-Original Message-
From: Peter Peltonen [mailto:peter.pelto...@gmail.com] 
Sent: Tuesday, January 10, 2012 3:46 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: [?? Probable Spam] Re: [qmailtoaster] Re: 
[qmailtoaster] Re: How can I configure qmailtoaster to prevent outbound 
spamming/ set up throttling/filter inbound spam messages with keywords in 
subject, body, so on

Hi,

On Tue, Jan 10, 2012 at 2:23 PM, Amir Abbasi abb...@tebyanidc.ir wrote:
 Thanks, is there any throttling feature for qmail-toaster?

Please, do not top post.

Do you mean with throttling same as with bandwidth throttling:
http://en.wikipedia.org/wiki/Bandwidth_throttling

So that a server administrator may implement bandwidth throttling to control 
the number of requests a server responds to within a specified period of time?

Interesting idea: to limit the load originating from brute-force attacks it 
might be a good idea to throttle the requests down during night time. But I 
have no idea how one might to accomplish this, at least there is no direct 
support in qmailtoaster for this, I assume?

Best,
Peter

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Account Break-in Attempts

2011-12-07 Thread Domnick Eger
I use an application called OSSEC, from Trendmicro, it got active response 
system that can block this stuff for you if your using IPTables.

-Original Message-
From: Dave [mailto:dmacdon...@abnewsgroup.com] 
Sent: Wednesday, December 07, 2011 8:42 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Account Break-in Attempts

Install and use  fail2ban 

I have it sending me an email alert also.

Its great


On 12/7/2011 8:40 AM, Mike Tirpak wrote:
 Everyone,

 Logwatch has been reporting No Such User Found with over one 
 thousand failures for each name.  Of course someone is trying to find 
 an account to exploit.  Is there a way to block an IP address after so 
 many failed attempts on an account?

 Thanks,
 Mike

 --
 ---

 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and 
 installations.
  If you need professional help with your setup, contact them today!
 --
 ---

 Please visit qmailtoaster.com for the latest news, updates, and 
 packages.
  To unsubscribe, e-mail: 
 qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: 
 qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Need your help

2010-05-26 Thread Domnick Eger
I would make sure mysql is still running or not being overloaded. A lot of 
people miss this setting but disable name resolve. You can check if your maxing 
out your connection by logging into mysql shell and doing show processlist;  
The other option is too make sure your database is not currupt and just do a 
quick check.

Example:

[mysqld]
skip-name-resolve

From: Ganesh.payelkar [mailto:ganesh.payel...@gmail.com]
Sent: Tuesday, May 25, 2010 11:18 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Need your help

Dear Team,

 Today morning when i check my qmail logs on server. i found 
below error log, i am not getting what exactly the error is.

 vchkpw-pop3: invalid user/domain characters user  name:192.192.1.110


--
Regards,

Ganesh P


RE: [qmailtoaster] Opinions Please

2010-05-24 Thread Domnick Eger
I believe the dns load balancing is the most effective due to the nature of 
cost and simplicity. We have several F5 BigIP 3800 and there really pricy 
machines , but with there Global Load Balancing service it makes our life easy.

From: Scott Hughes [mailto:sonicscott9...@gmail.com]
Sent: Monday, May 24, 2010 1:43 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Opinions Please

I am considering setting up a second QMT server using Jake's replicated server 
tutorial.  These servers will be in two different cities for maximum 
redundancy.  If I remember correctly, Jake mentioned setting up DNS round robin 
to balance the two QMT servers.

My question is this:  Is DNS better for load balancing, or would it be better 
to utilize a load balancing program like 'balance' 
(http://www.inlab.de/balance.html) ?  Or does it really make a difference for 
this application.  I would be balancing IMAP (993) / SMTP (25) / POP3 (110).

Thanks,

Scott


RE: [qmailtoaster] concurrency

2010-04-07 Thread Domnick Eger
The best way is to use tools like vmstats, I personally found Ktune to work 
really well with disk optimization for Qmail if your using CentOS, and 
optimizing your mysql configurations.

From: Noel Rivera [mailto:nriv...@dsselp.com]
Sent: Wednesday, April 07, 2010 2:16 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] concurrency

Hello List I Have 1 qmail server with 12 virtual domains, what is the best 
configuration for concurrencyincoming and concurrencyremote .

In a few days the server is slow in send mails, and I need to delete messages 
from queue.

What can I do to tunning my system.

Thanks





RE: [qmailtoaster] AOL Issue FYI

2010-03-23 Thread Domnick Eger
To avoid this problem you need to join there Feedback loop program, especially 
if you want off of ORBS you should really participate with Return Path so that 
when you email Yahoo, AOL, or Hotmail you wont have a queue full of 
undeliveriable messages.

From: Scott Hughes [mailto:sonicscott9...@gmail.com]
Sent: Tuesday, March 23, 2010 9:29 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] AOL Issue FYI

For anyone (or your users) that receives email from AOL, I received this email 
from AOL:
Hi,
We are unable to remove our IP address from SORBS due to the donation policy 
they expect. To allow aol mails, either whitelist our domain or IP's at your 
end.
http://postmaster.aol.com/Postmaster.OMRs.html
--

Thank you,

Sridhar



AOL Postmaster.

The IP address of the server is: 64.12.206.41  and the hostname is:  
imr-ma03.mx.aol.comhttp://imr-ma03.mx.aol.com/

Thanks,

Scott


RE: [qmailtoaster] AOL Issue FYI

2010-03-23 Thread Domnick Eger
AOL - http://postmaster.aol.com/fbl/fblinfo.html
Yahoo - http://feedbackloop.yahoo.net/
Hotmail - http://postmaster.live.com/FightingJunk.aspx
USA.Net - http://fbl.usa.net/

The company who runs the program is called return path - 
http://www.returnpath.net/ - Very expensive if you let them take care of it for 
you, we sent out 200,000 a week, and they wanted 30k per month to certify our 
mail, I just figured out what they were doing, three months later, 100% 
deliverability rate. So don't waste your money if you don't have too.

Basically you setup a account called FBL or 
feedb...@yourdomian.commailto:feedb...@yourdomian.com,

make sure you have postmater setup for each domain

Then signup and your all set.


From: Helmut Fritz [mailto:hel...@phpwebservices.com]
Sent: Tuesday, March 23, 2010 9:50 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] AOL Issue FYI

Whose feedback program?  AOL, etc.?  or ORBS?  do you have a link?  i have 
occasionally run into issues with AOL and SBC Global, but it has been a couple 
of years.  thx.

Helmut


From: Domnick Eger [mailto:de...@cobercafe.net]
Sent: Tuesday, March 23, 2010 9:45 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] AOL Issue FYI
To avoid this problem you need to join there Feedback loop program, especially 
if you want off of ORBS you should really participate with Return Path so that 
when you email Yahoo, AOL, or Hotmail you wont have a queue full of 
undeliveriable messages.

From: Scott Hughes [mailto:sonicscott9...@gmail.com]
Sent: Tuesday, March 23, 2010 9:29 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] AOL Issue FYI

For anyone (or your users) that receives email from AOL, I received this email 
from AOL:
Hi,
We are unable to remove our IP address from SORBS due to the donation policy 
they expect. To allow aol mails, either whitelist our domain or IP's at your 
end.
http://postmaster.aol.com/Postmaster.OMRs.html
--

Thank you,

Sridhar



AOL Postmaster.

The IP address of the server is: 64.12.206.41  and the hostname is:  
imr-ma03.mx.aol.comhttp://imr-ma03.mx.aol.com/

Thanks,

Scott


RE: [qmailtoaster] AOL Issue FYI

2010-03-23 Thread Domnick Eger
I also forgot, some require you to prove ownership of your Class C if you have 
one, so make sure you work with your ISP or Datacenter to add you to there 
abuse list, so that they can verify you're the legitimate sender as well.



FW: [qmailtoaster] AOL Issue FYI

2010-03-23 Thread Domnick Eger

AOL - http://postmaster.aol.com/fbl/fblinfo.html
Yahoo - http://feedbackloop.yahoo.net/
Hotmail - http://postmaster.live.com/FightingJunk.aspx
USA.Net - http://fbl.usa.net/

The company who runs the program is called return path - 
http://www.returnpath.net/ - Very expensive if you let them take care of it for 
you, we sent out 200,000 a week, and they wanted 30k per month to certify our 
mail, I just figured out what they were doing, three months later, 100% 
deliverability rate. So don't waste your money if you don't have too.

Basically you setup a account called FBL or 
feedb...@yourdomian.commailto:feedb...@yourdomian.com,

make sure you have postmater setup for each domain

Then signup and your all set.


From: Helmut Fritz [mailto:hel...@phpwebservices.com]
Sent: Tuesday, March 23, 2010 9:50 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] AOL Issue FYI

Whose feedback program?  AOL, etc.?  or ORBS?  do you have a link?  i have 
occasionally run into issues with AOL and SBC Global, but it has been a couple 
of years.  thx.

Helmut


From: Domnick Eger [mailto:de...@cobercafe.net]
Sent: Tuesday, March 23, 2010 9:45 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] AOL Issue FYI
To avoid this problem you need to join there Feedback loop program, especially 
if you want off of ORBS you should really participate with Return Path so that 
when you email Yahoo, AOL, or Hotmail you wont have a queue full of 
undeliveriable messages.

From: Scott Hughes [mailto:sonicscott9...@gmail.com]
Sent: Tuesday, March 23, 2010 9:29 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] AOL Issue FYI

For anyone (or your users) that receives email from AOL, I received this email 
from AOL:
Hi,
We are unable to remove our IP address from SORBS due to the donation policy 
they expect. To allow aol mails, either whitelist our domain or IP's at your 
end.
http://postmaster.aol.com/Postmaster.OMRs.html
--

Thank you,

Sridhar



AOL Postmaster.

The IP address of the server is: 64.12.206.41  and the hostname is:  
imr-ma03.mx.aol.comhttp://imr-ma03.mx.aol.com/

Thanks,

Scott


[qmailtoaster] Alternative Additional Port for SMTP

2010-01-30 Thread Domnick Eger
Hi List,

Just wanted too see if anyone had a quick and easy way to get another port 
assigned so I can get people to use the qmail mail server to email if there ISP 
is blocking them.



RE: [qmailtoaster] Re: erro with password

2010-01-18 Thread Domnick Eger
We use OSSEC, on Qmailtoaster, it autoblock password cracker and emails you
every time the group of them hit your server 5+ times. We used this on 200 +
servers with 1.4 million clients per day and it keeps us PCI compliant and
get the jokers from brute forcing our sites.

 

http://www.ossec.net/

 

 

 

  _  

From: Anderson Alves de Albuquerque [mailto:anderso...@gmail.com] 
Sent: Monday, January 18, 2010 7:11 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: erro with password

 



 I am want to know the files beacause I need to write my script. I need to
block IP of the crackers.




On Tue, Jan 19, 2010 at 12:04 AM, Eric Shubert e...@shubes.net wrote:

Anderson Alves de Albuquerque wrote:



 If cracker try password in server with qmail toaster, What file log can I
look?

 

That depends what protocol cracker is trying to break in on.

You'll typically see messages in the logwatch report.

-- 
-Eric 'shubes'



-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
  Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!

-
   Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
   For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com






-- 
[], Anderson Alves de Albuquerque.
---
E-mails: andersonalvesdealbuquerque#hotmail.com (replace # by @)
andersonaa#gmail.com (replace # by @) 
ICQ: 73222660 
---



RE: [qmailtoaster] Re: erro with password

2010-01-18 Thread Domnick Eger
But if you want to go the hard way :-) , /var/log/maillog - this is where
ossec scans for password crackers.

 

  _  

From: Anderson Alves de Albuquerque [mailto:anderso...@gmail.com] 
Sent: Monday, January 18, 2010 7:11 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: erro with password

 



 I am want to know the files beacause I need to write my script. I need to
block IP of the crackers.




On Tue, Jan 19, 2010 at 12:04 AM, Eric Shubert e...@shubes.net wrote:

Anderson Alves de Albuquerque wrote:



 If cracker try password in server with qmail toaster, What file log can I
look?

 

That depends what protocol cracker is trying to break in on.

You'll typically see messages in the logwatch report.

-- 
-Eric 'shubes'



-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
  Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!

-
   Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
   For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com






-- 
[], Anderson Alves de Albuquerque.
---
E-mails: andersonalvesdealbuquerque#hotmail.com (replace # by @)
andersonaa#gmail.com (replace # by @) 
ICQ: 73222660 
---



RE: [qmailtoaster] error in clamav

2010-01-08 Thread Domnick Eger
Got your /etc/tcprules.d/tcp.smtp



Remove 

 

,QMAILQUEUE=/var/qmail/bin/simscan

 

Then

 

Qmailctl cdb

 

Qmailctl restart

 

  _  

From: Ganesh.payelkar [mailto:ganesh.payel...@gmail.com] 
Sent: Friday, January 08, 2010 11:14 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] error in clamav

 

Dear All,


Today i am getting this error in every mail. Kindly help me in this issue..

ClamAV: msg-5002-23.html contains Exploit.PDF-9669 



-- 
Regards,

Ganesh P



RE: [qmailtoaster] error in clamav

2010-01-08 Thread Domnick Eger
I noticed this on my server midnight GMT, today, that was my quick fix till
I have time to fix the actually problem.

 

  _  

From: Ganesh.payelkar [mailto:ganesh.payel...@gmail.com] 
Sent: Friday, January 08, 2010 11:14 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] error in clamav

 

Dear All,


Today i am getting this error in every mail. Kindly help me in this issue..

ClamAV: msg-5002-23.html contains Exploit.PDF-9669 



-- 
Regards,

Ganesh P



RE: [qmailtoaster] error in clamav

2010-01-08 Thread Domnick Eger
It will disable virus scanning for now, I would say someone In the group
will have a fix by tomorrow, if not I ll report on my fix.

 

  _  

From: Ganesh.payelkar [mailto:ganesh.payel...@gmail.com] 
Sent: Friday, January 08, 2010 11:30 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] error in clamav

 

Dear Domnick,

 But if i remove this i will not able to scan right..

-- 
Regards,

Ganesh P


On Sat, Jan 9, 2010 at 11:47 AM, Domnick Eger de...@cobercafe.net wrote:

Got your /etc/tcprules.d/tcp.smtp

Remove 

 

,QMAILQUEUE=/var/qmail/bin/simscan

 

Then

 

Qmailctl cdb

 

Qmailctl restart

 

  _  

From: Ganesh.payelkar [mailto:ganesh.payel...@gmail.com] 
Sent: Friday, January 08, 2010 11:14 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] error in clamav

 

Dear All,


Today i am getting this error in every mail. Kindly help me in this issue..

ClamAV: msg-5002-23.html contains Exploit.PDF-9669 



-- 
Regards,

Ganesh P







RE: [qmailtoaster] Multiple domain names in header

2009-10-06 Thread Domnick Eger
If you join there Junk Mail Sender group you can get yourself removed very
fast.

 

https://support.msn.com/eform.aspx?productKey=edfsjmrpp
https://support.msn.com/eform.aspx?productKey=edfsjmrpppage=support_home_o
ptions_form_byemailct=eformtsscrx=1
page=support_home_options_form_byemailct=eformtsscrx=1

 

This is similar to Return Path with there feedback loop, The biggest thing
with MSN is having a Reverse DNS, and have a decent sender score. I would
signup with there Sender group first and get yourself removed, it harder
when you email them they don't seem to check there support queues very much.

 

  _  

From: Adam Glass [mailto:adamgl...@gmail.com] 
Sent: Tuesday, October 06, 2009 2:21 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Multiple domain names in header

 

Hi all,

Thanks again for the help resolving the fully qualified hostname question.
Here's another (and hopefully the last):  When we send e-mail to someone
with an @msn.com address it is immediately rejected.

The message hints that it may be spam-related, but that is definitely not
true.  Our hosting provider is extremely careful about that, our businesses
do not send mass e-mails, and I just double-checked our IP address on
Spamhaus and it is clean.

This might have to do with my QMT configuration for our two domains.  Here
are the headers from a rejected message (I obscured the recipient's username
but nothing else is changed):



Hi. This is the qmail-send program at pmcawab.parkermerrick.com.


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.









 mailto:cjccat...@msn.com recipi...@msn.com:


Connected to 65.55.37.120 but sender was rejected.


Remote host said: 550 OU-001 Mail rejected by Windows Live Hotmail for
policy reasons. Reasons for rejection may be related to content with
spam-like characteristics or IP/domain reputation problems. If you are not
an email/network admin please contact your E-mail/Internet Service Provider
for help. Email/network admins, please visit http://postmaster.live.com
http://postmaster.live.com/  for email delivery information and support









--- Below this line is a copy of the message.





Return-Path:  mailto:a...@awabllc.com a...@awabllc.com


Received: (qmail 3540 invoked by uid 89); 6 Oct 2009 20:56:51 -






Received: by simscan 1.3.1 ppid: 3533, pid: 3536, t: 0.0729s


 scanners: attach: 1.3.1 clamav: 0.95.1


/m:50/d:9332


Received: from unknown (HELO ?137.52.23.46?)
(a...@parkermerrick.com@137.52.23.46)






  by pmcawab with ESMTPA; 6 Oct 2009 20:56:51 -


Message-ID:  mailto:4acbaf11.3080...@awabllc.com
4acbaf11.3080...@awabllc.com


Date: Tue, 06 Oct 2009 16:56:49 -0400






From: Adam Glass  mailto:a...@awabllc.com a...@awabllc.com


User-Agent: Thunderbird 2.0.0.23 (X11/20090817)


MIME-Version: 1.0


To: recipi...@msn.com mailto:cjccat...@msn.com 






Subject: Hose clamps


Content-Type: text/html; charset=ISO-8859-1


Content-Transfer-Encoding: 7bit



I tried changing our me and smtpgreeting files two different ways, but with
the same result.  In one case I put [137.52.23.46] into the me file.  In the
other case I changed me and smtpgreeting to use the awabllc name instead of
parkermerrick.  QMT was restarted after each change, but no joy.

Any suggestions or advice would be most appreciated.

Thank you!
--Adam



[qmailtoaster] SPAM WhiteList

2009-10-05 Thread Domnick Eger
Hi Qmail Group,

 

What the best way of figuring out why Qmail would be blocking it own domains
that its hosting as SPAM, had a few complaints from my internal users about
getting marked as SPAM when they sent to the same domain. Any suggestions
would be appreciated :-).



RE: [qmailtoaster] re: qtp-menu

2009-09-17 Thread Domnick Eger
If you used the ISO, it should be located in
/opt/qmailtoaster-plus/bin/qtp-menu

Do a updatedb, then locate qtp-menu.



-Original Message-
From: Maxwell Smart [mailto:c...@yother.com] 
Sent: Thursday, September 17, 2009 12:27 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] re: qtp-menu

I am building a test machine using QMT ISO 5.1.  I did a default
install, but no qtp-menu.

How do I resolve this?

CJ


-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: OT default apache ?

2009-09-13 Thread Domnick Eger
Your best bet is to use .htaccess

Deny from All
Allow from 192.168.1.0/24


-Original Message-
From: Maxwell Smart [mailto:c...@yother.com] 
Sent: Sunday, September 13, 2009 6:14 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: OT default apache ?

This is more an Apache question, but I know that most everyone on this
list with the exception of me knows the answer.

How do I setup my webserver not to answer to requests to my ip?  I have
been reading that this can be very dangerous and mine currently answers
to my default page served up by Apache.

Thanks,

CJ



-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: OT default apache ?

2009-09-13 Thread Domnick Eger
Best to put this in your directory root, if you want only your internal user
to access it.

-Original Message-
From: Domnick Eger [mailto:de...@cobercafe.net] 
Sent: Sunday, September 13, 2009 6:59 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Re: OT default apache ?

Your best bet is to use .htaccess

Deny from All
Allow from 192.168.1.0/24


-Original Message-
From: Maxwell Smart [mailto:c...@yother.com] 
Sent: Sunday, September 13, 2009 6:14 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: OT default apache ?

This is more an Apache question, but I know that most everyone on this
list with the exception of me knows the answer.

How do I setup my webserver not to answer to requests to my ip?  I have
been reading that this can be very dangerous and mine currently answers
to my default page served up by Apache.

Thanks,

CJ



-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: OT default apache ?

2009-09-13 Thread Domnick Eger
Just a matter of opinion but I wouldn't worry too much about pulling by ip.
I actually just put redirect on the default page to send them to a misc
site. I would be more afraid of exploits in Redcube or any other updated php
code that may be accessible to the public. If you have a decent firewall you
should be ok. We use shorewall and they have a lot of good protection and
features. Taking good security practices in the httpd.conf and php.ini
should keep you fairly safe.

-Original Message-
From: Maxwell Smart [mailto:c...@yother.com] 
Sent: Sunday, September 13, 2009 8:52 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Re: OT default apache ?

Thanks guys.

This is a public web server.   I just want to deny access to incoming 
requests that are directed at the IP and not a specific domain.

Am I correct with my understanding of what I read about it's 
vulnerabilities or should I not worry?

CJ

Domnick Eger wrote:
 Best to put this in your directory root, if you want only your internal
user
 to access it.

 -Original Message-
 From: Domnick Eger [mailto:de...@cobercafe.net] 
 Sent: Sunday, September 13, 2009 6:59 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: RE: [qmailtoaster] Re: OT default apache ?

 Your best bet is to use .htaccess

 Deny from All
 Allow from 192.168.1.0/24


 -Original Message-
 From: Maxwell Smart [mailto:c...@yother.com] 
 Sent: Sunday, September 13, 2009 6:14 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: OT default apache ?

 This is more an Apache question, but I know that most everyone on this
 list with the exception of me knows the answer.

 How do I setup my webserver not to answer to requests to my ip?  I have
 been reading that this can be very dangerous and mine currently answers
 to my default page served up by Apache.

 Thanks,

 CJ




 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and
installations.
   If you need professional help with your setup, contact them today!


 -
  Please visit qmailtoaster.com for the latest news, updates, and
 packages.
  
   To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
  For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com





 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and
installations.
   If you need professional help with your setup, contact them today!


 -
  Please visit qmailtoaster.com for the latest news, updates, and
 packages.
  
   To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
  For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com





-
 Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and
installations.
   If you need professional help with your setup, contact them today!


-
  Please visit qmailtoaster.com for the latest news, updates, and
packages.
  
   To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
  For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com


   


-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail

RE: [qmailtoaster] yahoo and gmail spam

2009-09-11 Thread Domnick Eger
Implement Domain Key, DKIM, and Join Yahoo Feedback Loop, check if your ip
is on blacklist too. The company who does everyone spam scoring is called
Return Path, there really expensive but there site has all this information
on there site.

 

  _  

From: Toni Cosma [mailto:toni...@gmail.com] 
Sent: Friday, September 11, 2009 12:01 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] yahoo and gmail spam

 

Hi list,

I have migrated my old slack qmail server on a brand new cent os 5.3
qmailtoaster server.
The new server has also a new IP address. I have about 30 mail domains.
My problem is when my clients send emails to yahoo or gmail accounts they
are
delivered into spam folder.

any suggestion would be appreciated

Toni





- Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com) Vickers Consulting Group offers Qmailtoaster
support and installations. If you need professional help with your setup,
contact them today!

- Please visit qmailtoaster.com for the latest news, updates, and
packages. To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com For additional commands,
e-mail: qmailtoaster-list-h...@qmailtoaster.com


RE: [qmailtoaster] yahoo and gmail spam

2009-09-11 Thread Domnick Eger
Oh and reverse DNS is also very important.

 

  _  

From: Toni Cosma [mailto:toni...@gmail.com] 
Sent: Friday, September 11, 2009 12:01 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] yahoo and gmail spam

 

Hi list,

I have migrated my old slack qmail server on a brand new cent os 5.3
qmailtoaster server.
The new server has also a new IP address. I have about 30 mail domains.
My problem is when my clients send emails to yahoo or gmail accounts they
are
delivered into spam folder.

any suggestion would be appreciated

Toni





- Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com) Vickers Consulting Group offers Qmailtoaster
support and installations. If you need professional help with your setup,
contact them today!

- Please visit qmailtoaster.com for the latest news, updates, and
packages. To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com For additional commands,
e-mail: qmailtoaster-list-h...@qmailtoaster.com


RE: [qmailtoaster] yahoo and gmail spam

2009-09-11 Thread Domnick Eger
We found the Feedback Loop to be very effective, if you're a ISP you can
always request a white listing of your IP's, but Yahoo is not the only one
who uses return path, Comcast, Cox, Roadrunner, Usamail, these also can give
you a lot of trouble. We send a little over 80,000 messages a day, and if
you actively follow the feedback loop you will avoid this issues. If your
blocked currently with Yahoo, you will have to request yourself to be
removed. This can take 4 - 6 days on average after you fight with them. Make
sure you have a plan and clear Privacy Statement, Terms of User, and easy
way of unsubscribing from your mail listings.

-Original Message-
From: Rajesh M [mailto:24x7ser...@24x7server.net] 
Sent: Friday, September 11, 2009 7:29 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] yahoo and gmail spam

hello

inspite of all this -- you may have some problems initially till hotmail
and yahoo learns that emails from your server ip is not spam

we also had this problem initially so i used to send test emails to my
hotmail and yahoo accounts and specifically declare them as not-spam

i also explicitly emailed hotmail people using their feedback form.
this is their email id
sends.edfs.ww.00.en.rta.sea.es.gst.lv1.00...@css.one.microsoft.com

this problem got resolved in around 3-4 days

hotmail was very very peculiar -- if email sized was less than 2 kb they
used to put in spam, so while sending test emails for checking ensure that
they have some text content exceeding 2 kb.

all i can say is good luck to you

rajesh



 Domain Key and reverse DNS are ok.
  I will implement DKIM and join yahoo feedback loop.

  thx


  Domnick Eger wrote: Implement Domain Key, DKIM,
 and Join Yahoo Feedback Loop, check if your ip is on blacklist too. The
 company who does everyone spam scoring is called Return Path, there
 really expensive but there site has all this information on there site.
  From: Toni Cosma [mailto:toni...@gmail.com]
Sent: Friday, September 11, 2009 12:01 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] yahoo and gmail spam  Hi list,

  I have migrated my old slack qmail server on a brand new cent os 5.3
 qmailtoaster server.
  The new server has also a new IP address. I have about 30 mail domains.
  My problem is when my clients send emails to yahoo or gmail accounts they
 are
  delivered into spam folder.

any suggestion would be appreciated

Toni




-
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com) Vickers Consulting Group offers
 Qmailtoaster support and installations. If you need professional
 help with your setup, contact them today!


-
 Please visit qmailtoaster.com for the latest news, updates, and
 packages. To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com For additional
 commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


-
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com) Vickers Consulting Group offers
 Qmailtoaster support and installations.   If you need professional
 help with your setup, contact them today!


-
  Please visit qmailtoaster.com for the latest news, updates, and
 packages. To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com  For additional
 commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com







-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

RE: [qmailtoaster] IMAP

2009-09-11 Thread Domnick Eger
You will have open up the ports on your firewall, port 143. But the toaster
run imap without any extra configurations.

-Original Message-
From: Noel Rivera (Border Less) [mailto:nriv...@borderless.com.mx] 
Sent: Friday, September 11, 2009 4:35 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] IMAP

Hello List Actually I run my Qmail toaster server with pop3 and I want to
kwon what can I do to change my configuration to an IMAP, well the first
question Is this possible in Qmail toaster?




-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] IMAP

2009-09-11 Thread Domnick Eger
I believe IMAPS works too, that port 993.

-Original Message-
From: Noel Rivera [mailto:nriv...@borderless.com.mx] 
Sent: Friday, September 11, 2009 4:43 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] IMAP

thanks I do this test ant It works perfectly thanks
- Original Message - 
From: Domnick Eger de...@cobercafe.net
To: qmailtoaster-list@qmailtoaster.com
Sent: Friday, September 11, 2009 5:42 PM
Subject: RE: [qmailtoaster] IMAP


 You will have open up the ports on your firewall, port 143. But the 
 toaster
 run imap without any extra configurations.

 -Original Message-
 From: Noel Rivera (Border Less) [mailto:nriv...@borderless.com.mx]
 Sent: Friday, September 11, 2009 4:35 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] IMAP

 Hello List Actually I run my Qmail toaster server with pop3 and I want to
 kwon what can I do to change my configuration to an IMAP, well the first
 question Is this possible in Qmail toaster?





 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!


 -
 Please visit qmailtoaster.com for the latest news, updates, and
 packages.

  To unsubscribe, e-mail: 
 qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com





-
 Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!


-
 Please visit qmailtoaster.com for the latest news, updates, and 
 packages.

  To unsubscribe, e-mail: 
 qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: 
 qmailtoaster-list-h...@qmailtoaster.com


 



-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: bandwidth hog

2009-08-19 Thread Domnick Eger
That usually means Yahoo or another ISP is deferring your connection due to
reported abuse, or you have exceeded your allow connection in each session.
This is common with Yahoo, if it extend more then two days, your on there
Blacklist and have to get removed by feeling out the form on there website.
Also think about joining there feedback loop, so you can avoid these issues.
Your best bet is to find out why you got blocked and adjust your settings.

-Original Message-
From: Kent Busbee [mailto:kbusb...@gmail.com] 
Sent: Wednesday, August 19, 2009 2:33 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: bandwidth hog

On Wed, Aug 19, 2009 at 4:20 PM, Kent Busbeekbusb...@gmail.com wrote:
 On Wed, Aug 19, 2009 at 3:53 PM, Kent Busbee kbusb...@gmail.com wrote:

 Ok, now I am subscribed in gmail and should be able to email more
efficiently.

 DNS warn - I don't think it is that big a deal, and my ISP does my DNS. 
I am sure he is on .com not .org, thus not the same TLD.

 The problem at hand is getting these messages in the queue out 213 and
growing.  What is preventing the emails from going to the outside world? 
What should I check?

 Phil Wrote:

What do you mean you changed a DC to backup? Is DNS still on it? Is that
where you are getting dns from? If you removed AD from a DNS DC, then DNS
will be flakey if it runs at all.

Try random browsing from the toaster and see how well DNS performs.


 I mean that I moved the Operations Master roll on my MS w2k server and
 moved it to my MS w2k3 server.  One of those rolls is Domain naming
 master.  However, the DNS seems to be fine.  I pinged half a dozen
 random web sites and they are resolved fine.


I am getting a lot of these in my send log:

08-19 16:28:02 delivery 1264: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMT
P_connection._(#4.4.1)/


-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: bandwidth hog

2009-08-19 Thread Domnick Eger
Also to add, use domain-keys, reverse dns, and DKIM, if possible, this will
eliminate delays in the sending of mail.

-Original Message-
From: Domnick Eger [mailto:de...@cobercafe.net] 
Sent: Wednesday, August 19, 2009 2:55 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] Re: bandwidth hog

That usually means Yahoo or another ISP is deferring your connection due to
reported abuse, or you have exceeded your allow connection in each session.
This is common with Yahoo, if it extend more then two days, your on there
Blacklist and have to get removed by feeling out the form on there website.
Also think about joining there feedback loop, so you can avoid these issues.
Your best bet is to find out why you got blocked and adjust your settings.

-Original Message-
From: Kent Busbee [mailto:kbusb...@gmail.com] 
Sent: Wednesday, August 19, 2009 2:33 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: bandwidth hog

On Wed, Aug 19, 2009 at 4:20 PM, Kent Busbeekbusb...@gmail.com wrote:
 On Wed, Aug 19, 2009 at 3:53 PM, Kent Busbee kbusb...@gmail.com wrote:

 Ok, now I am subscribed in gmail and should be able to email more
efficiently.

 DNS warn - I don't think it is that big a deal, and my ISP does my DNS. 
I am sure he is on .com not .org, thus not the same TLD.

 The problem at hand is getting these messages in the queue out 213 and
growing.  What is preventing the emails from going to the outside world? 
What should I check?

 Phil Wrote:

What do you mean you changed a DC to backup? Is DNS still on it? Is that
where you are getting dns from? If you removed AD from a DNS DC, then DNS
will be flakey if it runs at all.

Try random browsing from the toaster and see how well DNS performs.


 I mean that I moved the Operations Master roll on my MS w2k server and
 moved it to my MS w2k3 server.  One of those rolls is Domain naming
 master.  However, the DNS seems to be fine.  I pinged half a dozen
 random web sites and they are resolved fine.


I am getting a lot of these in my send log:

08-19 16:28:02 delivery 1264: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMT
P_connection._(#4.4.1)/


-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!

-
 Please visit qmailtoaster.com for the latest news, updates, and
packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] imap is working fine but pop3 is not

2009-04-29 Thread Domnick Eger

Sollunga S wrote:


Team,

 

telnet mail.mydomain.com 25 responds well, telnet mail.mydomain.com 
110 gives the response, squirrelmail does work, but when i connnect 
from outlook it doesnt. it just says processing for sending and 
receiving.


 


any clues will be greatly appreciated.


Sounds like it could be your firewall, either your iptables or an 
external firewall. Does it timeout eventually ?


-
Managed Qmailtoaster servers are now available
  Visit http://qmailtoaster.com/QMTManaged.html to order yours today!

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)

Please visit qmailtoaster.com for the latest news, updates, and packages.


 To unsubscribe, e-mail: testing-unsubscr...@qmailtoaster.com
For additional commands, e-mail: testing-h...@qmailtoaster.com




Re: [qmailtoaster] imap is working fine but pop3 is not

2009-04-29 Thread Domnick Eger

Sollunga S wrote:

timeout is not happening, even after an hour it is just as it is.
 

 



*From:* Domnick Eger de...@cobercafe.net
*To:* qmailtoaster-list@qmailtoaster.com
*Sent:* Thursday, April 30, 2009 3:17:43 AM
*Subject:* Re: [qmailtoaster] imap is working fine but pop3 is not

Sollunga S wrote:

 Team,

 
 telnet mail..mydomain.com http://mail.mydomain.com/ 25 responds 
well, telnet mail.mydomain.com 110 gives the response, squirrelmail 
does work, but when i connnect from outlook it doesnt. it just says 
processing for sending and receiving.


 
 any clues will be greatly appreciated.



Sounds like it could be your firewall, either your iptables or an 
external firewall. Does it timeout eventually ?


-
Managed Qmailtoaster servers are now available
  Visit http://qmailtoaster.com/QMTManaged.html to order yours today!

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com http://www.vickersconsulting.com/)


Please visit qmailtoaster.com http://qmailtoaster.com/ for the 
latest news, updates, and packages.



To unsubscribe, e-mail: testing-unsubscr...@qmailtoaster.com 
mailto:testing-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
testing-h...@qmailtoaster..com mailto:testing-h...@qmailtoaster.com





If you tail your /var/log/messages  is there any errors showing up ?

-
Managed Qmailtoaster servers are now available
  Visit http://qmailtoaster.com/QMTManaged.html to order yours today!

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)

Please visit qmailtoaster.com for the latest news, updates, and packages.


 To unsubscribe, e-mail: testing-unsubscr...@qmailtoaster.com
For additional commands, e-mail: testing-h...@qmailtoaster.com