[IMGate] Re: IMGate/Postfix under Ubuntu/Debian

2005-09-09 Thread Dan Horne
Aaron Clausen  wrote on Thursday, September 08, 2005 7:11 PM:


=20
 I tried as you suggested, but there were numerous dependency problems.
 Synaptic even wanted to uninstall Linux-386!  I'm at a bit of a loss
 on how to proceed.

I'm a big linux fan, but dependency hell is exactly why I only run my
servers on FreeBSD.  We tried SUSE Enterprise Linux for our new mail
server, but we ran in to the exact problem you are having.  We are now
trying to get our money back for SLES as our FreeBSD mail server purrs
along without a hitch.  The ports collection is the greatest thing since
sliced peanut butter.  Zero dependency problems, because everything is
built from source.

I know it doesn't help your case, but for future builds it is something
you might want to consider.



[IMGate] Re: IMGate/Postfix under Ubuntu/Debian

2005-09-09 Thread William Van Hefner
Aaron,

First of all, you might want to uninstall any programs that you aren't
actually using. That will not only save you some disk space, but keep
dependency issues to a minimum.

Secondly, you might also try editing the /etc/apt/sources.list directly =
and
follow the directions in the # comments section in order to upgrade to =
the
unsupported software in Ubuntu. I was able to upgrade to the latest
version of Postfix by following the directions in that file. It is very
simple. Just comment/uncomment a couple of lines in the text file.

Next, you might try just running apt-get from the command line, rather =
than
Synaptic. Sometimes apt-get seems better at solving dependency problems.
After you have modified the above file, just go to the command line and
enter apt-get upgrade postfix (no quotes). That will hopefully do the
trick.

If that doesn't work, you might consider just ditching Ubuntu altogether =
and
install the Testing version of Debian. I ended-up doing that for what is =
now
my main IMGate box, and it was a lot less of a hassle than I thought it
would be. The install CD-ROM is only like 100MB, and although it is =
called
Testing, I have found that version to be rock solid, at least for all =
of
the apps that I am running. The main stuff that I have on the box is =
Postfix
(duh!), BIND 9, Webmin, PERL, SSH, etc. It is very lean and mean, and my
average CPU usage is something like .01%. It has blocked over 3,200 =
messages
so far today, running a 2.6 GHz Athlon XP, a single 20GB IDE drive, 1GB =
of
PC133 RAM and Len's scripts, along with my own set of limited rules and
domain blacklist, which alone is blocking more traffic than all of the =
RBLs
combined.


William Van Hefner
Network Administrator
Vantek Communications, Inc.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Clausen
 Sent: Thursday, September 08, 2005 4:11 PM
 To: IMGate@mgw2.MEIway.com
 Subject: [IMGate] Re: IMGate/Postfix under Ubuntu/Debian
=20
=20
=20
 On Thu, September 8, 2005 6:29 am, William Van Hefner wrote:
  A.
 
  Yes, you can change the directory that is used by Ubuntu=20
 (or any =3D=20
  distro based upon Debian) to that of a server which has the latest=20
  Testing release. By default, I believe that Ubuntu is set=20
 up to look=20
  to the CD =3D ROM
  first for new installs and to the Security distro=20
 download site in =3D
  order
  to download updates. If you go into the settings in the=20
 Synaptic package
  manager, you can manually change the address for updates to=20
 the Debian
  testing version. You can either replace the Security URL,=20
 or add a =3D
  new
  place to look for software. Just add the path
  http://ftp.us.debian.org/debian/ . If this doesn't work, I=20
 believe that =3D
  you
  can manually edit the table that apt-get uses to look for=20
 updates by =3D
  editing
  the text file /etc/apt/sources.list. You will need to add=20
 the following =3D
  line
  to that file:
 
  deb http://ftp.us.debian.org/debian/ testing main contrib
 
  You can go ahead and # Comment out the Ubuntu directory=20
 temporarily. =3D=20
  This way Synaptic and apt-get will look online to the=20
 latest testing=20
  version =3D of
  Debian for all software you ask it to (don't run the=20
 security updates =3D
  GUI,
  or it will tell you that you need top update every package on your =
=3D
  system!).
  Be sure to change the settings back, if you do not want to upgrade =
