by HLUG Kojo (noreply@blogger.com) at March 10, 2010 05:09 PM
General meetings are held on the Second and Fourth Saturday of every month, from 2pm to 4pm, at the HAL-PC headquarters. Click here for a map. There are no fees to join HLUG.
Workshops are held Every Wednesday from 6pm to 9pm where experienced Linux users and administrators will be on hand to assist members with Linux installation, configuring, setup, networking, and basic training. In other words people just come and hang out.
Linux 101 - HLUG's new beginner Linux class is held free of charge on the first Tuesday of every month at 7:00pm.
by HLUG Kojo (noreply@blogger.com) at March 10, 2010 05:09 PM
The subject is Social Networks the names are
1. FaceBook: Val
2. Meetup: Rick
3. Linked In: Jorid, Joey
What we do not have time for this week, can be continued
on the next meeting.
Ron
by HLUG Kojo (noreply@blogger.com) at March 10, 2010 05:09 PM
by HLUG Kojo (noreply@blogger.com) at March 10, 2010 05:08 PM
by HLUG Kojo (noreply@blogger.com) at March 10, 2010 05:07 PM
by HLUG Kojo (noreply@blogger.com) at March 10, 2010 05:07 PM
by HLUG Kojo (noreply@blogger.com) at March 10, 2010 05:07 PM
by HLUG Kojo (noreply@blogger.com) at March 10, 2010 05:07 PM
by HLUG Kojo (noreply@blogger.com) at March 10, 2010 05:07 PM
W/o Rob't spotswood (sick), the Samba SIG didn't make much progress on
the mail server project. We did convince ourselves that KirraMail
doesn't install easily & isn't worth fighting w/ for having a 2nd mail
server on the network. We also discovered that the last release of
VMware 2.0 is useless. If we knew that either VBox or VMware would
save the complete state, including RAM, of a VM (this may be a
"stupid" question), then we could run Kirra in a VM, & have it have
some continuity.
We built a vmware KerraMail mail server just to see if we could set up a mail server. The samba SIG went well and I found thanks to Rick, some Google special searches under UNIX (google/linux, google/gov, and google/bsd) We learned that vmware doesn't do snapshots and virtual box does.
by HLUG Kojo (noreply@blogger.com) at March 10, 2010 05:06 PM
by HLUG Kojo (noreply@blogger.com) at March 10, 2010 04:58 PM
Today we got the spam script working and spammed our new server. Over a 100 MB
connection, it took about 14.5 minutes to send 10,000 messages. During that
time, CPU usage on the mail server shoot up to around 90%. However, even
during the storm, the webmail interface was still responsive. Nevertheless, it
showed that we need anti-spam measures.
In order to get the spam script running, we used another machine, then booted
with Knoppix 6.0.1 and installed sendmail (what the script requires). Knoppix
5.3.1 would not work with sendmail for some reason.
In the next meeting, we need to try to add some polish to our testing mail
server. The current list of items to address is:
1) Anti-spam measures and anti-virus measures. Current plans are to use
Amavis. It will be interesting to see what the load is on the server if we
repeat the spam storm with the measures in place.
2) Implement quotas. We can't have one user fill up the hard drive.
3) Change the squirrelmail url to something better and more standard, such as
webmail.samba.lan.
4) Install a list manager. Mailman has been suggested.
It is likely it will take more than one meeting to accomplish all this.
by HLUG Kojo (noreply@blogger.com) at February 26, 2010 04:51 PM
by HLUG Kojo (noreply@blogger.com) at February 24, 2010 03:34 PM
Today work continued on the mailserver. Robert attempted to set up three interfaces to manage the users without resorting to raw sql statement and got two of them working. GRSoft MailManager is working and is a web based front end. Ispwebadmin we never got working. The final one is a bash script by manu that, although limited, works just fine. While this one won't be used much, it does leave open the possibility for a mass setup of email accounts with a little hacking of the script.We also got squirrelmail working too. Next up is one of two things, to be decided on in the coming two weeks:1) Set up a test network with some kirramail servers to test out the postfix mail server and make sure everything is working.2) Set up virus and spam filtering on the new mailserver. We've got a volunteer to be the evil spammer. He will try to counter our measures to block spam (on the test network). He will have the advantage on knowing what countermeasures we are using.
by HLUG Kojo (noreply@blogger.com) at February 20, 2010 10:39 AM
Subject: update for 01/09/10Date: Monday 11 January 2010From: Robert STo: "SambaSIG Announce"Rick and I continued to work through the Postfix/Dovecot tutorial. We have now completed it through the authenticated SMTP page. At this point we have a mail server that can send and receive emails, although so far we have only tested it via telnet. If telnet works, so should any regular email client. However, in doing tests that weren't in the tutorial, we discovered a problem with testing it further.Gunn (at least I think this is his doing) has wisely chosen to block all outbound port 25 connections for most of HAL. This means we can't send email outside HAL to accounts we own. On the flip side, it also means a spammer can't enter HAL, use one of the public computers and leave HAL with a black eye. A good trade-off IMHO. The solution Rick and I came up with to play with the email server further is to set up our own mini-Internet with another email server (or two!). We can use the lab machines next door to SIG C, two of which have DVD drives and removable HD trays. The plan is to get two HDs, put them in removable trays, plug the trays into the two machines, install KirraMail on them, and set them up as other temporary email servers with fake domains so we can send and recieve email from other mail servers. We will need a couple of old HD's donated. We also will need to set up a DNS server for all of them to use, so the email servers can find the MX servers. Rick suggested Dell could write the config and zone files, and all we have to do is plug in the correct IPs once we know them. Can you do it Dell?We will also have to adjust the resolv.conf on the two (or three) email servers to point to the DNS server, and maybe the client test machines. Since all the other computers get their DNS info via DHCP, this shouldn't cause anyproblems with the rest of HAL while we do this. We can also use this setup for trying the other email server configs we willbe looking at.Questions? Comments?
From: Robert SDate: Sat, Jan 30, 2010 at 10:32 PMSubject: last meeting (01/15/10)To: SambaSIG AnnounceThis time Dell, with just a little assistance from the crowd, set up a DNS server template with three "fake" domains. This is necessary to begin building an email server test environment. The reasons we need this were discussed in the 01/09/2010 update. At this point, it is complete and all we may have to do is change a 6 IP addresses once we know what they are, and reload the config. One HD has been donated to Rick to get an install from his KirraMail CD. We could use another. Anyone? In the meantime, this is enough to being testing the Postfix/Dovecot setup we have, which will hopefully happen next meeting.We also have a DHCP failover lab coming up, but nothing is scheduled yet.
by HLUG Kojo (noreply@blogger.com) at February 18, 2010 08:07 PM
by HLUG Kojo (noreply@blogger.com) at February 16, 2010 11:31 AM
by Pete (noreply@blogger.com) at September 27, 2009 08:59 PM
by Pete (noreply@blogger.com) at September 02, 2009 02:52 PM