The DNS Guys |
Anycast DNS 25 Nameservers Worldwide |
DNS Failover Host Monitoring & Auto Rollback |
Outbound SMTP Smart Relay, SASL |
| Subversion Hosting OpenID Servers & XMPP |
DNSSEC TSIG & Secondary DNS |
easyRoute53 Amazon Route53 GUI |
![]() ![]() |
Jan 4 2005, 02:11 AM
Post
#21
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 1 Joined: 4-January 05 Member No.: 4,432 |
I would like to see a guide on how to acess files on a cd
|
|
|
|
Jan 4 2005, 06:26 AM
Post
#22
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 7 Joined: 13-October 04 From: Switzerland (french side) Member No.: 3,949 |
mail server install guide out of date?(about Part. 4, MailScanner install)
source: http://www.sng.ecs.soton.ac.uk/mailscanner.../cache/382.html QUOTE MailScanner Faq-O-Matic : (Category) Postfix :
The Politics behind Postfix and Mailscanner The Politics behind Postfix and Mailscanner 12/26/2004 by Avery Day. Thanks for the help Drew Marshall. ----------------------------------------------------------------------------------------------------------------------------------------- In no way are the opinions written here reflective of the Mailscanner team or its community. These are the opinions of just one individual and a one day quest set out to understand the delicate politics between the Mailscanner and Postfix communities. Postfix is a awesome piece of software, this writing is in no way intended to offend anyone, its only intended to inform the reader of some interesting information. I am almost certain that this article will draw fire from a lot of people. It's a Dirty Job, But Someone's Got to Do It. Lets face the simple facts, the Postfix community (mailing list) doesn't think so highly of Mailscanner when used with Postfix. It wasn't the Postfix authors who complained but the users themselves which lead to this witch hunt. Try even mentioning the word Mailscanner on the Postfix mailing list and your likely to be slapped silly. Just search through the Postfix mailing list archives and you will see what I mean. So this was written to summarize some basic information that I have put together. The problem in the past is this: the Postfix developers had a problem with the way in which Mailscanner accessed Postfix to do its scanning of emails. The Postfix developers complained of the possibility of duplicated or truncated emails when Postfix and Mailscanner were used together. Postfix was designed to only interface with other processes using traditional methods, such as SMTP or LMTP, MailScanner doesn't use these methods but instead sits between the incoming (SMTP) process and the delivery process of many popular MTAs. Using this design, and in common with other MTA installations, Postfix was originally designed with two instances. One just to receive mail and defer the delivery process and the other to just make delivery. MailScanner sits in the middle moving mail from one instance to the other. Unfortunately this required that the active Postfix queue files would be accessed directly by Mailscanner. By placing mail in the deferred queue (explained here http://www.postfix.org/OVERVIEW.html#delivering) Postfix would re-examine the messages to see if they could be delivered yet. This examination while MailScanner was scanning and moving the mail from one process to another could and often did cause duplications or truncated messages. Basically the Postfix developers strongly advised against doing this. They suggested instead that Mailscanner have its own SMTP engine that could talk to Postfix like Amavis does (explained here http://www.postfix.org/FILTER_README.html#...#simple_filter). The Postfix developers offered no other alternative than this. In my opinion Mailscanner is not designed nor should be designed to speak SMTP. Simplicity has been the key to Mailscanners success. Why make things more complicated than they need to be. Now I am not claiming to be a security expert but wouldn't giving Mailscanner the ability to talk SMTP open up a security concern when having another SMTP engine thrown into the whole delivery process. Besides that, wouldn't this also require more resources for Mailscanner to run, and additionally Postfix, with possibly another transaction that would need to be made (depending on the design). IMHO Mailscanner is virus scanning software not an SMTP engine. Recently however some changes have been made to allow for a different approach. This new approach does not require Mailscanner to access the active queue. Nor does it require Postfix to be split into two instances. It is still however acessing the Postfix queue but not the active queue, thats the key. Now Instead Postfix puts all incoming email into a hold queue for scanning. By putting a simple line into the Postfix /etc/Postfix/header_checks file (explained here http://www.sng.ecs.soton.ac.uk/Mailscanner.../Postfix.shtml) all email is put into the hold queue where from what has been explained to me, this is a safe quiet place that Postfix is no longer actively accessing or changing. Its basically frozen in the process as far as Postfix is concerned. As stated in the man pages for the qmgr: hold = Messages that are kept "on hold" are kept here until someone sets them free (also see man header_checks). Now Mailscanner can safely access these emails in the Postfix hold queue for scanning and then pass it back into Postfix active queue for delivery. To me and a lot of other people this makes perfect sense. This is much simpler approach and takes far less resources and time than to have Mailscanner running its own SMTP engine just so it can talk to Postfix. But the Postfix community and possibly even the developers are still insisting that Mailscanner is not a viable AV scanner for Postfix systems. Respectively, if this is still the case then the Postfix developers need to say something so other solutions can be worked out. The idea behind putting the incoming emails into the hold queue for scanning has eliminated all of the risks that were associated with using Mailscanner and Postfix together in the past. The Postfix website is still insisting that Mailscanner is a risk http://www.Postfix.org/addon.html. With the new single instance Postfix setup configuration, I have not seen any proof that would lead me to believe that any problems may arise. After 2 months of using Mailscanner with postfix in the single instance setup design I have not experienced any problems. Questions or comments, I can be reached here: schrock(at)dayzed.com |
|
|
|
Jan 5 2005, 08:46 AM
Post
#23
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 14 Joined: 3-January 05 Member No.: 4,431 |
Pretty much what Hughjr would like to see but a twist to newbies, espeacially using programs like Guidedog and Guarddog as simpler alternatives to using command line
|
|
|
|
Jan 8 2005, 01:48 AM
Post
#24
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 3 Joined: 8-January 05 From: Scio, Oregon Member No.: 4,455 |
I would like to see some emphasis on server security, configuring firwall and virus software. I am using
smoothwall currently, which is way too easy to configure and basically getting borring. I need to experiment with something new. I have a server running WBEL that I would like to incorporate security services into. -------------------- I hear and I forget. I see and I remember. I do and I understand.
- Confucius Anyone who can walk to the welfare office can walk to work. - Al Cappone Steven M. Brigger |
|
|
|
Jan 21 2005, 08:36 AM
Post
#25
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 1 Joined: 21-January 05 Member No.: 4,553 |
i would like to see a guide on write program.
|
|
|
|
Feb 8 2005, 12:28 PM
Post
#26
|
|
![]() RMS is my Hero ![]() ![]() ![]() ![]() ![]() ![]() Group: Support Specialist Posts: 862 Joined: 18-February 04 From: Wisconsin Member No.: 2,404 |
Seeing all these duplicate posts, tommorow (no school!
1) Wireless/ndiswrapper linux guide 2) Limewire/Java/JRE guide -------------------- *Points finger at the author above him* They're a witch! Burn them!
--- Vist my website! Join me in IRC! Server: st0rage.org Channel: #UnhandledExceptions |
|
|
|
Feb 9 2005, 11:49 AM
Post
#27
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 7 Joined: 19-January 05 Member No.: 4,543 |
how to set up most internet connections including wireless
|
|
|
|
Feb 9 2005, 12:43 PM
Post
#28
|
|
|
Its GNU/Linuxhelp.net ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Support Specialist Posts: 1,420 Joined: 3-January 04 From: Serbia and Montenegro (SCG) Member No.: 2,069 |
Hapi :
you should do the same thing what I'm doing right now : read this book (it's worth it...and you'll be suprised how much you'll learn after a few chapters, and it's NOT that complicated 2) http://tldp.virtuality.hu/LDP/nag2/index.html Sincerely Robert B -------------------- Robert Becskei
robert83@linuxhelp.net -------------------- May the source be with us! -------------------- AMD X2-3800 @ 2400Mhz 2048MB DDR 400Mhz DFI Lanparty UT4 NF4 ULTRA-D GeForce 7800GT 250GB+250GB Pioneer DVD-RW 17inch Samsung Syncmaster 757NF WinXP Pro (SP2)/ CentOS 4.3 -------------------- |
|
|
|
Mar 16 2005, 04:52 PM
Post
#29
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 3 Joined: 16-March 05 Member No.: 4,765 |
I will echo (pun intended) the request of the other newbies. A simple step-by-step guide on installing apps/games would be greatly appreciated. If it's not too much to ask, a few different install guides that are vendor specific would be the best! TIA for any work you do on this........
|
|
|
|
May 9 2005, 10:03 AM
Post
#30
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 9 Joined: 8-May 05 Member No.: 4,969 |
Hi:
Thanks for asking! I'd like to see clear guides on: 1. Mounting drives 2. Basics of compiling (both drivers and the kernel). I'd love it if the guide would include a little theory. It's very easy to find many guides for both of the above, but I haven't found any yet that are easy enough for a newbie to understand. newmoon |
|
|
|
May 23 2005, 04:15 PM
Post
#31
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 1 Joined: 23-May 05 Member No.: 5,029 |
Hello,
Most things are mentioned before or are already there but my wishlist consists of: - How to setup a virtual private network using OpenVPN? - How to setup a firewall/router? - How to setup a secure webserver? - How to to setup a webserver (including virtual domains)? - Simple HOWTO's. Although I'm new to Linux I've spend a good deal of my life with this other OS. When I want to setup a mail server it is very possible I do not want to use 9 or more applications to read my mail. Just like with this other OS it would be nice to install and configure only one application which does the job. In case I have to use more than one program I would like to be given some troubleshooting tips to see where I went wrong. Today I tried to follow a 9 pages HOWTO installing an mail system which uses 9 program. I guess no one is very surprised that in the end things are not working like I expected. What does not help is that in 9 pages of help there is not one single line helping me to troubleshoot. I know this sounds very ungradefull and this is not how I mean it. What I really would like (in fact it is what I need) is to get a little more help in case things go wrong. Not only would I like to see these HOWTO's but also like to see them maintained. While I was looking for a decent HOWTO to help me setting up a mail server supporting virtual domains I noticed how much HOWTO's are outdated. Although I'm very gratefull to all these people spending there free time helping me solving MY problems, it really is of no help at all when I keep stumbling over documents that are last updated in 2001. Fortunately most documents on linuxhelp are more up to date :-) Regards, Jan |
|
|
|
Jun 30 2005, 07:49 PM
Post
#32
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 6 Joined: 30-June 05 Member No.: 5,201 |
hi
i would like to see a post on installing software on fedora based upon the irratibly new idiot whos knowledge of linux is as bad as a sneeze in a hurricaine ive searched all tutorials and they expect a basic knowledge i was born after dos so i got spoon fed windows id like to escape without reading the unleashed books cover 2 cover yet what im saying is point and click is a world away from fed core 3 any explaination of anything would be great chris thanks in advance |
|
|
|
Jun 30 2005, 07:59 PM
Post
#33
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 6 Joined: 30-June 05 Member No.: 5,201 |
QUOTE (hughesjr @ Jun 22 2004, 09:11 PM) OK ... A guide that I think might be good is this: 1. How to obtain domain a name and register it. (How to point it to ZoneEdit.com if it is not a static IP.) 2. Setup a fully fuctional gateway server (Home / Small Business) that contains everything you need to make it do the following: a. Be a Firewall (2 NICs, one connected to your cable/DSL modem ... the other to your internal network). Allow all your internal PCs go to the internet. b. Be a Webserver. Serve pages for your new domain name. c. Be an E-mail server for your newly obtained domain. Have Spam and Anti Virus protection and webmail. e. Be a DHCP server for your internal Network. f. Be a Caching DNS server (if you had to use zone edit) or your Primary Master DNS server (if you have a static IP) ... and be the DNS server for your internal network. g. Be a Samba Primary Domain Controller (PDC) for your Windows computers on your internal network. I am going to be working on such a guide ... with pieces of it already being done and posted here (the following are already done - Webserver {which needs some work}, the Mail server, the DNS server and Samba PDC). May next part of it will be the DHCP server...then the firewall. Then a document to tie it all together. there is no difference between a static and a dynamic ip if you dont switch your pc off if you are a uk user cable or usa most pcs are designed to run constantly dont turn it off hence dont pay for a static ip |
|
|
|
Jul 9 2005, 08:56 AM
Post
#34
|
|
|
I Eat C Code for Breakfast ![]() ![]() ![]() ![]() Group: Members Posts: 276 Joined: 9-November 04 From: Canada Ontario Member No.: 4,136 |
Well I currently working on Fluxbox. It would be nice to have some guides on fluxbox configuration and setup and scripts and what not. I find that the other wikki's out there are confusing. It would be nice to gave a little place here where people who need help with windows managers.
Thanks DOCMUR -------------------- Gentoo ROCKS!!!!! Go and emerge the world
|
|
|
|
Jul 9 2005, 09:57 AM
Post
#35
|
|
![]() Its GNU/Linuxhelp.net ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Support Specialist Posts: 1,284 Joined: 14-November 04 From: Southampton, Hampshire Member No.: 4,165 |
QUOTE there is no difference between a static and a dynamic ip if you dont switch your pc off if you are a uk user cable or usa most pcs are designed to run constantly dont turn it off hence dont pay for a static ip Maybe so, but routers crash, computers freeze, power cuts happen. And with a DNS system that allows 72 hours for propogations, it is best to use services specifically for dynamic IP addresses. Not to mention that some ISPs will drop the conenction after a certain amount of inactivity. -------------------- |
|
|
|
Jul 29 2005, 02:18 AM
Post
#36
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 4 Joined: 27-July 05 Member No.: 5,332 |
Hi all you Linux experts,
I would like to see a plain language guide, in the form of a list of commands, for installing an x windows system and a GUI, into a newly installed Linux system. For a Linux newbie, Howtos might as well be written in Greek, and questions posed on help forums usually receive answers that assume that the enquirer fully understands the command line and how to use it. I have stalled twice now on Debian because of this problem, and I am sure that it would be very easy for the complilers of Debian to include an x-server and desktop, and give the person installing a choice of GUI or command line on the first reboot. So, for now it's back to Windows and Ubunto! Roger |
|
|
|
Aug 13 2005, 10:07 PM
Post
#37
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 13 Joined: 13-August 05 Member No.: 5,392 |
how to dual boot
|
|
|
|
Oct 22 2005, 12:15 PM
Post
#38
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 13 Joined: 13-August 05 Member No.: 5,392 |
I�d like to se just a basic quick start guide.
|
|
|
|
Dec 11 2005, 09:08 PM
Post
#39
|
|
|
Whats this Lie-nix Thing? ![]() Group: Members Posts: 2 Joined: 11-December 05 Member No.: 5,844 |
not too sound lame, i am a newb, there i said it, but i would like to see a pictoral guide with real world examples, like your guide for newbs, but with pics, or screen shots as the process progresses as i feel i have typed everything exactly but i still cant figure out my problem, after installing an rpm i still cant find or use the program ( i know that was a gimme but.... lol, i have to keep my humor, it is my goal to learn linux and if i wasnt lauphing i would be crying)
thank you |
|
|
|
Dec 11 2005, 11:00 PM
Post
#40
|
|
![]() Its GNU/Linuxhelp.net ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Support Specialist Posts: 1,280 Joined: 19-November 03 From: University of Minnesota- TC Member No.: 1,828 |
The problem with trying to do a "pictorial" guide is that there isn't enough standardization accross systems. Not only differences between GNOME, KDE and the others, but differences between the distros. If you're having troubles with following a guide, post a question in the suppor section and we would be glad to help you.
Still, that being said, I will look into maybe doing some pictorial guides for basic things. -------------------- --Jim Lester
jim@linuxhelp.net Distro: Gentoo System: AMD Athlon 3000+ XP 2.166 GHz NVIDIA nForce2 IGP Chipset 1GB 333 MHz DDR SDRAM NVIDIA nForce2 Dual Head 64 MB Graphics Server Distro: CentOS |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 03:24 PM |