=3D
  anything
  else afterwards. You should at least upgrade to the latest=20
 version of
  Postfix, Postgrey, Spamassassin and any other mail-related=20
 programs you
  might be using. They have all integrated fine into my=20
 system. Six weeks =3D
  ago
  I couldn't even install Linux by myself. I wish that I'd=20
 listened to Len =3D
  and
  set up an IMGate box years ago. Hope this helps.
 
  P.S. Don't forget to back up your original config files.=20
 The upgrade =3D=20
  should go smoothly, but you never know.
 
=20
 I tried as you suggested, but there were numerous dependency=20
 problems.=20
 Synaptic even wanted to uninstall Linux-386!  I'm at a bit of=20
 a loss on
 how to proceed.
=20
 --=20
 Aaron Clausen [EMAIL PROTECTED]
=20
=20
=20




[IMGate] Re: IMGate/Postfix under Ubuntu/Debian

2005-09-08 Thread William Van Hefner
A.

Yes, you can change the directory that is used by Ubuntu (or any =
distro
based upon Debian) to that of a server which has the latest Testing
release. By default, I believe that Ubuntu is set up to look to the CD =
ROM
first for new installs and to the Security distro download site in =
order
to download updates. If you go into the settings in the Synaptic package
manager, you can manually change the address for updates to the Debian
testing version. You can either replace the Security URL, or add a =
new
place to look for software. Just add the path
http://ftp.us.debian.org/debian/ . If this doesn't work, I believe that =
you
can manually edit the table that apt-get uses to look for updates by =
editing
the text file /etc/apt/sources.list. You will need to add the following =
line
to that file:

deb http://ftp.us.debian.org/debian/ testing main contrib

You can go ahead and # Comment out the Ubuntu directory temporarily. =
This
way Synaptic and apt-get will look online to the latest testing version =
of
Debian for all software you ask it to (don't run the security updates =
GUI,
or it will tell you that you need top update every package on your =
system!).
Be sure to change the settings back, if you do not want to upgrade =
anything
else afterwards. You should at least upgrade to the latest version of
Postfix, Postgrey, Spamassassin and any other mail-related programs you
might be using. They have all integrated fine into my system. Six weeks =
ago
I couldn't even install Linux by myself. I wish that I'd listened to Len =
and
set up an IMGate box years ago. Hope this helps.

P.S. Don't forget to back up your original config files. The upgrade =
should
go smoothly, but you never know.


William Van Hefner
Network Administrator
Vantek Communications, Inc.



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Clausen
 Sent: Wednesday, September 07, 2005 2:13 PM
 To: IMGate@mgw2.MEIway.com
 Subject: [IMGate] Re: IMGate/Postfix under Ubuntu/Debian
=20
=20
 Alright, I've got Ubuntu 5.4 installed.  I see that it comes=20
 with Postfix, but obviously to get stuff like Anvil up and=20
 running, I need to install the experimental version.  Any=20
 notions on how to do this?
=20
 --=20
 A. Clausen
=20
=20
=20




[IMGate] Re: IMGate/Postfix under Ubuntu/Debian

2005-09-07 Thread Aaron Clausen
Alright, I've got Ubuntu 5.4 installed.  I see that it comes with Postfix,
but obviously to get stuff like Anvil up and running, I need to install
the experimental version.  Any notions on how to do this?

-- 
A. Clausen




[IMGate] Re: IMGate/Postfix under Ubuntu/Debian

2005-09-01 Thread Keith Kikta
I have read most of the reasons I was just asking for a personal perspective
for information purposes.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Len Conrad
Sent: Tuesday, August 30, 2005 12:14 PM
To: IMGate@mgw2.MEIway.com
Subject: [IMGate] Re: IMGate/Postfix under Ubuntu/Debian



Any particular reason for qmail over postfix? Just wondering.

