Re: [qmailtoaster] Q7

2015-04-03 Thread DNK
I have a mgmt machine to connect to all my servers. Then I access that mgmt 
machine VIA SSH W/ Keys and a passphrase. 2 factor authentication is going  to 
be layered on as well.

-- 
DNK

On April 3, 2015 at 3:08:50 PM, Cecil Yother, Jr. (c...@yother.com) wrote:

yet another tip.

Isolate your ip in iptables like so

-A INPUT -p tcp -m tcp -s 192.168.0.1 --dport 5150 -j ACCEPT

using non-standard port replacing the private ip with your public IP address.

The only problem with this approach is accessing it from the road where your IP 
is changing. 



On 04/03/2015 11:41 AM, Hasan Akgöz wrote:
second tip ;

It does this by using simple Access List Rules which are included in the two 
files /etc/hosts.allow and /etc/hosts.deny . Firstly allow access by placing 
the following inside /etc/hosts.allow:

/etc/hosts.allow
sshd: 1.2.3.0/255.255.255.0    ( 1.2.3.0 secure network )

Then disallow all further access by placing this in /etc/hosts.deny:

/etc/hosts.deny
sshd: ALL

third tip :

Change the absolute ssh port. For example 2122 .




2015-04-03 17:01 GMT+03:00 Dan McAllister q...@it4soho.com:
On 4/2/2015 5:20 PM, Dave M wrote:
This should make you smile

I have just this minute finished an install of Centos7 to prepare for the 
qmail-toaster install.

After the first update , and reboot, I logged in via ssh

Up pops the security message:

There were 249 failed login attempts since the last successful login.

Thankfully the default firewall took care of them

Just be careful doing installs with live external IP, and disabling the 
firewall until you are done

Made me laugh : )

Just a tip --

Instead of leaving your SSH port open, put a connection limit on it:

The following entries are from an iptables config file:

-A INPUT -p tcp --dport   22 -m limit --limit 2/minute  -j ACCEPT
-A INPUT -p tcp --dport   22 -j DROP

You can fail your login attempt twice per minute, then you're dropped for the 
remainder of the minute.
In most cases, they fail the login twice in like a 10-second period, fail a few 
more times (with unsuccessful connections this time) and finally quit -- 
blissfully unaware that they could try 2 more times in 60 seconds.

The point is, if you're just fat-fingering your SSH password, no worries - wait 
60 seconds
But if you're trying a brute-force attack, good luck -- instead of hundreds of 
tries per minute, you now get just 2...

Needless to say, you can adjust to your own recipe...

Dan McAllister
IT4SOHO


--  
IT4SOHO, LLC
33 - 4th Street N, Suite 211
St. Petersburg, FL 33701-3806

CALL TOLL FREE:
  877-IT4SOHO

877-484-7646 Phone
727-647-7646 Local
727-490-4394 Fax  

We have support plans for QMail!



--


[qmailtoaster] current install process

2014-10-23 Thread DNK
I was poking around the github site and (probably just blind) did not see the 
current install process (still running a V1 toaster).

Current link?

Regards.

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



Re: [qmailtoaster] current install process

2014-10-23 Thread DNK
Does the firewall script still cause issues if you are on an internal address?

Just curious before I give it a go again.

Regards,

D


 On Oct 23, 2014, at 7:06 AM, Eric Shubert e...@shubes.net wrote:
 
 On 10/22/2014 11:20 AM, DNK wrote:
 I was poking around the github site and (probably just blind) did not see 
 the current install process (still running a V1 toaster).
 
 Current link?
 
 Regards.
 
 D
 -
 
 Thanks for asking. I hope we'll have some wiki content on github before too 
 long. We probably should update the existing wiki with this info though, and 
 point out that the legacy (*-toaster) packages are not recommended for new 
 installs.
 
 Would someone with wiki update capability care to modify the current wiki 
 accordingly? That'd be helpful.
 
 https://github.com/QMailToaster/qmailtoaster-util/blob/master/README.install
 
 Thanks!
 
 
 -- 
 -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] current install process

2014-10-22 Thread DNK
I was poking around the github site and (probably just blind) did not see the 
current install process (still running a V1 toaster).

Current link?

Regards.

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



[qmailtoaster] post install tasks (V2)

2014-05-28 Thread DNK
Just out of curiosity, is dovecot shutdown on purpose post install on the QMT 2?

Just finally starting to get up to day with the new install.

All went well, but SSH access was killed when the firewall script ran. (as 
mentioned in another thread I had sometime ago). I just manually edited the 
script post install to my liking.

Post install, all that was up was:

clamd: up (pid 1057) 259637 seconds
send: up (pid 1052) 259637 seconds
smtp: up (pid 1054) 259637 seconds
spamd: up (pid 1055) 259637 seconds
submission: up (pid 1056) 259637 seconds
clamd/log: up (pid 1059) 259637 seconds
send/log: up (pid 1058) 259637 seconds
smtp/log: up (pid 1053) 259637 seconds
spamd/log: up (pid 1060) 259637 seconds
submission/log: up (pid 1061) 259637 seconds

I’m just looking to get an idea of post install tasks that have changed from 
the last version.

Thanks!


– DNK



Re: [qmailtoaster] Re: libev

2014-04-28 Thread DNK

– DNK

– DNK

On Apr 28, 2014, at 9:21 AM, Eric Shubert e...@shubes.net wrote:
 IIRC, Dave mentioned this as well, but he seems to have gotten around it 
 somehow.
 
 What exactly is failing? vpopmail shouldn't come into play until the 
 qt-install script, which is after the qt-bootstrap scripts. A cut'n'paste of 
 the script output would be helpful.
 
 I'm guessing that this is strictly a x86_64 related thing. I'm runnin 32-bit 
 and haven't come across this.
 
 Thanks.
 
 
 -- 
 -Eric 'shubes'

Hi Eric,

This is happening when running the =93qt-bootstrap-1=94 script. It is a =
simple failed dependency for vpopmail.x86_64.

# sh qt-bootstrap-1
pruned
9 packages excluded due to repository priority protections
Setting up Update Process
pruned
Resolving Dependencies
pruned
-- Finished Dependency Resolution
Error: Package: vpopmail-5.4.33-0.qt.el6.x86_64 (qmailtoaster-current)
  Requires: libev
Error: Package: vpopmail-5.4.33-0.qt.el6.x86_64 (qmailtoaster-current)
  Requires: libev.so.4()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
qt-bootstrap-1 - rebooting now=85


So it should be pretty straight forward to solve once I pull a package =
from a 3rd party repo (or if it is added to the qmt repo). I was more so =
just posting as I figured that there will be other people using X64, so =
it might be a good idea to add it to that wiki page with the recommended =
repo to use. Or as mentioned, adding the package to the qmt repo - which =
is probably not a good idea as it is one more package to maintain in the =
QMT repo. I guess it just depends on your preference.

I can move forward in any way=85. I just wanted to follow what will be =
the =93preferred method=94 by the project.

Dustin

Re: [qmailtoaster] Re: libev

2014-04-28 Thread DNK

On Apr 28, 2014, at 9:52 AM, Eric Shubert e...@shubes.net wrote:

 On 04/27/2014 04:54 PM, DNK wrote:
 Hi all, I am giving a go at installing the new toaster packages following:
 
 https://github.com/QMailToaster/qmailtoaster-util/blob/master/README.install
 
 Now the initial bootstrap is failing out on the libel dependency (for 
 vpopmail.x86_64). Are we supposed to add in rpm forge or something? No 
 mention on that wiki page… I just want to follow the supported source for 
 this package.
 
 Thanks.
 
 Dustin
 -
 
 Is your QMT on a lan? The firewall script needs a little development to 
 detect whether it's on a lan or not. It presently blocks all traffic from 
 private addresses. Could that be your problem?
 
 -- 
 -Eric ‘shubes'
 

It is on a LAN, however I had temporarily disabled iptables to just do the 
setup. I was going to go back and review the firewall after as I noticed I lost 
connectivity.

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



Re: [qmailtoaster] Re: libev

2014-04-28 Thread DNK
On Apr 28, 2014, at 10:15 AM, Dan McAllister q...@it4soho.com wrote:
– DNK

 On 4/28/2014 1:02 PM, DNK wrote:
 On Apr 28, 2014, at 9:52 AM, Eric Shubert e...@shubes.net wrote:
 
 On 04/27/2014 04:54 PM, DNK wrote:
 Hi all, I am giving a go at installing the new toaster packages following:
 
 https://github.com/QMailToaster/qmailtoaster-util/blob/master/README.install
 
 Now the initial bootstrap is failing out on the libel dependency (for 
 vpopmail.x86_64). Are we supposed to add in rpm forge or something? No 
 mention on that wiki page… I just want to follow the supported source for 
 this package.
 
 Thanks.
 
 Dustin
 -
 Is your QMT on a lan? The firewall script needs a little development to 
 detect whether it's on a lan or not. It presently blocks all traffic from 
 private addresses. Could that be your problem?
 
 -- 
 -Eric ‘shubes'
 
 It is on a LAN, however I had temporarily disabled iptables to just do the 
 setup. I was going to go back and review the firewall after as I noticed I 
 lost connectivity.
 
 Dustin
 -
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
 
 LIBEV indeed comes from RPMFORGE
 However, the scripts should have added RPMFORGE to your yum configs.
 However, if you lost Internet connectivity, you'll get that error because you 
 can't connect to RPMFORGE to get the missing deps.
 
 Dan
 
 
Ok, perfect. That answers my questions. RPMForge is the source, and I =
can manually add it and get the proper packages.

Regards,

Dustin



Re: [qmailtoaster] Re: libev

2014-04-28 Thread DNK
On Apr 28, 2014, at 10:22 AM, Eric Shubert e...@shubes.net wrote:

 On 04/28/2014 10:01 AM, DNK wrote:
 
 – DNK
 
 – DNK
 
 On Apr 28, 2014, at 9:21 AM, Eric Shubert e...@shubes.net
 mailto:e...@shubes.net wrote:
 IIRC, Dave mentioned this as well, but he seems to have gotten around
 it somehow.
 
 What exactly is failing? vpopmail shouldn't come into play until the
 qt-install script, which is after the qt-bootstrap scripts. A
 cut'n'paste of the script output would be helpful.
 
 I'm guessing that this is strictly a x86_64 related thing. I'm runnin
 32-bit and haven't come across this.
 
 Thanks.
 
 
 --
 -Eric 'shubes'
 
 Hi Eric,
 
 This is happening when running the =93qt-bootstrap-1=94 script. It is a =
 simple failed dependency for vpopmail.x86_64.
 
 # sh qt-bootstrap-1
 pruned
 9 packages excluded due to repository priority protections
 Setting up Update Process
 pruned
 Resolving Dependencies
 pruned
 -- Finished Dependency Resolution
 Error: Package: vpopmail-5.4.33-0.qt.el6.x86_64 (qmailtoaster-current)
   Requires: libev
 Error: Package: vpopmail-5.4.33-0.qt.el6.x86_64 (qmailtoaster-current)
   Requires: libev.so.4()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
 qt-bootstrap-1 - rebooting now=85
 
 
 So it should be pretty straight forward to solve once I pull a package =
 from a 3rd party repo (or if it is added to the qmt repo). I was more so =
 just posting as I figured that there will be other people using X64, so =
 it might be a good idea to add it to that wiki page with the recommended =
 repo to use. Or as mentioned, adding the package to the qmt repo - which =
 is probably not a good idea as it is one more package to maintain in the =
 QMT repo. I guess it just depends on your preference.
 
 I can move forward in any way=85. I just wanted to follow what will be =
 the =93preferred method=94 by the project.
 
 Dustin
 
 I don't understand how you've arrived at this point. qt-bootstrap-1 should be 
 run after a minimal install, and vpopmail shouldn't be installed yet. Can you 
 explain?
 
 -- 
 -Eric ‘shubes'

Apologies, i should have clarified - I had run both scripts, having missed the 
errors in the first script in my original attempt.

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



[qmailtoaster] libev

2014-04-27 Thread DNK
Hi all, I am giving a go at installing the new toaster packages following:

https://github.com/QMailToaster/qmailtoaster-util/blob/master/README.install

Now the initial bootstrap is failing out on the libel dependency (for 
vpopmail.x86_64). Are we supposed to add in rpm forge or something? No mention 
on that wiki page… I just want to follow the supported source for this package.

Thanks.

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



Re: [qmailtoaster] QMT on COS6 Officially Released!

2014-04-22 Thread DNK


 -Original Message- From: Eric Shubert
 Sent: Monday, April 21, 2014 4:58 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] QMT on COS6 Officially Released!
 
 
 
 Documentation is still a bit behind. If anyone would like to get some
 experience with github's wiki, let me know and we can apply some
 teamwork on getting that going. What we do with that presently has wide
 open possibilities.

What is the URL for the new docs? Is it something people can have a look at?

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



[qmailtoaster] Renaming base FQDN

2013-04-01 Thread Dnk
Is there a doc (looked on the wiki) detailing how to rename the base FQDN of a 
qmail toaster?


Thanks!
—
Sent from Mailbox for iPhone

[qmailtoaster] List not sending to newer subscribers

2011-12-12 Thread dnk
I have a toaster that has been running for years. It processed all mail
without issue. Now I have run into an issue where when an email is sent to
a mailing list, the email is disseminated to only the earlier subscribers.
All newer subscribers never get the email. Looking through the logs does
not show any email being rejected, etc. when I look at the lists
themselves, the new subscribers are in fact on there.

Any suggestions?

I also have a post to the ezmlm list as well.

Thank you.

Dnk


Re: [qmailtoaster] Re: Sad News

2011-07-31 Thread Dnk
This is why we too are now having to travel the road of exchange. My toaster is 
now more of a relay for other applications. 

---
Dustin Krysak


On 2011-07-31, at 16:56, Scott Hughes sonicscott9...@gmail.com wrote:

 My issues exactly !!
 
 
 
 
 On Jul 31, 2011, at 6:48 PM, James Beam james.b...@pinnacle1.com wrote:
 
 Sadly the Linux/Unix variants of shared calendar/presence/availability are 
 not there yet when it comes to the simplicity of Exchange and how it does 
 what it does (largely due to the Outlook email client and the mature webmail 
 option available).
 
 I looked long and hard to try to find an excuse to take us totally to Unix 
 mail...couldn't do it. The alternatives were either too new and bleeding 
 edge or so clunky that my users might actualy require a pulse to use it...I 
 know - god forbid users might actualy need to know how to do something 
 beyond blindly click on stuff...
 
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Sunday, July 31, 2011 6:44 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: Sad News
 
 Public folders can be done with dovecot, even with ACLs in recent versions.
 
 Calendaring is still the biggie that's missing with QMT. I understand Zimbra 
 is a good alternative to Exchange though.
 
 Whatever happened with SOGO? There was some mention of this on the list back 
 in March.
 
 --
 -Eric 'shubes'
 
 On 07/31/2011 10:35 AM, Scott Hughes wrote:
 Exactly! Plus public folders and a couple of other things.
 
 
 
 
 On Jul 31, 2011, at 12:25 PM, Helmut Fritzhel...@phpwebservices.com  
 wrote:
 
 Generally that requirement comes about due to calendaring.
 
 I run QMT for my web hosting clients, but work requires Exchange
 because of calendaring.
 
 -Original Message-
 From: Scott Hughes [mailto:sonicscott9...@gmail.com]
 Sent: Sunday, July 31, 2011 9:48 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Re: Sad News
 
 Oh yeah - I needed the Win2008 R2 book because they wanted to do some
 new stuff that only 08r2 does.
 
 I may have to stop emailing now. Depression setting in...  j/k
 
 Scott
 
 
 On Jul 31, 2011, at 11:42 AM, Patrick Ringpr...@pringtech.net  wrote:
 
 I could see reading for Exch2010, but Win2008R2 isn't hard to
 administer.
 Once you know Active Directory (even an old understanding), you
 pretty much have it made.
 
 ...though Win2008R2 does have the new CLI that is supposed to be
 very flexible for scripting and deep administration.  I've never
 needed it yet.
 
 -Pat Ring.
 
 -Original Message-
 From: Scott Hughes [mailto:sonicscott9...@gmail.com]
 Sent: Sunday, July 31, 2011 11:37 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Re: Sad News
 
 I also had to spend $200.00+ on books for Win2008R2 and Exch2010.
 Wife was NOT impressed.
 
 
 
 
 On Jul 31, 2011, at 11:08 AM, Eric Shuberte...@shubes.net  wrote:
 
 On 07/31/2011 08:46 AM, Scott Hughes wrote:
 My company is forcing me to move from Qmail to Exchange 2010. I
 may
 not be on the list much longer. I am telling any small businesses
 that can't afford Exchange about QMT so maybe the group will grow.
 
 Just wanted to let everyone know instead of just disappearing.
 Thanks
 Jake, Eric and everyone else that makes QMT rock!
 
 Scott
 
 
 
 
 
 
 
 -
 
 You have my sympathies, Scott.
 
 I hope they're going with a hosted exchange service. That's a
 little
 less troublesome, but exchange is a PITA no matter how you slice it.
 
 Also, they've considered keeping your QMT around as an anti-spam
 front
 end. Does as well if not better than commercial services.
 
 --
 -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:
 

Re: [qmailtoaster] OT: wiki

2011-07-31 Thread Dnk
We use knowlege root. Simple, but works. 

---
Dustin Krysak


On 2011-07-31, at 19:43, Scott Hughes sonicscott9...@gmail.com wrote:

 Thanks Pak - I'll check into it.
 
 
 On Sun, Jul 31, 2011 at 9:35 PM, Pak Ogah pako...@pala.bo-tak.info wrote:
 On 07/29/11 18:29, Scott Hughes wrote:
 My need for a simple wiki is so that I can't stop wasting my time either 
 verbally or in writing telling the same users things like how and why to move 
 good email out of the spam folder or how and why to put spam email into the 
 spam folder. In addition to a few other IT related items that I keep having 
 to tell people because the either don't care or they just aren't getting. I'm 
 even willing to include screen shots to make it even MORE easy to follow.
 
 Again, this is for internal use only (not accessible on the Internet).
 
 Thanks,
 Scott
 
 you can use Wordpress it's very simple tool for blogging / making a site / 
 note.
 I use it as a log/note between me and my sysadmin colleague every time one of 
 us (or both)  make changes on system.
 
 and I use P2 Theme for easy updating via front-end
 and Mini-meta plugin for easy login from front-end
 the sample of my log/note using wordpress, P2 and mini-meta can be seen on 
 www.am3n.co.cc
 
 if you need help about it you can email me offlist as this is not qmt-related
 
 
 -
 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] Allow relay without auth

2011-05-11 Thread Dnk
Hi there,

I have never had the need previously (so I am not aware of the proper way to do 
it) to allow another server to relay mail without authentication (most modern 
apps can do so), however now I do. 

What is the proper way to get a toaster (external in a data center) to relay 
mail for one of my (nat - in the office) internal servers?

I have a pretty vanilla install, but with spamdyke installed. 

Thanks!

---
Dnk. 


-
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: Allow relay without auth

2011-05-11 Thread Dnk




On 2011-05-11, at 10:18, Eric Shubert e...@shubes.net wrote:

 On 05/11/2011 09:37 AM, Dnk wrote:
 Hi there,
 
 I have never had the need previously (so I am not aware of the proper way to 
 do it) to allow another server to relay mail without authentication (most 
 modern apps can do so), however now I do.
 
 What is the proper way to get a toaster (external in a data center) to relay 
 mail for one of my (nat - in the office) internal servers?
 
 I have a pretty vanilla install, but with spamdyke installed.
 
 Thanks!
 
 ---
 Dnk.
 
 
 -
 
 Add a line for it in the /etc/tcprules.d/tcp.smtp file, similar to the 127. 
 line that's there for Squirrelmail. There's a wiki page which describes that 
 file. Remember to service qmail cdb after changing the file.
 
 -- 
 -Eric 'shubes'
 

Hi Eric,

Had had copied the two lines verbatim, and pasted them in below on a new line 
and modified the ip to match my exact one. 

I then also added the ip to my spamdyke whitelist_ip file as well. 

I had also done the service call as well. 

When I try telneting from the box, I am getting:

553 sorry, that domain isn't in my list of allowed rcpthosts (#5.5.3 - chkuser)

Looking over my options now...
-
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: Allow relay without auth

2011-05-11 Thread Dnk


On 2011-05-11, at 10:18, Eric Shubert e...@shubes.net wrote:

 On 05/11/2011 09:37 AM, Dnk wrote:
 Hi there,
 
 I have never had the need previously (so I am not aware of the proper way to 
 do it) to allow another server to relay mail without authentication (most 
 modern apps can do so), however now I do.
 
 What is the proper way to get a toaster (external in a data center) to relay 
 mail for one of my (nat - in the office) internal servers?
 
 I have a pretty vanilla install, but with spamdyke installed.
 
 Thanks!
 
 ---
 Dnk.
 
 
 -
 
 Add a line for it in the /etc/tcprules.d/tcp.smtp file, similar to the 127. 
 line that's there for Squirrelmail. There's a wiki page which describes that 
 file. Remember to service qmail cdb after changing the file.
 
 -- 
 -Eric 'shubes'
 
 
 --

Ok, I made some progress. I had a trailing . after the ip (doh!). So that 
fixed most of it.  

I now have (from telnet) I had a domain keys issue. I just killed it (kind of 
surprised I had it running) and all is good. 
-
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] ezmlm reject SRS blackberry

2011-04-04 Thread DNK
Have you done this on your toaster?

http://wiki.qmailtoaster.com/index.php/CHKUSR_-_Enable_characters_for_Blackb
erry_devices


DNK

From:  Ridwan ridwanfi2...@gmail.com
Reply-To:  qmailtoaster-list@qmailtoaster.com
Date:  Tue, 5 Apr 2011 09:02:13 +0700
To:  qmailtoaster-list@qmailtoaster.com
Subject:  [qmailtoaster] ezmlm reject SRS blackberry

 
Hello list,
 