a very old debate, that won't be repeated here.  see the
postfix/qmail, etc, archives.

Len





[IMGate] Re: IMGate/Postfix under Ubuntu/Debian

2005-08-31 Thread Steve Cobb
Well I am not going to stop using Imail because my billing and provisioning
system is tied to it, but I would like the Imgate to handle viruses, stop
dictionary attacks, and possibly weight SPAM so only the highest weights get
dropped and everything else flows through to Imail.  Anybody running a
system doing these things and wants to share?

Thanks, 


Steve Cobb, A+, MCSE
Computer Geeks
[EMAIL PROTECTED]
***
Do you know that if you died right now, you would go
to Heaven?  Find out how you can know!
http://www.kingscrossroads.org/heaven1.htm 
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Russ Uhte
Sent: Wednesday, August 31, 2005 11:48 AM
To: IMGate@mgw2.MEIway.com
Subject: [IMGate] Re: IMGate/Postfix under Ubuntu/Debian

Steve Cobb wrote:
 Does anyone have the latest config files for IMGate.  It might be time 
 for me to set that up again!

The basic config files haven't changed in a *very* long time.  The added
stuff is outside the scope of the basic config files, but they're not
difficult to setup.  I'm sure some of us here would be willing to help with
the extras if you needed it...

-Russ
---
[This E-mail scanned for viruses by Declude Virus]








[IMGate] Re: IMGate/Postfix under Ubuntu/Debian

2005-08-31 Thread Len Conrad

What does the advanced config cost?

$600 for one MX, $1100 for 2 MX, with the backup mirroring the first, 
and 30 days personal support.  fresh install of advanced IMGate, or 
upgrade of basic IMGAte, same price.

this info is in the basic IMGate readme.txt.

Len





[IMGate] Re: IMGate/Postfix under Ubuntu/Debian

2005-08-30 Thread Gerry
From: William Van Hefner [EMAIL PROTECTED]

 What have you thought of IMGATE so far?  How effective is it=20
 compared to your previous solution?

So far, I am only using IMGate as an anti-spam gateway for my secondary
(Imail) mail server. I am slowly working on replacing that box =
altogether,
and will eventually put an IMGate/Postfix box in front of my main mail
server as well, as soon as I am comfortable enough with knowing how to =
run

snip

I'll probably also integrate my SortMonster/MessageSniffer filter into
spamassassin eventually as well. That is by far my most effective filter =
on
the IMail machine. Long-term, I will eventually scrap IMail altogether, =
and
just run a pure Postfix box behind the IMgate box. I have a LONG way to =
go
before I will feel comfortable enough to do that though.

Postfix behind IMGate?  IMGate is Postfix.  This is not Windo$, you don't need 
the redundancy.
Now, many will run Spamassassin/virus filtering on a second box, and that would 
not need Postfix.  Now, for replacing IMail, then the second box could be 
Courier/Cyrous per Keith's example, and Postfix would not be needed on that box 
either.
I've been happily running IMGate(Postfix) in front of my IMail/Exchange boxes 
for several years now! :-)  I'm getting ready to start setting up a replacement 
for IMail, probably based on Courier. 
 
   



[IMGate] Re: IMGate/Postfix under Ubuntu/Debian

2005-08-30 Thread David Gregg
When it comes to imail and protecting against dictionary attacks, you have 
only imail and blackice that I know of.

Imail add-ons (declkude or our own , mxGuard) can not protect against them 
because Imail takes care of all the smtp communications - then hands the 
message off to the add-on.

Postfix is always a good choice, no matter what you are trying to do.


- Original Message - 
From: Steve Cobb [EMAIL PROTECTED]
To: IMGate@mgw2.MEIway.com
Sent: Tuesday, August 30, 2005 7:31 AM
Subject: [IMGate] Re: IMGate/Postfix under Ubuntu/Debian


 You might look at mxguard.  They have a SPAM and Virus solution for Imail
 that is very reasonable.  Not very customizable however.  Are you running
 Blackice on your Imail server?


 Steve Cobb, A+, MCSE
 Computer Geeks
 [EMAIL PROTECTED]
 ***
 Do you know that if you died right now, you would go
 to Heaven?  Find out how you can know!
 http://www.kingscrossroads.org/heaven1.htm


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On Behalf Of Dave Beckstrom
 Sent: Monday, August 29, 2005 7:11 PM
 To: IMGate@mgw2.MEIway.com
 Subject: [IMGate] Re: IMGate/Postfix under Ubuntu/Debian

 Aaron,

 Blackice takes care of the dictionary attacks for us and it uses very 
 little
 in the way of resources.

 I'm looking for a spam solution.  I'm running ASSP but it makes a lot of
 mistakes.  Declude is insanely expensive and I'm not willing to spend that
 kind of money on their solution.

 I was wondering how IMGATE was doing with your spam?  Do you have many 
 false
 positives or missed spasm getting through?



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 On Behalf Of A. Clausen
 Sent: Monday, August 29, 2005 5:32 PM
 To: IMGate@mgw2.MEIway.com
 Subject: [IMGate] Re: IMGate/Postfix under Ubuntu/Debian


 - Original Message -
 From: Dave Beckstrom [EMAIL PROTECTED]
 To: IMGate@mgw2.MEIway.com
 Sent: Monday, August 29, 2005 10:30
 Subject: [IMGate] Re: IMGate/Postfix under Ubuntu/Debian


  What have you thought of IMGATE so far?  How effective is it
  compared to your previous solution?

 My previous solution was no solution at all :-)

 IMail 7 has no way of preventing massive distributed dictionary
 attacks, and our IMail box was being brought down with frightening
 regularity (this is a 3ghz server, mind you).  A little 233mhz
 Pentium-MMX running Linux and IMGate sitting as a proxy between the
 outside world and IMail was enough to stave it off.  I've since added
 a second IMGate box largely as a failover, but also to take some load
 off.

 I'm very impressed with IMGate/Postfix, and in the long run, we'll
 probably abandon Windows-based email solutions entirely, and use one
 of the boxes as the mail server.

 --
 Aaron Clausen









 




[IMGate] Re: IMGate/Postfix under Ubuntu/Debian

2005-08-29 Thread Dave Beckstrom
What have you thought of IMGATE so far?  How effective is it compared to
your previous solution?

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On Behalf Of William Van Hefner
 Sent: Thursday, August 25, 2005 8:17 AM
 To: IMGate@mgw2.MEIway.com
 Subject: [IMGate] Re: IMGate/Postfix under Ubuntu/Debian
 
 I have to admit that I am only a novice when it comes to running a Linux
 server, but I just set up IMgate this past week on a box using Ubuntu =
 and
 haven't had any real problems to speak of thus far. Of course, you will =
 need
 to change some of the default directories in the main.cf file, but there
 isn't much else to do that isn't in the IMgate doc that Len sends with =
 the
 scripts. You'll have to change the name of the log file to mail.log as =
 well,
 if you want to be able to run the stats program.
 
 I have pretty much tried to stay as far away from the command line as
 possible with this install, and have managed to do pretty much =
 everything
 using a combination of the Gnome interface (to initially set things up =
 and
 run updates), WinSCP, Putty and Webmin. Webmin is a bit tricky to =
 install on
 Ubuntu, but once it is up-and-running you can use it to do most daily =
 tasks.
 I have been pretty happy with the results thus far.
 
 
 William Van Hefner
 Network Admin
 Vantek Communications, Inc.
 [EMAIL PROTECTED]
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of A. Clausen
  Sent: Wednesday, August 24, 2005 1:16 PM
  To: IMGate@mgw2.MEIway.com
  Subject: [IMGate] IMGate/Postfix under Ubuntu/Debian
 =20
 =20
  Right now both my IMGate servers are running on Slackware=20
  boxes.  I'm thinking of migrating one to Ubuntu, but was just=20
  wondering if anybody had had any experiences with compiling=20
  and maintaining Postfix under this distro.
 =20
  --=20
  A. Clausen
 =20
 =20
 =20