My ezmlm denied user sending an email from his blackberry device to a close
mailing list (members only all other bounce), but if he send it to personal
account and other open mailing list he can send and received normally. I
figure out that somehow the origin sender has been rewrite by SRS blackberry
(em...@srs.bis3.ap.blackberry.com
) http://www.openspf.org/SRS . even though he listed as a member on this
milis, still ezmlm reject it with ³Sorry, only subscribers may post. If you
are a subscriber, please forward
 this message to milist-ow...@domain.com to get your new address
 included (#5.7.2)
² error.  
 
Here¹s my full header
 
 Return-Path: 
 SRS0=q0iu3i=WY=mydomain.com=em...@srs.bis3.ap.blackberry.com
 Received: (qmail 22999 invoked by uid 89); 31 Mar 2011 15:49:00 -
 Received: by simscan 1.3.1 ppid: 22973, pid: 22988, t: 1.3048s
 scanners: attach: 1.3.1 clamav: 0.97/m:53 spam: 3.2.5
 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on svr.mydomain.com
 X-Spam-Level:
 X-Spam-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,
 DK_POLICY_SIGNALL,DK_POLICY_TESTING autolearn=ham version=3.2.5
 Received: from smtp01.bis.ap.blackberry.com (216.9.247.48)
  by svr.mydomain.com with SMTP; 31 Mar 2011 15:48:59 -
 Received-SPF: pass (svr.mydomain.com: SPF record at
 srs.bis3.ap.blackberry.com designates 216.9.247.48 as permitted sender)
 Received: from b18.c1.bise3.blackberry ([192.168.0.118])
 by srs.bis3.ap.blackberry.com (8.13.7 TEAMON/8.13.7) with ESMTP id
 p2VEY2DJ018186;
 Thu, 31 Mar 2011 15:48:46 GMT
 Message-ID: 
 
364793692-1301586526-cardhu_decombobulator_blackberry.rim.net-1255245105-@b18.c
1.bise3.blackberry
 Reply-To: em...@mydomain.com
 Subject: FW :Fw: subject
 To: mil...@mydomain.com
 From: user em...@mydomain.com
 Date: Thu, 31 Mar 2011 15:48:46 +
 Content-Type: text/plain
 MIME-Version: 1.0
 X-WatchGuard-IPS: message checked
 X-WatchGuard-Spam-ID:
 str=0001.0A090202.4D94A26B.0090:SCFSTAT12511905,ss=1,fgs=0
 X-WatchGuard-Mail-Client-IP: 216.9.247.48
 X-WatchGuard-Mail-From:
 SRS0=q0iu3i=WY=mydomain.com=em...@srs.bis3.ap.blackberry.com
 X-WatchGuard-AntiVirus: part scanned. clean action=allow
 
I found on qmailtoaster milist archive and goggling that it has something to
do with update ezmlm-idx  VER 7.0.0, on qmailtoaster web, stable version
ezmlm-toaster is  ezmlm-idx-0.40.tar.bz2
 
# rpm2cpio ezmlm-toaster-0.53.324-1.3.6.src.rpm | cpio -idmv
ezman-0.40.html.tar.bz2
ezmlm-0.53.tar.bz2
ezmlm-idx-0.40.tar.bz2
ezmlm-toaster.spec 
 
should I upgrade to ezmlm-idx 7.0.0 to enable SRS on ezmlm-toaster ? and
where I can download it for my toaster ?
 
rgds,
ridwanfi
 
 
 




Re: [qmailtoaster] Re: qtp-backup

2011-03-29 Thread Dnk



On 2011-03-29, at 12:41, Scott Hughes sc...@renshawauto.net wrote:

 Thanks Eric.  Can you post your rsync script as we can shamelessly copy that? 
  *Grin*
 
 Thanks,
 Scott
 
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net] 
 Sent: Tuesday, March 29, 2011 12:56 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: qtp-backup
 
 http://qtp.qmailtoaster.com/trac/browser
 
 On 03/29/2011 10:52 AM, Scott Hughes wrote:
 Eric,
 
 How does one get to and use this subversion repo you speak of?
 
 Thanks,
 Scott
 
 
 
 
 On Mar 29, 2011, at 12:06 PM, Eric Shuberte...@shubes.net  wrote:
 
 I using rsync to back up the /home/vpopmail/domains directory. Then I run a 
 modified version of qtp-backup which backs up everything except said 
 directory. This is much more efficient, as messages aren't repeatedly 
 backed up.
 
 The modified version of qtp-backup will be included in the next release of 
 QTP, and is presently in the QTP subversion repo, so you can download it 
 from the web site. See comments in the source for how to use it. :)
 
 --
 -Eric 'shubes'
 
 On 03/29/2011 09:30 AM, Patrick Ring wrote:
 I find it has been server-dependant (...age, load, amount of storage).
 My storage is about half of what you have, and I know it seems to take
 around :45mins. ...though the servers here are not new by any means (HP
 Proliant DL320 G3's).
 The process, if I remember correctly, makes the copy of the data by
 using a compression statement (tar/gz). It could be the compression that
 is taking a while (especially on older equipment).
 -Pat.
 
 
 *From:* Scott Hughes [mailto:sc...@renshawauto.net]
 *Sent:* Tuesday, March 29, 2011 11:24 AM
 *To:* qmailtoaster-list@qmailtoaster.com
 *Subject:* [qmailtoaster] qtp-backup
 
 I was just curious. I am testing qtp-backup to see how long it runs. I’m
 currently at 1 hour and 25 minutes and still going. Current directory
 (/backup/qmailbkup) size is 7.2 Gig (/home/vpopmail/domains is 16 Gig
 uncompressed). Is this normal? Am I running to correct/best/fastest
 backup script?
 
 My goal here is to put qtp-backup (or the best backup script) into a
 cron job that runs every night, then after waiting MORE than the amount
 of time it takes to run the qtp-backup script, rsync the backup file(s)
 over to a another server.
 
 Thanks,
 
 Scott
 
 
 
 -
 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!
 
 
 -- 
 -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
 
 

I think it is his script in the repo!

---
Dnk
-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations

[qmailtoaster] Increased spam post upgrade.

2011-03-28 Thread Dnk
I just upgraded a bunch of my toasters that were running vanilla settings,with 
vanilla spamdyke added through the qtp-menu. 

Now for some reason I am seeing a huge increase in spam. Has anything changed 
in the recent builds that could be adding to this?

Thanks. 

---
Dnk


-
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: Increased spam post upgrade.

2011-03-28 Thread Dnk
Hi Eric,

I had installed the spamdyke package again after all updates. It was the last 
thing I do. 

---
Dnk


On 2011-03-28, at 15:16, Eric Shubert e...@shubes.net wrote:

 On 03/28/2011 01:21 PM, Dnk wrote:
 I just upgraded a bunch of my toasters that were running vanilla 
 settings,with vanilla spamdyke added through the qtp-menu.
 
 Now for some reason I am seeing a huge increase in spam. Has anything 
 changed in the recent builds that could be adding to this?
 
 Thanks.
 
 ---
 Dnk
 
 
 -
 
 If you upgraded your qmail-toaster package, you'll need to reinstall 
 spamdyke. Just run the qtp-install-spamdyke script, and that should do it for 
 you. Might need to restart qmail afterwards to make spamdyke effective.
 
 -- 
 -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: Increased spam post upgrade.

2011-03-28 Thread DNK
Well, some users went from 1-2 a day up to 25-30.

I did some addition al testing, and when I created a test account, the
directory was note created in the graylist directory. I double checked my
smtp's run file, and spamdykle is called. But, I'm about to blow out the
spamdyke install and start over on the spandyke portion. I suspect
spamdyke is not active for some reason (based on graylist directory
results).

I'll report back after this re-install of spamdyke and additional testing.
I more so just wanted to check in and be sure there was not a default
that was changed recently.

Thanks!

DNK




On 11-03-28 4:52 PM, Eric Shubert e...@shubes.net wrote:

I don't know of any configuration changes that would cause this.

We'd need to see some specific examples to tell if it's something that
would or should have been blocked.

IOW, what exactly is a huge increase in spam? Is spamdyke not blocking
at all? (smtp log would show)

-- 
-Eric 'shubes'


On 03/28/2011 03:32 PM, Dnk wrote:
 Hi Eric,

 I had installed the spamdyke package again after all updates. It was
the last thing I do.

 ---
 Dnk


 On 2011-03-28, at 15:16, Eric Shuberte...@shubes.net  wrote:

 On 03/28/2011 01:21 PM, Dnk wrote:
 I just upgraded a bunch of my toasters that were running vanilla
settings,with vanilla spamdyke added through the qtp-menu.

 Now for some reason I am seeing a huge increase in spam. Has anything
changed in the recent builds that could be adding to this?

 Thanks.

 ---
 Dnk


 
---
--

 If you upgraded your qmail-toaster package, you'll need to reinstall
spamdyke. Just run the qtp-install-spamdyke script, and that should do
it for you. Might need to restart qmail afterwards to make spamdyke
effective.

 --
 -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!



--
---
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] Running in a vm

2011-02-12 Thread Dnk
Hey guys,

Are there any pitfalls to running a toaster in a vm? Any gotchas on install?

Thanks!

---
D


-
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] bounce backs from ezmlm to alternate address

2010-12-02 Thread dnk
Hi there,

I have a stock toaster, and i am curious if it is possible to have the
bounce backs for that specific list go to a specific alternate
address?

Thank you.

D

-
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: iphone and smtp-auth

2010-11-20 Thread Dnk
I have been using one for years with a toaster. I can confirm that it does in 
fact work with all versions of an iPhone. Reply offlist, so I have your 
address, and I could send you some screen shots (but based on ios4). 


---
Dnk

On 2010-11-20, at 5:58, Amit Dalia a...@ikf.co.in wrote:

 I didn't configure on iphone but smtp-auth and port 587 working on my nokia 
 device.
 
 -Amit
 
 At Saturday, 20-11-2010 on 17:45 Eric Shubert wrote:
 I wonder if port 587 is blocked.
 Do you see anything in the submission log on the server from the iphone?
 Can you run a telnet app on the phone to test?
 -- 
 -Eric 'shubes'
 
 On 11/20/2010 05:05 AM, Tony White wrote:
  Hello Eric,
  Yes I am using the entire email address and the port is 587.
  His outlook worked first time as did mine via Thunderbird.
  This is worrying as I need to get my clients into smtp-auth so
  I can set up SPF correctly.
  I cannot even find out much on the web regarding smtp-auth
  and Iphone.
 
 
  On 20/11/2010 9:33 PM, Eric Shubert wrote:
  On 11/19/2010 10:35 PM, Tony White wrote:
  Hello all,
  I have just spent the worst 50 minutes trying to get an Apple Iphone 3
  to work with smpt-auth.
  Has anyone got it to work please? If so how on earth did you do it!
  I got his Outlook working in 30 seconds...
 
 
  Are you using smtps (port 465)? That's not set up in the stock QMT, as
  it's deprecated. Instructions for setting it up are in the wiki.
 
  You're using the entire email address for the account name, right?
 
  I'm just grasping at straws. I haven't set up an iPhone personally.
 
 
 
 
 
 -
 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] give access to EZMLM for a list only

2010-08-18 Thread dnk
Is there any way to give admin (web interface) access to a specific list
only with the toaster packages?

Thanks!

DNK





[qmailtoaster] ezmlm-web on a toaster

2010-08-18 Thread dnk
Has anyone run ezmlm-web on a toaster?

Thank you

DNK




Re: [qmailtoaster] Re: Webmail SSL

2010-05-28 Thread DNK
You could just do some sort of redirect for that domain IE with PHP or even 
javascript (but replies on hte browser then).


On 2010-05-28, at 4:27 PM, Scott Hughes wrote:

 CJ / Eric,
 
 How does one set up a redirect so that people automatically go to the secure 
 area? My SSL setup is working, but only if I go directly there 
 (https://mail.SERVERNAME.net).  If I just do 'mail.SERVERNAME.net, it goes to 
 the non-secure page.
 
 My setup is as follows:
 
 I have a symlink in my /var/www/html directory called 'webmail' (the symlink 
 points to the Squirrelmail directory).
 In my http.conf file, in the document_root section, I have it setup to go to 
 /var/www/html/webmail.
 
 I do this so that my users can type in mail.SERVERNAME.net and get to webmail.
 
 Is there a more proper way to do this and still give them the ease of access?
 
 Thanks,
 
 Scott
 
 
 On 5/28/10 10:49 AM, Maxwell Smart wrote:
 
 I have set up the Rewrite as suggested, but it does not redirect from
 http to https is only says forbidden.   I can create a 403 redirect, but
 would rather set it up as a simple redirect.  How is this done?
 
 While this will work for one domain or if the user knows that the master
 domain is the one he is receiving the certificate for.  Has anyone set
 it up either using ssl or gnutls to have each virtual domain using it's
 on certificate?  I use the QMT ISO as a webserver and would like to be
 able to offer certs for individual clients thus being able to correctly
 authenticate either their https://www.myserver.com or
 https://mail.myserver.com correctly.
 
 CJ
 
 On 05/27/2010 11:28 AM, Eric Shubert wrote:
   
 Scott Hughes wrote:
 
 Does anyone happen to know if there is a wiki entry for securing
 SquirrelMail using SSL?  I'm looking but I'm not finding it.
 
 Thanks,
 
 Scott
 
   
 http://wiki.qmailtoaster.com/index.php/Certificate briefly mentions
 that you can use the cert for apache. That page could really use some
 rework.
 
 Note, the mod-ssl package must be installed for apache.
 
 Once you have a certificate installed for apache, the
 squirrelmail.conf file can be modified to look like this:
 IfModule mod_alias.c
 Alias /webmail /usr/share/squirrelmail
 /IfModule
 RewriteEngine on
 RewriteCond %{SERVER_PORT} !^443$
 RewriteRule ^(.*/webmail.*)$ https://%{SERVER_NAME}$1 [L,R]
 Directory /usr/share/squirrelmail
Options None
Order allow,deny
allow from all
SSLRequireSSL
 /Directory
 
 I see you've started a SM page on the wiki. Great.
 Thanks for your work on this.
 
 
   



[qmailtoaster] migrate ezmlm list subscribers to another list

2010-04-16 Thread dnk
Hi there, I am moving a mailing list to another domain (same toaster
machine, etc). I can easily replicate the list under the new domain
(settings wise), but had a question regarding moving the users over...
is it as simple as copying the contents of the subscribers folder? I
just want to make sure there are no gotchas that I may have not
found on the net.

Thanks.

D

-
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: SV: [qmailtoaster] Mail server

2010-03-23 Thread dnk
Qmail keeps the logs in another location...

For SMTP:

cat /var/log/qmail/smtp/* | tai64nlocal | less

Just sub the smtp folder for any one of these others to check other log files 
on your toaster.

authlib
clamd
imap4
imap4-ssl
pop3
pop3-ssl
send
smtp
spamd
submission


Or look at installing qmlog form the qmail toaster plus packages (see the wiki 
for more info).

D




On 2010-03-23, at 12:58 PM, mattias wrote:

 The logs?
 How to check the logs
 The logfile /var/log/maillog have no useable info
 I try to send a testmail from pc.nu to my account n my server
 
 -Ursprungligt meddelande-
 Från: Jake Vickers [mailto:j...@qmailtoaster.com] 
 Skickat: den 23 mars 2010 20:52
 Till: qmailtoaster-list@qmailtoaster.com
 Ämne: Re: [qmailtoaster] Mail server
 
 
 On 03/23/2010 03:46 PM, mattias wrote:
 I try to test my server with a account on pc.nu
 But it not work
 But when i try the same with my vpostmaster www.tummy.com
 It work
 Hmm???
 
 
 This message makes no sense.
 What did you test? How did you test it? What do the logs show? Did you 
 receive a bounce?
 What are you doing exactly?
 
 
 
 -
 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] Observe raw smtp conversation

2009-08-06 Thread Dnk

Is there a way I can observe the raw smtp conversation onmy toaster?

I am having issues sending to one domain (an exchange 2007 server). I  
van telnet and send, but not from my toaster.


D



-
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] :: Extreme measures for Blackberry solution - darn ChkUser 571

2009-07-22 Thread Dnk

On 2009-07-22, at 6:10 AM, David Burke dbu...@coachmen.com wrote:

It’s possible that the problem users are using a different Blackberr 
y mail server. I would try to verify those addresses.


David
Due to the addresses being updated and such, I have found that the  
only reliable thing is to recompile and modify the chkusr settings to  
allow the / character.  There had been some chkusr setting  
duscussions on the devel list and Jake had asked for details on which  
settings to update.


I had already sent Jake the formal request to modify this setting by  
default in upcoming versions.


If you would like a step by step, I have it at work. Just shoot me an  
email off list and I can send it to you. Or better yet, maybe I should  
just add it to the wiki. I never had as it duplicates some other info  
there (ie - how to modify chkusr settings). But I think I will add it  
anyways unless Jake voices otherwise (either way is fine with me).


D






Re: [qmailtoaster] :: Extreme measures for Blackberry solution - darn ChkUser 571

2009-07-22 Thread dnk


On 2009-07-22, at 7:31 AM, Jake Vickers wrote:


Dnk wrote:


On 2009-07-22, at 6:10 AM, David Burke dbu...@coachmen.com wrote:

It’s possible that the problem users are using a different  
Blackberry mail server. I would try to verify those addresses.


David
Due to the addresses being updated and such, I have found that the  
only reliable thing is to recompile and modify the chkusr settings  
to allow the / character.  There had been some chkusr setting  
duscussions on the devel list and Jake had asked for details on  
which settings to update.


I had already sent Jake the formal request to modify this setting  
by default in upcoming versions.


If you would like a step by step, I have it at work. Just shoot me  
an email off list and I can send it to you. Or better yet, maybe I  
should just add it to the wiki. I never had as it duplicates some  
other info there (ie - how to modify chkusr settings). But I think  
I will add it anyways unless Jake voices otherwise (either way is  
fine with me).




Please add it to the wiki. Until we can formalize and finalize  
setting changes on the development mailing list, I don't see an  
update any time soon to change this behavior.




This is done!

http://wiki.qmailtoaster.com/index.php/CHKUSR_-_Enable_characters_for_Blackberry_devices

Let me know if anyone spots some issues with it. It is the same  
process I have been using for years.


D




Re: [qmailtoaster] To upgrade my running qmailtoaster package

2009-07-09 Thread Dnk





On 2009-07-09, at 6:53 AM, Karpaha Vinayaham d_k...@yahoo.co.in wrote:


Dear All,

 I want to update all my running qmailtoaster packages to the latest  
stable one, that is available on  http://qmailtoaster.com


As i have to do this on a production server, kindly suggest me how  
to do this without affecting the server.



With Regards
Vinay


See the Web's breaking stories, chosen by people like you. Check  
out  Yahoo! Buzz.


Install qtp (Qmail toaster plus), then use the new model scripts.

D

Re: [qmailtoaster] To upgrade my running qmailtoaster package

2009-07-09 Thread Dnk





On 2009-07-09, at 7:19 AM, Eric Shubert e...@shubes.net wrote:


Karpaha Vinayaham wrote:

Dear All,
I want to update all my running qmailtoaster packages to the latest  
stable one, that is available on  http://qmailtoaster.com
As i have to do this on a production server, kindly suggest me how  
to do this without affecting the server.

With Regards
   Vinay


Use qtp-newmodel, which is in the qmailtoaster-plus package (http://qtp.qmailtoaster.com 
). Your down time will probably be less than 5 minutes. qtp-newmodel  
builds and installs all the new packages in a sandbox, so it doesn't  
affect your running toaster until the point where it's ready to  
update everything. If there's a problem with the builds or installs,  
they happen in the sandbox first where you can fix them without  
disturbing the production environment.


Which distro/version are you running?
It's usually a good idea to run yum update before running qtp- 
newmodel. Also be sure to reboot if your kernel is updated by yum.


--
-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





The only thing I would add is that if you did customizations like  
adding the / character in the chkuser settings, that will have to be  
done again.


D






-
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] Diverts mail

2009-07-08 Thread dnk


On 2009-07-08, at 9:43 AM, Constantin IOAJA wrote:


Mahesh Bhat wrote:


Hi Eric,

I just added the line nameserver 127.0.0.1 in the resolv.conf file  
and now
my mails are getting sent and received very quickly. Is that a  
thing to

worry or to be happy.

Earlier Constantin to me that the Transaction Time was 83.618  
seconds - Not

good!

Now its reduced to 2.125 seconds - Good...


-Regards

Mahesh Bhat





 Bad   is that you removed   QmailToasterfrom  greeting

Banner:   220 mail.modelytics.com - Welcome to Modelytics ESMTP


Constantin



Why is it bad? Just curious.

D

Re: [qmailtoaster] Customised squirrellmail for each domain

2009-07-08 Thread Dnk





On 2009-07-08, at 6:46 PM, mailing manny.mailing.l...@gmail.com  
wrote:


Thanks Jake , but how can i remove the shared entry where can i find  
it ?


cheers,
manny
- Original Message -
From: Jake Vickers
To: qmailtoaster-list@qmailtoaster.com
Sent: Thursday, July 09, 2009 12:53 AM
Subject: Re: [qmailtoaster] Customised squirrellmail for each domain

mailing wrote:


Hi to all,

I have setup my qmailtoaster hosting 3 domains , how can i  
customized each domain's squirrelmail with logo , welcome message  
and welcome page ? Is it possible ?


Thanks and regards,
Manny


Sure. You would need to remove the shared entry, and create a copy  
of squirrelmail in each domain's web directory. You can then edit it  
all you want and each domain will see it's own version.






Off the top of my head, I beleive there is an include in the main  
http.conf that includes a toaster.conf. Either that or toaster.conf is  
in the conf.d directory. Either way just search for toaster.conf. The  
relivant info should be in there.


D

Re: [qmailtoaster] does spamdyke max-recipients setting affect mailing lists?

2009-07-07 Thread dnk


On 2009-07-07, at 12:24 PM, Peter Peltonen wrote:


Spamdyke's default configuration includess this setting:

max-recipients=50

Say I am running ezmlm or mailman mailing lists with more than 50
recipients. Does spamdyke now prevent these mailing lists from
functioning?

Best,
Peter



it does not. I am running the stock config with a few mailing lists.

D



-
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] Installing Qmail Toaster

2009-07-03 Thread Dnk





On 2009-07-03, at 6:25 AM, amit IKF a...@ikf.co.in wrote:


Dear All,

Can someone tell me what the below lines mean:

If you plan to use it in a VirtualDomain please delete
 the include directive from httpd.conf and  add it in
 your VirtualDomain

Do I put # infront of the below line:
Include /etc/httpd/conf/toaster.conf''
or does it means something else.
I didn't find any VirtualDomain directive in httpd.conf

Thanks and regards,
Amit


You would have to create the VirtualDomain settings for your virtual  
domain (suggest the apache site if you do not know how), then once you  
have that working, I beleive the above instructions are saying to add  
the include directive in the virtual domain settings as opposed to the  
main conf. But by doing that, none of the toaster settings will work  
under any other domain but that one VirtualDomain. I myself usually  
leave the toaster include where it is, and just add virtual domains if  
needed. Then the toaster settings apply to all domains.


D

-
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] Distribution Group

2009-07-03 Thread Dnk





On 2009-07-03, at 8:28 AM, Jake Vickers j...@qmailtoaster.com wrote:


James Ecker wrote:


I am using the lastest version of QmailToaster and I am trying to  
create a distribution group. Is it possible to create a  
distribution group, if so how?




Do you mean a mailing list?


I would assume so. Distribution group was the term used in Exchange  
(back in the day when I used it).







Re: [qmailtoaster] QmailToaster with LDAP

2009-06-30 Thread dnk


On 2009-06-30, at 7:47 PM, Jake Vickers wrote:


Eric Shubert wrote:

Jake Vickers wrote:

Eric Shubert wrote:

John Hansen wrote:

Hi,

We currently authenticate our users with an LDAP server for  
different systems
such as email and thin clients (LTSP). I would like to keep this  
same set up
and not use a separate user database for QmailToaster, if  
possible. Most of
our users use webmail, but there are around 20 that use an email  
client with POP3.


Does anyone have a recommendation, one way or another, on using  
QmailToaster

with LDAP?

Pro's and cons?

Tuturial?

Thanks,

John



I'm sure Jake will chime in on this with authority.

I'd like to say, though, that I think this is a big weakness in  
the toaster presently, and I'd love to see us develop LDAP  
capability for QMT. I don't believe that it's a simple thing to  
do though, and I'd be thrilled to work with a sponsor to get it  
implemented.




Not a weakness, a different path.
Vpopmail does not work with LDAP, and some of the other patches we  
use will not work with qmail-ldap either.
There is a project that helps you set up a qmail-ldap server over  
at qmail-ldap.org
Since they're completely different approaches, I don't think you  
can really give any pros/cons besides what you get from LDAP  
anyway (both pros and cons).




I beg to differ. QMT offers no common authentication mechanism that  
can be shared with other applications in an organization. Seems  
like most applications can authenticate with LDAP. Does anything  
besides certain implementations of qmail use vpopmail  
authentication? I don't know of any. With vpopmail, user and  
password definitions are (un)necessarily separate from 'the rest of  
the world'. I'd call that a weakness if I wanted to integrate it  
with other applications in an organization. Let's face it, QMT is  
weak in this area. Now, how important that might can vary with  
depending on the circumstances.




As I stated before, they're separate paths, not weakness.  
Qmailtoaster is a Qmail path that utilizes vpopmail and mysql. If  
you want to use LDAP, use qmail-ldap. If you want to use vpopmail  
but not mysql, use either LWQ or qmailrocks, etc.
Qmail is only the backend. There are many paths you can take to  
achieve your goals. If you want vpopmail and mysql in an easy to  
install package, then Qmailtoaster is a good path for you.
As far as sharing common authentication mechanisms, that is a matter  
of viewpoint. I've written PHP apps that used the vpopmail database  
for authentication to tie the application to the email system. With  
vpopmail being in mysql, you can use any mashup that can communicate  
with mysql for authentication. If this does not work for a specific  
app, then a different approach may be in order for your configuration.




I myself have written things to authenticate to my toaster, using the  
PHP imap functions, however if I was trying to integrate with  
something else premade, I am not so sure. I am not really adding  
anything of value here, just pointing out another way to have an app  
auth against the existing toaster systems.


Dustin



-
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] Toaster as spam/av gateway

2009-06-18 Thread Dnk


Hi there,

I have someone who wants me to setup a spam/av gateway based on the  
toaster. BUT they only want what they need installed. No extras. Is  
there any sort of doc pointing to a stripped down av/spam gateway type  
install?


I can already config an existing toaster to be the gw for another  
server, but wanted to know what I could safely strip out.


Thanks!

D


-
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] Toaster as spam/av gateway

2009-06-18 Thread dnk


On 2009-06-18, at 7:53 AM, Eric Shubert wrote:


Dnk wrote:

Hi there,
I have someone who wants me to setup a spam/av gateway based on the  
toaster. BUT they only want what they need installed. No extras.


Why do this? Seems like a waste to me.


I agree, but they have it stuck in their head that it is more secure.




Is there any sort of doc pointing to a stripped down av/spam  
gateway type install?
I can already config an existing toaster to be the gw for another  
server, but wanted to know what I could safely strip out.


Off the top of my head, I would guess:
autorespond-toaster
control-panel-toaster
courier-authlib-toaster
courier-imap-toaster
ezmlm-cgi-toaster
ezmlm-toaster
isoqlog-toaster
maildrop-toaster
maildrop-toaster-devel
qmailadmin-toaster
qmailmrtg-toaster
send-emails-toaster
squirrelmail-toaster

That's just a guess, and you'll no doubt need to do some 'manual'  
configuration as well.


Yeah, I kind of have been planning for that.

Starting to wonder if it wold be easier to just build it up instead of  
build it down.






Thanks!
D



--
-Eric 'shubes'



Thanks for the comments Eric.

D



-
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] Toaster as spam/av gateway

2009-06-18 Thread dnk


On 2009-06-18, at 8:24 AM, Jake Vickers wrote:


dnk wrote:


On 2009-06-18, at 7:53 AM, Eric Shubert wrote:


Dnk wrote:

Hi there,
I have someone who wants me to setup a spam/av gateway based on  
the toaster. BUT they only want what they need installed. No  
extras.


Why do this? Seems like a waste to me.


I agree, but they have it stuck in their head that it is more  
secure.




Install everything but the web apps and courier. You can also  
disable the ports and shut down apache to obtain the same effects.




Outside of knowing which packages to skip (without blowing out the  
rest of the install), I had the same discussion with him. But thanks  
for the backup! =-)






-
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] recipient number restrictions

2009-06-03 Thread DNK

Hi there,

I seem to be having issues with my max recipients.

Now i just want to confirm... to increase this, I just need to edit  
the /etc/tcprules.d/tcp.smtp file correct?


Or do I also need to change this in any other location?

The funny thing was that my settings were at 50 in the tcp.smtp, but I  
would get chkuser violation bounces when they were sending to say  
30-40 people. And then once the first error came, then they would at  
times get the same bounces when sending to a single user as well.


Does it remember the first violation for a time, and restrict  
subsequent email as well for a time, and if so, for how long?


Thanks in advance.

DK



-
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] Temporarily forwarding e-mail address

2009-05-28 Thread DNK
You can just do this by logging into squirrelmail as the user (who you  
want to forward), and in the options, you can set a forward and an  
autoreply there.


D
On 28-May-09, at 10:32 AM, Adam Glass wrote:


Hi all,

When an employee goes on vacation we want to forward all of their  
incoming e-mail to another employee.  I tried to set this up  
qmailadmin using New Forward, but it said Name Already Used and gave  
the username of the employee going on vacation.  So it seems that  
either there is an e-mail inbox or there is a forward, but not both.


How can I set things up so we can temporarily redirect a users' mail  
without deleting their account?



Thank you!
--Adam



-
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] false positive for Phishing

2009-04-24 Thread Dnk





On 24-Apr-09, at 7:39 AM, Jake Vickers j...@qmailtoaster.com wrote:


Dnk wrote:


This message is being blocked because of clamav; I'm assuming you  
added extra rules (using QTP), so it's being blocked there. You  
can either add an entry in your tcp.smtp file for this server's IP  
address so you can skip spam/virus processing, or you may be able  
to add the domain to the simcontrol file - I doubt this will work,  
but it would be interesting if you could add incoming domains to  
it to skip processing, or you can remove the extra clam ruleset  
that is blocking them. I think that's about all your options though.




What is the safest way to disable the av?

D



I would try the simscan method. I doubt it will work, but it only  
takes a couple seconds to try.
Otherwise I think you'll either have to remove the clamav def that's  
causing your false positives or allow them free reign in your  
tcp.smtp.


On a side note, have you reported the FP to the maintainer of the  
clamav definition?



--- 
--- 
--- 
--- 
-

   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




Thank you for the info Jake. This far I have not done anything as the  
client wanted me to wait until today to deal with it (checking  
something on their end).


D




-
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




[qmailtoaster] false positive for Phishing

2009-04-23 Thread dnk

Hi there

I have a toaster that hosts a domain that receives email regularly  
from another. The client noticed that they were not getting the emails  
anymore. Below are the log samples:


simscan:[28419]:VIRUS: 
1.0962s:Phishing.Heuristics.Email.SpoofedDomain:xxx.xxx.xxx.xxx:u...@domain.com 
:u...@otherdomain.com:


qmail-smtpd: qq hard reject (Your email was rejected because it  
contains the Phishing.Heuristics.Email.SpoofedDomain virus): MAILFROM:u...@domain.com 
 RCPTTO:u...@otherdomain.com


They have assured me 100% that they still want to get this kind of  
email from this user.


When it comes to this kind of blocking - what is the best way to allow  
it through?


I have included some verbose output below as to my system config (in  
case it is needed - ignore below if not needed).


(( System Info ))

# qtp-whatami

qtp-whatami v0.3.2
DISTRO=CentOS
OSVER=5.3
QTARCH=i686
QTKERN=2.6.18-128.1.6.el5
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported, but this version/arch has not been  
tested.


--

# rpm -qa | grep toaster | sort

autorespond-toaster-2.0.4-1.3.4
clamav-toaster-0.95.0-1.3.26
control-panel-toaster-0.5-1.3.5
courier-authlib-toaster-0.59.2-1.3.7
courier-imap-toaster-4.1.2-1.3.8
daemontools-toaster-0.76-1.3.4
ezmlm-cgi-toaster-0.53.324-1.3.4
ezmlm-toaster-0.53.324-1.3.4
isoqlog-toaster-2.1-1.3.5
libdomainkeys-toaster-0.68-1.3.4
libsrs2-toaster-1.0.18-1.3.4
maildrop-toaster-2.0.3-1.3.6
maildrop-toaster-devel-2.0.3-1.3.6
qmailadmin-toaster-1.2.11-1.3.5
qmailmrtg-toaster-4.2-1.3.4
qmail-pop3d-toaster-1.03-1.3.16
qmail-toaster-1.03-1.3.16
qmailtoaster-plus-0.3.1-1.4.9
qmailtoaster-plus.repo-0.1-1
ripmime-toaster-1.4.0.6-1.3.4
send-emails-toaster-0.5-1.3.5
simscan-toaster-1.3.1-1.3.7
spamassassin-toaster-3.2.5-1.3.15
squirrelmail-toaster-1.4.17-1.3.12
ucspi-tcp-toaster-0.88-1.3.6
vpopmail-toaster-5.4.17-1.3.5
vqadmin-toaster-2.3.4-1.3.4

--

# spamdyke -v

spamdyke 3.1.8+TLS

--

# cat /etc/spamdyke/spamdyke.conf | grep -v #

check-dnsrbl=zen.spamhaus.org
check-dnsrbl=bl.spamcop.net
check-dnsrbl=list.dsbl.org
graylist-dir=/var/spamdyke/graylist
graylist-max-secs=2678400
graylist-min-secs=180
greeting-delay-secs=5
idle-timeout-secs=60
ip-blacklist-file=/etc/spamdyke/blacklist_ip
ip-in-rdns-keyword-file=/etc/spamdyke/blacklist_keywords
ip-whitelist-file=/etc/spamdyke/whitelist_ip
local-domains-file=/var/qmail/control/rcpthosts
log-level=2
log-target=0
max-recipients=5
rdns-blacklist-file=/etc/spamdyke/blacklist_rdns
rdns-whitelist-file=/etc/spamdyke/whitelist_rdns
recipient-blacklist-file=/etc/spamdyke/blacklist_recipients
reject-missing-sender-mx
sender-blacklist-file=/etc/spamdyke/blacklist_senders
tls-certificate-file=/var/qmail/control/servercert.pem

--

# cat /var/qmail/supervise/smtp/run | grep -v #

QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD=/var/qmail/bin/qmail-smtpd
TCP_CDB=/etc/tcprules.d/tcp.smtp.cdb
RBLSMTPD=/usr/bin/rblsmtpd
HOSTNAME=`hostname`
VCHKPW=/home/vpopmail/bin/vchkpw
REQUIRE_AUTH=0

exec /usr/bin/softlimit -m 2000 \
 /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c  
$MAXSMTPD \

 -u $QMAILDUID -g $NOFILESGID 0 smtp \
 $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 21

--

-
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] false positive for Phishing

2009-04-23 Thread Dnk


On 23-Apr-09, at 4:45 PM, Jake Vickers j...@qmailtoaster.com wrote:


dnk wrote:

Hi there

I have a toaster that hosts a domain that receives email regularly  
from another. The client noticed that they were not getting the  
emails anymore. Below are the log samples:


simscan:[28419]:VIRUS: 
1.0962s:Phishing.Heuristics.Email.SpoofedDomain:xxx.xxx.xxx.xxx:u...@domain.com 
:u...@otherdomain.com:


qmail-smtpd: qq hard reject (Your email was rejected because it  
contains the Phishing.Heuristics.Email.SpoofedDomain virus):  
MAILFROM:u...@domain.com RCPTTO:u...@otherdomain.com


They have assured me 100% that they still want to get this kind of  
email from this user.


When it comes to this kind of blocking - what is the best way to  
allow it through?


I have included some verbose output below as to my system config  
(in case it is needed - ignore below if not needed).


This message is being blocked because of clamav; I'm assuming you  
added extra rules (using QTP), so it's being blocked there. You can  
either add an entry in your tcp.smtp file for this server's IP  
address so you can skip spam/virus processing, or you may be able to  
add the domain to the simcontrol file - I doubt this will work, but  
it would be interesting if you could add incoming domains to it to  
skip processing, or you can remove the extra clam ruleset that is  
blocking them. I think that's about all your options though.



--- 
--- 
--- 
--- 
-

   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




What is the safest way to disable the av?

D


-
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] Any experiences with greylisting?

2009-04-20 Thread Dnk
Spamdyke. Love it. Killed most of my spam. It is installable through  
the qmailtoaster-plus package as well.


D



On 20-Apr-09, at 3:54 AM, David Sánchez Martín dsanc...@e2000.es  
wrote:




Hi list,

 I used not to be a big fan of greylisting, given that it delays the
reception of legitimate mails, but given that spam is getting worst  
each

day, I want to try it.

 Don't get me wrong, blacklists+spamassassin works certainly good  
but it

takes a lot of CPU.

 Greylisting, if I do it right, could possibly reduce the thrashing  
of my

CPU, delaying only certain mails, not too much time, giving time to
blacklists (like sbl-xbl.spamhaus.org) to be filled with that wrong- 
doer.


 I'm looking for greylist the FULL way (triplets, not only greylisting
IP's), but I'm open to any other solution.

 Any experiences out there?

---
David Sanchez Martin
Administrador de Sistemas
dsanc...@e2000.es
GPG Key ID: 0x37E7AC1F

E2000 Nuevas Tecnologías
Tel : +34 902 830500



-
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] perl issues

2009-04-17 Thread dnk


On 17-Apr-09, at 8:18 AM, Eric Shubert wrote:


What are your results from:
# qtp-whatami
# rpm -qa | grep toaster | sort
# rpm -q --whatprovides perl(Getopt::Long)
# rpm -q perl
?

--  
-Eric 'shubes'


Eric,

Output below. Thank you very much for the help.


# qtp-whatami
qtp-whatami v0.3.2
DISTRO=CentOS
OSVER=5.3
QTARCH=i686
QTKERN=2.6.18-128.1.1.el5
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported, but this version/arch has not been  
tested.


# rpm -qa | grep toaster | sort
autorespond-toaster-2.0.4-1.3.3
clamav-toaster-0.94.2-1.3.23
control-panel-toaster-0.5-1.3.4
courier-authlib-toaster-0.59.2-1.3.6
courier-imap-toaster-4.1.2-1.3.7
daemontools-toaster-0.76-1.3.3
ezmlm-cgi-toaster-0.53.324-1.3.3
ezmlm-toaster-0.53.324-1.3.3
isoqlog-toaster-2.1-1.3.4
libdomainkeys-toaster-0.68-1.3.3
libsrs2-toaster-1.0.18-1.3.3
maildrop-toaster-2.0.3-1.3.5
maildrop-toaster-devel-2.0.3-1.3.5
qmailadmin-toaster-1.2.11-1.3.4
qmailmrtg-toaster-4.2-1.3.3
qmail-pop3d-toaster-1.03-1.3.15
qmail-toaster-1.03-1.3.15
qmailtoaster-plus-0.3.1-1.4.9
qmailtoaster-plus.repo-0.1-1
ripmime-toaster-1.4.0.6-1.3.3
simscan-toaster-1.3.1-1.3.6
spamassassin-toaster-3.2.5-1.3.14
squirrelmail-toaster-1.4.17-1.3.11
ucspi-tcp-toaster-0.88-1.3.5
vpopmail-toaster-5.4.17-1.3.4
vqadmin-toaster-2.3.4-1.3.3

# rpm -q --whatprovides perl(Getopt::Long)
perl-5.8.8-18.el5_3.1

# rpm -q perl
perl-5.8.8-18.el5_3.1



-
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] perl issues

2009-04-17 Thread dnk


On 17-Apr-09, at 9:49 AM, Eric Shubert wrote:


dnk wrote:
Good day, I was trying to update one of my toasters (centos 5.3),  
and I had it fail out with:

Transaction Check Error:
 file /usr/share/man/man3/Getopt::Long.3pm.gz from install of perl- 
Getopt-Long-2.37-1.el5.rf.noarch conflicts with file from package  
perl-5.8.8-18.el5_3.1.i386

Has anyone seen similar things to this?
d


Please rerun this and post a bit more context. qtp-newmodel should  
not be trying to install perl-Getopt-Long, as this module is  
included the base perl package that is installed.


--
-Eric 'shubes'



Eric,

Just as a side note, this error happens even if i try to install this  
package outside of the newmodel.


# yum install perl-Getopt-Long

316 packages excluded due to repository protections
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
-- Running transaction check
--- Package perl-Getopt-Long.noarch 0:2.37-1.el5.rf set to be updated
-- Finished Dependency Resolution

Dependencies Resolved

= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 

 Package  Arch   Version   
RepositorySize
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 


Installing:
 perl-Getopt-Long noarch 2.37-1.el5.rf 
rpmforge  56 k


Transaction Summary
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 


Install  1 Package(s)
Update   0 Package(s)
Remove   0 Package(s)

Total size: 56 k
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
  file /usr/share/man/man3/Getopt::Long.3pm.gz from install of perl- 
Getopt-Long-2.37-1.el5.rf.noarch conflicts with file from package  
perl-5.8.8-18.el5_3.1.i386


Error Summary
-


Do you feel there will be additional info. Well either way I am re- 
running the new model now.


d




-
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] perl issues

2009-04-17 Thread dnk


On 17-Apr-09, at 9:51 AM, Eric Shubert wrote:


Did you create a new sandbox after updating qmailtoaster-plus?
You need to create a new sandbox whenever changes to the the main  
system are made, otherwise they're (probably) not included in the  
sandbox.


At the time, yes.

D



-
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] perl issues

2009-04-17 Thread dnk


On 17-Apr-09, at 9:49 AM, Eric Shubert wrote:


dnk wrote:
Good day, I was trying to update one of my toasters (centos 5.3),  
and I had it fail out with:

Transaction Check Error:
 file /usr/share/man/man3/Getopt::Long.3pm.gz from install of perl- 
Getopt-Long-2.37-1.el5.rf.noarch conflicts with file from package  
perl-5.8.8-18.el5_3.1.i386

Has anyone seen similar things to this?
d


Please rerun this and post a bit more context. qtp-newmodel should  
not be trying to install perl-Getopt-Long, as this module is  
included the base perl package that is installed.





Ok I have run new model again, and noticed this time:

qtp-install-rpmforge v0.3 - getting latest version of rpmforge- 
release ...
qtp-install-rpmforge - installed package rpmforge- 
release-0.3.6-1.el5.rf is the latest - nothing done.


So that obviously ran before, but never noticed it.

I have in fact built a new sandbox, and used a union box to do so.

The only difference is that I rebooted the machine prior to running  
newmodel this time. And it worked now.


I must have done something out of step before that I did not miss this  
time around.


Thanks for all of the help.

d








-
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




[qmailtoaster] blackberry hack for the / character and updates

2009-04-17 Thread dnk
I just wanted to confirm, but if in the past I had recompiled the  
toaster to allow the / character to deal with the blackberry issues,  
it would have to be done again post  update correct?


d



-
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




[qmailtoaster] perl issues

2009-04-16 Thread dnk
Good day, I was trying to update one of my toasters (centos 5.3), and  
I had it fail out with:


Transaction Check Error:
  file /usr/share/man/man3/Getopt::Long.3pm.gz from install of perl- 
Getopt-Long-2.37-1.el5.rf.noarch conflicts with file from package  
perl-5.8.8-18.el5_3.1.i386



Has anyone seen similar things to this?

d



-
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] perl issues

2009-04-16 Thread dnk


On 16-Apr-09, at 11:54 AM, dnk wrote:

Good day, I was trying to update one of my toasters (centos 5.3),  
and I had it fail out with:


Transaction Check Error:
 file /usr/share/man/man3/Getopt::Long.3pm.gz from install of perl- 
Getopt-Long-2.37-1.el5.rf.noarch conflicts with file from package  
perl-5.8.8-18.el5_3.1.i386



Has anyone seen similar things to this?

d


BTW, I realized i never specified that I was using the newmodel script  
from the toaster plus package.


d



-
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] perl issues

2009-04-16 Thread dnk


On 16-Apr-09, at 11:57 AM, Eric Shubert wrote:


dnk wrote:
Good day, I was trying to update one of my toasters (centos 5.3),  
and I had it fail out with:

Transaction Check Error:
 file /usr/share/man/man3/Getopt::Long.3pm.gz from install of perl- 
Getopt-Long-2.37-1.el5.rf.noarch conflicts with file from package  
perl-5.8.8-18.el5_3.1.i386

Has anyone seen similar things to this?
d


Yes. It was on the list just a day or 2 ago.
# yum -y update qmailtoaster-plus




Thanks Eric, I must have missed that one.

d



-
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] perl issues

2009-04-16 Thread dnk


On 16-Apr-09, at 12:03 PM, dnk wrote:



On 16-Apr-09, at 11:57 AM, Eric Shubert wrote:


dnk wrote:
Good day, I was trying to update one of my toasters (centos 5.3),  
and I had it fail out with:

Transaction Check Error:
file /usr/share/man/man3/Getopt::Long.3pm.gz from install of perl- 
Getopt-Long-2.37-1.el5.rf.noarch conflicts with file from package  
perl-5.8.8-18.el5_3.1.i386

Has anyone seen similar things to this?
d


Yes. It was on the list just a day or 2 ago.
# yum -y update qmailtoaster-plus




Thanks Eric, I must have missed that one.

d

Hmmm, still looking into it (tomorrow), but the issue persisted after  
that...


Going to look in the archives.

d



-
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] Centos 5.3 Update

2009-04-02 Thread Dnk





On 2-Apr-09, at 12:30 AM, Alberto Guzzetti alberto.guzze...@digital-instruments.com 
 wrote:



Hi Dnk,

Did you try it with a 64 centos 5 version?
If I don't have openmpi and lam installed do I also need the -devel  
version?


Thanks,
Alberto.
























Alberto,

I did not try it on a 64 bit system, but I imagine for the most part  
it would work the same.


For the -devel version, are you refering to glibc?

If you do not have the Iam  openmpi installed, simply run the the yum  
command previously listed for glibc, and that will get you what your  
system needs for glibc and it's accesory libraries. That is if you  
already have them (acccesory libs) installed due to some other  
dependency on your system.


Simply following the instructions in the previous (original) email  
should get the job done for you.


D

-
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




[qmailtoaster] Centos 5.3 Update

2009-04-01 Thread dnk
Just wanted to let everyone know that I have updated to 5.3 without  
issue on the toaster.


My steps were:

yum clean all   # (optional)
yum list | grep openmpi # (checking to see if it is installed)
yum list | grep lam # (checking to see if it is installed)
yum update glibc\*  # (install glibc and accessory libraries)
yum update  # (do the deed)
rpm -q centos-release   #(check if it is showing up proper)

That  should return: 'centos-release-5-3.el5.centos.1'

There is an issue mentioned in the release notes about an update  
issue with the openmpi  lam packages. Apparently if you have them  
installed, you need to remove then update and then reinstall them. I  
never had them installed, I just checked if they were (hence the yum  
list commands). So maybe refer to the known issues section (4) of  
the CentOS 5.3 release notes. The yum update glibc\* is just a way  
to ensure that you get the the accessory libraries (IE common, devel,  
etc) for glibc. if they are needed for your system.


d






-
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




[qmailtoaster] new sa-update - perl dependencies

2009-03-26 Thread dnk
I seem to remember reading about new perl dependencies, but can't find  
to post (or overlooked it). I am now getting the below error:


Use of uninitialized value in concatenation (.) or string at /usr/lib/ 
perl5/5.8.8/i386-linux-thread-multi/Scalar/Util.pm line 30.


Which perl packages do I need ot install?

d




-
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] new sa-update - perl dependencies

2009-03-26 Thread dnk

Thanks!

Worked great.

d


On 26-Mar-09, at 8:01 AM, Philip wrote:


perl -MCPAN -e 'install G/GB/GBARR/Scalar-List-Utils-1.19.tar.gz'



-
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] Install on a barebones server

2009-03-23 Thread Dnk





On 23-Mar-09, at 11:57 AM, Sanjay Arora sanjay.k.ar...@gmail.com  
wrote:



Hello all

I am installing qmail, in fact anything at all, after a period of  
three-four years. My server is a centos 5 image that i will be  
running virtualized. So it does not have gcc or make tools. Can  
anyone point me towards an install description which is a step by  
step guide to creating qmailtoaster binary rpms to be installed  
directly and configuration thereafter.


Also, any pointers to a similar install guide for tinyDNS with  
axfrDNS? I am so rusty tat I am afraid I will make mistakes that a  
kid won't make, even in his sleep.


Thanks in advance.
With best regards.
Sanjay.




To be honest, I don't think such a guide exists that is particular to  
the toaster as the install instructions all point to the install script.


You will probably have to learn from the usual rpm resources.

If you are tight or time, why not just make a duplicate VM, install  
gcc, etc cimpile the rpm's there and transfer them over (as the  
environment is identical). Then you also have a test bed for updates,  
etc.


D

-
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] Mailman list server on QMT

2009-03-14 Thread Dnk
I know someone who just did this migration. I will see if they made  
notes.


D



On 13-Mar-09, at 11:51 PM, Eric Shubert e...@shubes.net wrote:

I've managed to get Mailman list server running on my QMT, and  
written up the procedure at http://wiki.qmailtoaster.com/index.php/Mailman 
.


If anyone's interested in trying it out, please give it a go. I  
think the instructions are pretty complete, but it'd be nice to have  
a few folks try it out before we endeavor to create a formal mailman- 
toaster package (which we'd like to do).


And for you ezmlm users out there, I hope that someone will figure  
out an easy way to migrate lists from ezmlm to Mailman. I haven't  
looked into that at all, and don't need to either as I have no ezmlm  
lists.


NJoy!
--
-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] dealing with cronjob mail

2009-03-09 Thread dnk


On 7-Mar-09, at 10:15 AM, Jake Vickers wrote:


dnk wrote:
I am just curious how others are dealing with other systems that  
they control sending emails from various cron jobs to valid user  
accounts on their toaster.


Obviously when an email is sent from a system, and the replyto is  
something like r...@host - it will bounce.


Does everyone whitelist any servers they need to receive that mail  
from?




I whitelist most of mine, but for the rare occasion this is not  
desired, I used a simple SMTP program called mail:

http://www.cleancode.org/projects/email
Allows you to send emails from the command line using SMTP auth.




Jake,

Do you usually compile email, or did you find an RPM you trust?


d



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



[qmailtoaster] dealing with cronjob mail

2009-03-07 Thread dnk
I am just curious how others are dealing with other systems that they  
control sending emails from various cron jobs to valid user accounts  
on their toaster.


Obviously when an email is sent from a system, and the replyto is  
something like r...@host - it will bounce.


Does everyone whitelist any servers they need to receive that mail from?

d



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



Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread dnk


On 7-Mar-09, at 9:33 AM, Richard Vinke wrote:

I use the  /var/qmail/bin/qmail-inject -fupdate-chec...@server6 recei...@bla.nl 
 to send mail in cronjobs.






What if you are sending an email from a system that is not on a qmail  
machine?


d



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



Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread dnk


On 7-Mar-09, at 9:49 AM, Eric Shubert wrote:


dnk wrote:
I am just curious how others are dealing with other systems that  
they control sending emails from various cron jobs to valid user  
accounts on their toaster.
Obviously when an email is sent from a system, and the replyto is  
something like r...@host - it will bounce.
Does everyone whitelist any servers they need to receive that mail  
from?

d


I install and configure postfix, then simply use the sendmail  
command. This provides compatibility for anything else that uses the  
sendmail command as well.


--
-Eric 'shubes'



I was thinking of doing that as well. In fact I had found a tutorial  
on how to get postfix to use SMTP auth and TLS over 587 to send mail.  
Might be handy as I have some pretty tight spam checks, IE PTR's, etc,  
and setting up things like PTR's is not always an option, etc.


d



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



Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread Dnk





On 7-Mar-09, at 10:15 AM, Jake Vickers j...@qmailtoaster.com wrote:


dnk wrote:
I am just curious how others are dealing with other systems that  
they control sending emails from various cron jobs to valid user  
accounts on their toaster.


Obviously when an email is sent from a system, and the replyto is  
something like r...@host - it will bounce.


Does everyone whitelist any servers they need to receive that mail  
from?




I whitelist most of mine, but for the rare occasion this is not  
desired, I used a simple SMTP program called mail:

http://www.cleancode.org/projects/email
Allows you to send emails from the command line using SMTP auth.


I will look into that one. Have you used it with the submission port  
over tls?


Thanks for the tip. 


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



Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread Dnk





On 7-Mar-09, at 10:15 AM, Jake Vickers j...@qmailtoaster.com wrote:


dnk wrote:
I am just curious how others are dealing with other systems that  
they control sending emails from various cron jobs to valid user  
accounts on their toaster.


Obviously when an email is sent from a system, and the replyto is  
something like r...@host - it will bounce.


Does everyone whitelist any servers they need to receive that mail  
from?




I whitelist most of mine, but for the rare occasion this is not  
desired, I used a simple SMTP program called mail:

http://www.cleancode.org/projects/email
Allows you to send emails from the command line using SMTPauth



Jake,

Just got to a connection, and saw that it does support tls over 587.

Again, thanks for the link.

D






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



Re: [qmailtoaster] dealing with cronjob mail

2009-03-07 Thread Dnk





On 7-Mar-09, at 10:28 AM, Eric Shubert e...@shubes.net wrote:


dnk wrote:

On 7-Mar-09, at 9:49 AM, Eric Shubert wrote:

dnk wrote:
I am just curious how others are dealing with other systems that  
they control sending emails from various cron jobs to valid user  
accounts on their toaster.
Obviously when an email is sent from a system, and the replyto is  
something like r...@host - it will bounce.
Does everyone whitelist any servers they need to receive that  
mail from?

d


I install and configure postfix, then simply use the sendmail  
command. This provides compatibility for anything else that uses  
the sendmail command as well.


--
-Eric 'shubes'

I was thinking of doing that as well. In fact I had found a  
tutorial on how to get postfix to use SMTP auth and TLS over 587 to  
send mail. Might be handy as I have some pretty tight spam checks,  
IE PTR's, etc, and setting up things like PTR's is not always an  
option, etc.

d


I like TLS over 587. Alternatively, you could whitelist with spamdyke.

--
-Eric 'shubes'


This is true, I just prefer to not whitelist unless I have to. I too  
prefer tls over 587.


D

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



Re: [qmailtoaster] mdv QMT blocked by Sapmhaus but in PBL not in SBL

2009-03-06 Thread dnk


On 6-Mar-09, at 6:29 AM, kernel.2k5 wrote:


Dear All ,

I am running a QMT based mail server since from almost 3 years on  
Mandriva .


Now when i sent message to one of the domain i got reply.

Remote host said: 550-JunkMail rejected - (mydomain.com)  
[121.246.X.X]:57262 is in an

550 RBL, see http://www.spamhaus.org/query/bl?ip=121.246.X.X;

Now when i checked above link it suggest to me remove from PBL only  
if you have

valid Reverse DNS to yours domain .

Now my Domain is having DNS hosted via zoneedit.com and inside  
pointing to this ISP provided Static IP running qmail with MDV  .


Now what does it mean to do reverse dns at my end , i think it all is
getting managed by zoneedit Right ??

Please let me know any suggestions.

Thanks



What you ned to do is contact your service provider (The person who  
assigned you the IP), and request a PTR record (or reverse DNS - same  
thing) for your IP. They will just ask you for the official FQDN, and  
point your IP to that so that when you run a dig -x your.ip.num.ber  
it will resolve the IP to your FQDN.


d




Re: [qmailtoaster] Reverse DNS checking to reduce spam.

2009-03-05 Thread dnk


On 5-Mar-09, at 3:59 PM, Eric Shubert wrote:

I believe that spamdyke does this, and a lot more, including  
graylisting.


Are you using spamdyke yet? If so, what's your configuration?

P.V.Anthony wrote:

Hi,
There is just too much spam. Especially the ones that forge email  
addresses.

I am thinking of setting up a reverse dns checking.
An alternative to spamdyke is by setting the following in the run  
file.
-p: Paranoid. After looking up the remote host name in DNS, look up  
the IP addresses in DNS for that host name, and remove the  
environment variable $TCPREMOTEHOST if none of the addresses match  
the client's IP address.

and the following in the tcprules file.
=:allow
:allow,RBLSMTPD=-bad reverse dns
Currently are there anyone on this list that have sent the servers  
to check reverse dns? If so, any problems?

Please share your thoughts on this.
P.V.Anthony



--
-Eric 'shubes'



Throwing on Spamdyke and using a combination of RBL's, DNS checks and  
graylisting have helped IMMENSELY at my primary employment.



I would just cut to the chase and install spamdyke - it is easy to do  
with the qtp-menu option, and you can enable and disable options real  
easy in the spamdyke.conf. You can start out with just the DNS checks  
and implement the other things later if you are still not happy with  
the results.


d



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



Re: [qmailtoaster] more correct version for this situation

2009-03-02 Thread Dnk



On 2-Mar-09, at 4:06 AM, emili...@zoioroxo.com.br wrote:


Good morning, friends, someone who already has some experience with
qmailtoaster, what would be the best distro for running qmailtoaster,
today I get around 9000 e-mail around, I run a dell 2060 server with  
8GB

of ram


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



I think any of the supported distros will  work fine, however CentOS  
seems to be the most widely used here.


D

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



[qmailtoaster] LibClamAV Error

2009-01-16 Thread dnk

Hi there. I keep getting the below error when attempting to update the
sane security.

LibClamAV Error: Problem parsing database at line 1
LibClamAV Error: Can't load /var/tmp/clamdb/phish.ndb: Malformed
database
ERROR: Malformed database

I have tried stopping clam, and deleting the ndb, restarting clam, and
attempting another update.

Any ideas?

D

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] LibClamAV Error

2009-01-16 Thread dnk


On 16-Jan-09, at 12:45 PM, Jake Vickers wrote:


dnk wrote:
Hi there. I keep getting the below error when attempting to update  
the

sane security.

LibClamAV Error: Problem parsing database at line 1
LibClamAV Error: Can't load /var/tmp/clamdb/phish.ndb: Malformed
database
ERROR: Malformed database

I have tried stopping clam, and deleting the ndb, restarting clam,  
and

attempting another update.

Any ideas?


If it only happens every once in a while, don't worry about it. It  
will update the next hour. I believe this comes about since they  
rsync the file between servers and you're downloading the file as  
they're rsync'ing it, causing an error.
If it happens repeatedly, then we may need to figure out if there's  
another issue.



This has been happening for about 2 weeks or more now. I had given it  
some time, because from the list archives I had read that it usually  
resolves itself. But in this case it seems to not be doing so. hence  
my post =-)


I guess i should have mentioned that it was happening for about 2 weeks.

d



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] LibClamAV Error

2009-01-16 Thread dnk


On 16-Jan-09, at 12:55 PM, Jake Vickers wrote:


dnk wrote:




This has been happening for about 2 weeks or more now. I had given  
it some time, because from the list archives I had read that it  
usually resolves itself. But in this case it seems to not be doing  
so. hence my post =-)


I guess i should have mentioned that it was happening for about 2  
weeks.




Looking at my logs it happened to me today as well. I purge these  
logs daily, so I can't say for sure how long it's been happening to  
me as well.
Did you check out Sane Security's site for any updates or notices?   
I have to run, so replies may not come until tomorrow.




I will have a look at their site to see what is up. No worries on  
replies till tomorrow.. one more day will not kill me.


Thanks for the help!

D

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Redirect mail for root

2009-01-15 Thread dnk


On 15-Jan-09, at 9:43 AM, Richard Vinke wrote:


Hello List,

I installed QMT on a server with hostname server6. I created a  
domain 'mydomain.nl' and added some users.
Now I want to direct alle the 'root' mail, 'postmaster' mail etc to 'postmas...@mydomain.nl 
'.


I tried several things, but still no luck.
How can I do this?


All I did was add a r...@mydomain.com and add a forward to my  
desired forward account.


d



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] secondary mx configuration

2009-01-13 Thread Dnk

Hmmm I can't seem to find the article. Maybe my phone browser though.

Dnk

Sent from my iPhone

On 13-Jan-09, at 3:12 PM, Jake Vickers j...@v2gnu.com wrote:


dnk wrote:
Are there any tutorials for setting up a second toaster as a  
secondary MX to a primary mx (also a toaster)?


I have been trying to search for this on the wiki, and google, and  
nothing clear cut thus far.




Caching mail server. I believe there's info on the wiki.
Basically install the server, including QMT.  Then just add the  
domains you want to be a caching mail server for in rcpthosts and  
restart qmail. Then just point MX records at it. No other  
configuration needed.



-
   QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] qtp - which spamdyke version

2009-01-06 Thread dnk

Just curious

Which version of spamdyke does the current qtp-menu install? And is  
this the recommended way to upgrade spamdyke that was installed with  
this command? WIll it overwrite existing config files/white/black lists?


Thanks.

D



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] clamav upgrade problem with supervise/lock

2009-01-06 Thread dnk
Just curious if anyone has seen this problem pop up again after  
upgrading to the most recent clam (ClamAV 0.94.2/8839/Tue Jan  6  
06:09:27 2009

)? The error was:

supervise: fatal: unable to acquire clamd/supervise/lock: temporary  
failure




I had it pop up, after qmailctl stop/start (as well as checking for  
hanging processes with ps) produced it. Even after 2 reboots.


I then rebooted it a 3rd time, noted that the load was really high,  
but left it alone until it calmed down (maybe rebuilding some clam  
related DB)... then the issue disappeared.


This is more of a curiosity note.

D



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Bulk Email

2008-12-29 Thread Dnk
If they can provide you with the addresses in an excel sheet, you can  
import it into an ezmlm list. Problem solved. How to import is in the  
wiki.


Dnk

Sent from my iPhone

On 29-Dec-08, at 2:01 AM, Biju Jose knowm...@whitesindia.com wrote:



Hi Everyone,

Wish you all a Happy and Prosperous New Year 2009.

I have a corporate qmailtoaster mail server running fine. The sales  
dept of
the company had come up with a requirement to send new year  
greetings and
new offers to their discontinued customers thru email. There are  
about 5000
email ids and they don't know if the ids are active or not and they  
are

planning to email merge the message to the list.

My worry is will this make the server as a spam source and will the  
server

end up in the spam black lists.

Your advise on this is very much appreciated.

Thanks / regards
Biju Jose



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Bulk Email

2008-12-29 Thread Dnk
Well what I was suggesting is not doing it as a mail merge, but rather  
using the list server itself to send. That way, the flow of email is  
controlled by the list server. In theory, you should not be black  
listed as mailling list servers send out huge amounts of mail to any  
given domain, on any given day. Your sales staff would only be sending  
the one email to the list address. I myself have a few lists with ~  
8000 users, and send multiple messages in a day.


Dnk

Sent from my iPhone

On 29-Dec-08, at 3:15 AM, Biju Jose knowm...@whitesindia.com wrote:


DNK, Thanks for your quick response.

They can do email merge from excel sheet and the msgs goes out as  
individual
msgs addressed to one id each. The problem is many emails can be  
bounced
from the receiving server due to the mail box not existing  
currently. The
ids of old discontinued customers are not used for a while and we  
don't know

if they are active now.

Will the server endup in spam black list is my query?

Thanks
Biju Jose
-Original Message-
From: Dnk [mailto:d.k.emailli...@gmail.com]
Sent: Monday, December 29, 2008 4:36 PM
To: Qmail Toaster List
Subject: Re: [qmailtoaster] Bulk Email

If they can provide you with the addresses in an excel sheet, you can
import it into an ezmlm list. Problem solved. How to import is in the
wiki.

Dnk

Sent from my iPhone

On 29-Dec-08, at 2:01 AM, Biju Jose knowm...@whitesindia.com  
wrote:




Hi Everyone,

Wish you all a Happy and Prosperous New Year 2009.

I have a corporate qmailtoaster mail server running fine. The sales
dept of
the company had come up with a requirement to send new year
greetings and
new offers to their discontinued customers thru email. There are
about 5000
email ids and they don't know if the ids are active or not and they
are
planning to email merge the message to the list.

My worry is will this make the server as a spam source and will the
server
end up in the spam black lists.

Your advise on this is very much appreciated.

Thanks / regards
Biju Jose



-
   QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list- 
unsubscr...@qmailtoaster.com

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



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] alternative to Spamhaus

2008-12-17 Thread Dnk



Anyone had a go with the new baracuda rbl?


http://www.linux.com/feature/15588


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] alternative to Spamhaus

2008-12-17 Thread Dnk




On 17-Dec-08, at 5:41 PM, Jake Vickers j...@v2gnu.com wrote:


Dnk wrote:
If you read the article on Linux.com, they have apparently  
committed to keeping it free. That was one of their points - that  
it would always be free. I suspect it would shutdown before charging.




I admit I did not read the article.  They contacted me back in  
October to use their list and I signed up. I tested it out on my  
personal system for a couple weeks before rolling it out to my  
production machines.
Glad to see they mean to keep it free. I've had a couple servers get  
feeds shut down by Spamhaus for usage



-
   QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Anything out of the norm I get it running?

D

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: RES: [qmailtoaster] Rename Email

2008-11-20 Thread dnk

Why not just create a forward fro the new address to the existing one?

And you can set your reply address to whatever you wish...


d




On 20-Nov-08, at 10:29 AM, Fábio R. P. Franco wrote:


Hey Phil, thanks for the answer.

I've tried doing it with Qmailadmin but wasn't able to. When I try  
to modify

the user, there seems to be no option to change the e-mail address.

http://img356.imageshack.us/img356/6536/shotqwq8.jpg

Sorry about it being portuguese.

Thanks!


-Mensagem original-
De: Phil Leinhauser [mailto:[EMAIL PROTECTED]
Enviada em: quinta-feira, 20 de novembro de 2008 16:19
Para: qmailtoaster-list@qmailtoaster.com
Assunto: Re: [qmailtoaster] Rename Email

Sure, from Qmailadmin you can do modify user.  You may want to  
setup a
forward of Bob to Bob.Smith for those who know the old address.   
Unless

that's why you're changing, to get away from the old address.


-Original message-
From: Fabio R. P. Franco [EMAIL PROTECTED]
Date: Thu, 20 Nov 2008 14:53:40 -0500
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Rename Email


Hello!



Is it possible to rename an e-mail account? For  example, the current

email

is [EMAIL PROTECTED] Is it possible to rename it to [EMAIL PROTECTED] ?



Thanks!







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



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




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



[qmailtoaster] rotation of /var/log/qmail/smtp/current schedule?

2008-10-22 Thread dnk

Good day,

I was wondering what the rotation schedule was by default on a toaster  
for the logs like /var/log/qmail/smtp/current? I am running the  
spamdyke stats script against it, but was wanting to get a view more  
by day.


Thanks!

DNK

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



Re: [qmailtoaster] rotation of /var/log/qmail/smtp/current schedule?

2008-10-22 Thread dnk


On 22-Oct-08, at 9:15 AM, Brent Gardner wrote:


dnk wrote:

Good day,

I was wondering what the rotation schedule was by default on a  
toaster for the logs like /var/log/qmail/smtp/current? I am running  
the spamdyke stats script against it, but was wanting to get a view  
more by day.


Thanks!

DNK

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

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


I believe that log rotation is based not on date/time but on file  
size and that the max log file size is set in /var/qmail/control/ 
logsize.





That seems to be correct, as all my logs (old) are 975K.


Would it be considered a bad move to change the log rotation to a time  
period (if this is even possible)?


Or I guess I could (and should) just write a script to parse for the  
current date with the tai64nlocal tool.



Thanks.

DNK

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



Re: [qmailtoaster] rotation of /var/log/qmail/smtp/current schedule?

2008-10-22 Thread dnk


On 22-Oct-08, at 10:04 AM, Eric Shubert wrote:

I believe that log rotation is based not on date/time but on file  
size and that the max log file size is set in /var/qmail/control/ 
logsize.



That seems to be correct, as all my logs (old) are 975K.
Would it be considered a bad move to change the log rotation to a  
time period (if this is even possible)?


Yes. I don't think it's easily done.

Or I guess I could (and should) just write a script to parse for  
the current date with the tai64nlocal tool.


I'd go this route. The qmlog script does some date processing, and  
might be useful (using -nl option?) as a front end to the stats  
program. I don't think it'd give you precise date boundaries though.  
You might consider enhancing qmlog to do this.


Thanks.
DNK


--
-Eric 'shubes'

-

I had already decided and went this route. I got it working, but with  
my method, I too experience the inaccurate precise date boundaries  
(due to the files changing based on size and not date). But this is ok  
for me as I just want a general over view of my spamdyke stats. My  
machine is really quiet between 11pm and 6 am (since my mailserver is  
business and not ISP related). So my users tend to not be on then.


I had considered modifying the qmlog, but my shell script coding  
practices are not very neat (IE I tend to use a lot of tmp files to  
hold data, and delete at the end after I clean my data through each  
process), and did not want to muck their stuff up (yet). I just  
whipped something together that works (for now), and will likely see  
what I can do with qmlog later).


Although if anyone is interested, I will gladly hand over the  
script(s) if they are interested in getting their stats for spamdyke  
based more so on a daily overview as opposed to the current log file.  
Just keep in mind, my thrown together way is probably not optimal bash  
coding. Just gets the job done.


It consists of the actual spamdyle stats perl script, and small script  
that creates a list of log files to parse based on todays date, and an  
actual run script that builds the report and emails it to an admin  
(this is the one to cron).




Just fire me an email off list.

--
Dustin



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



Re: [qmailtoaster] qmail server mail mass

2008-09-19 Thread dnk




From: aldo carranza [EMAIL PROTECTED]
Reply-To: Qmail Toaster List qmailtoaster-list@qmailtoaster.com
Date: Fri, 19 Sep 2008 12:28:22 -0500
To: Qmail Toaster List qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] qmail server mail mass

Hello, I want know how to config qmailtoaster to become a server mail and it
send mass mail to my suscribes.
 
Very Thanks.
 
Aldo Carranza



--

The server includes the EZMLM package (list server), so yes it can.

D


 




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



Re: [qmailtoaster] Error of RoundCube

2008-09-08 Thread dnk


On 8-Sep-08, at 3:27 AM, Ho Ho wrote:


I have already install the qmailtoaster by using ISO.

All setting were find and I have changed the root password of mysql  
for safety.


When I try to install roundcube by using qtp-menu, everything fine  
without error.


However, when I try to access the roundcube by web, a error occured

DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator.
What's the problem?

please help

Thanks

Ho
Try manually connecting to the database with the mysql client (and the  
user is / password in question) and see if that gives you more detail.  
Then hit the mysql logs.


d

Re: [qmailtoaster] help me please

2008-09-08 Thread dnk


On 7-Sep-08, at 11:14 PM, Ahmed Shareef wrote:


Dear all,

Please it is very important I have some problem I have install qmail  
in that I have add three domain but only one default domain is  
receives and send mails but other two domains are sending mail out  
side but its not  receiving any mails from out side please help me.




Is the DNS setup properly for those other 2 domains? Proper MX's, etc?  
rDNS if you are enforcing checks on that, etc?





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



Re: [qmailtoaster] Again on spam fighting

2008-09-08 Thread dnk


On 8-Sep-08, at 5:49 AM, Alberto Maffini wrote:

3. I am not able to make spamdyke working. Someone can suggest a  
HowTo ??





The install is a snap through the qmailtoaster plus package

http://qtp.qmailtoaster.com/




Re: [qmailtoaster] Change Passwd

2008-09-05 Thread dnk
One thing that could simplify this... if you are developing the other  
script anyways, you could use some kind of imap library for your  
language. For example, I had another custom system where I wanted to  
share my email user base... I simply authenticated via imap (in my  
case through php). Saved from having to really tie any dependencies in  
direct to the email system. And then you also don't need ot have local  
access to the mysql database if your app is sitting elsewhere or on  
another network.


Just a thought.

Dustin

On 5-Sep-08, at 10:29 AM, Robin W. Sanchez C. wrote:


Ok, thanks,

Only one more question, what is the encrypt algorithm that have   
vpopmail database in the field pw_passwd, because I need to develop  
other script



From: Jake Vickers [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 04, 2008 8:54 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Change Passwd

Robin W. Sanchez C. wrote:
Thanks Jake, but I m trying to find the script that connect to the  
mysql, because I need add to connect to other database for example  
postgresql
Because the idea is that all internal programs in my enterprise use  
the mail user and password, and the every users change or modified  
their password  with the same scrip.  But I was  looking in /usr/ 
share/qmailadmin but  I’ve  couldn’t finded, you know what script is?




It will be compiled in the /usr/share/qmailadmin/qmailadmin file.   
You'll need to edit the source to change anything, then recompile.
I am guessing here - I'm not actually looking at the source to  
confirm/deny this.




Re: [qmailtoaster] About mailbox size alert

2008-09-03 Thread dnk


On 3-Sep-08, at 7:35 AM, Eric Shubert wrote:


Truong Duc Luong wrote:

Hi list,

When the mailbox size is almost full, I need the system send alert  
email to

administrator's email. Do qmail have this function? How I can do?

Thank you.



Nothing there presently that I know of.
I'd look into maildrop-toaster package, and see if it can be  
tailored to do

this.

--
-Eric 'shubes'




oops, ignore my last reply to this, I missed the administrator's part.


Dustin





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



Re: [qmailtoaster] TLS

2008-08-26 Thread dnk

There are some more detailed instructions here:

http://wiki.qmailtoaster.com/index.php/Certificate




On 25-Aug-08, at 10:39 PM, Tek Support wrote:


Hi, now that I'm strongly considering using port 587 for my staff, I
thought it also a wise choice to make them use TLS.  I am in my
thunderbird and tested it myself and I get an error message that the
certificate is owned by localhost, and when I view the cert, it
actually says cn=qmailtoaster.  Of course I would like to install my
own certificate so the error doesn't come up.  I have searched the
wiki for TLS and for other relevant items and only in CentOS 4 install
do I find instructions on setting up my own TLS.

But they are somewhat wrong as the directory it shows does not exist.
Can someone point me to the correct instructions for setting up TLS
with my own name so the error no longer comes up.

CentOS 5
x86_64 bit

Thanks
John

-
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] Hardening QM to fight spam

2008-07-28 Thread dnk


On 28-Jul-08, at 10:29 AM, Sergio Minini (NETKEY) wrote:


+1 for spamdyke
The best solution ever to help QM against spam.
www.spamdyke.org.

Good luck- Sergio


+2

Huge reduction in spam for me.

d




Re: [qmailtoaster] OT: Any open source YouSendIt type web app?

2008-07-20 Thread dnk


On 20-Jul-08, at 6:07 AM, P.V.Anthony wrote:


ile name has to be in a hash format. Using a web browser, there is
a simple user interface, where the email address of the recipient  
can be
entered and then the email will be sent out with a link to the file  
in hash.


P.V.Anthony


Ah my apologies, I did not know there were requirements like that. I  
thought the biggest issue was the large file size.


d




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



  1   2   3   >