LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-17-2004, 02:50 PM   #1
kccobra
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Rep: Reputation: 0
How to set up a linux mail server


OK heres my plans....

I want to set up a linux box outside my firewall and point my mx records to that box.

I have an exchange server that I will use to pop that box.

Now my questions are, what software should I use for this?

What Version of linux I should use?

How difficult will this be for a noob?

I was planning on using fedora thats about as far as I have gone.

If any one has a start to finish guide that would be great. I want to have a spam blocker, firewall, and virus protection on the email.

I have 180 email addresses on my exchange box.

Thanks for your help.
 
Old 12-17-2004, 03:00 PM   #2
madluther
Member
 
Registered: Aug 2004
Distribution: LFS
Posts: 350

Rep: Reputation: 31
The guide here is pretty good

http://www.geocities.com/scottlhende...pamfilter.html

We use somthing similar to filter email before forwarding it to our exchange server (~250 mailboxes).

I would recommend you place this box behind your firewall and forward the external ip (the MX ip) to the spamfilter box.

HTH

Mad
 
Old 12-17-2004, 03:02 PM   #3
sigsegv
Senior Member
 
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197

Rep: Reputation: 47
Re: How to set up a linux mail server

I want to set up a linux box outside my firewall and point my mx records to that box.

correct

I have an exchange server that I will use to pop that box.

Ick ... Secondly, don't "pop that box", set the external machine to forward all it's mail to the internal exchange machine (i.e. forward)

Now my questions are, what software should I use for this?

Postfix+SpamAssassin+Amavisd+(insert virus scanner here -- I use ClamAV)

What Version of linux I should use?

You shouldn't. You should use OpenBSD Barring that though, I'd go with Debian, slackware, or something that doesn't take the "install everything but the kitchen sink" approach... Fedora's "Minimal" install is 500MB ... I would call that a lot of things, but minimal isn't one of them.

How difficult will this be for a noob?

I'd say medium to high difficulty level.

I was planning on using fedora thats about as far as I have gone.

See earlier comment

If any one has a start to finish guide that would be great. I want to have a spam blocker, firewall, and virus protection on the email.

As a matter of fact ...
 
Old 12-19-2004, 03:52 PM   #4
DarkNess200
LQ Newbie
 
Registered: Dec 2004
Posts: 2

Rep: Reputation: 0
hey i got a fedor walkthourgh of mail server is it the same for mandrake 9.2?
 
Old 12-19-2004, 08:17 PM   #5
dolvmin
Member
 
Registered: Jul 2003
Location: Florida
Distribution: Red Hat 7.2/8/9, Fedora Core 1/2/3, Smoothwall, Mandrake 7.0/10, Vecter 4, Arch 0.6, EnGuarde
Posts: 289

Rep: Reputation: 30
It's iffy, but I would wager "no". Scripting, directory trees, and package versions used are very different. These alone would cause more problems then it is worth. However, if you do it once on one Linux distribution it's not hard to figure out how to do it in another. I recommend you doing it first on Fedora, then when done, doing it on Mandrake. Yet again, as stated above, I would highly recommend using a UNIX distribution. It's easier on the system and promotes more power for the cause.
 
Old 12-20-2004, 01:11 PM   #6
kccobra
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by DarkNess200
hey i got a fedor walkthourgh of mail server is it the same for mandrake 9.2?

Could you send me the link for that?

Thanks
 
Old 12-20-2004, 03:26 PM   #7
DarkNess200
LQ Newbie
 
Registered: Dec 2004
Posts: 2

Rep: Reputation: 0
Quote:
Originally posted by kccobra
Could you send me the link for that?

Thanks
heres your site http://www.siliconvalleyccie.com/linux-hn/sendmail.htm
 
Old 12-21-2004, 03:00 AM   #8
fotoguy
Senior Member
 
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291

Rep: Reputation: 62
Or you can take the easy way out like i did and installed SME server 6.0. Contribs.org have taken over the free version of it. It will install on a hard drive, it is very easy to follow, and there is a script for it that someone has done that will download and install anti-virus, anti-spam and secure email (encrypted POP3.SMTP and IMAP). It has also a web, ftp, samba (can be setup as domain controller). May take the fun out of learning, but saves a lot of time if you need to get a mail server up and running quickly and without any fuss.

Here's the iso

http://www.ibiblio.org/pub/Linux/dis...1-20040316.iso

Here is the script
just put this in the root directory and run it from there, it will do the rest

#!/bin/sh

#clear screen
clear

#reminder to log script output
echo ""
echo "If you'd like you can log the output of this script for review later:"
echo "Before typing 'sh smeplus.sh' type 'script smeplus.log'"
echo "...and after the script is complete type 'exit'"
echo ""
echo "You can hit CTRL+C now if you want to stop and do that"
echo "...or press any key to continue"
read answer


#deleting old download log file - if exists - so errors don't show up again
rm -f /root/plus/plus.log

#make download directory
mkdir -p /root/plus
cd /root/plus

###########
#downloads#
###########

#download status bar
clear
echo "Downloading files...Please be patient, 100MB? of downloads"
echo "[-----------------------]"
echo -n "["

#download lazy admin toos and userpanel
mkdir -p /root/plus/lat-userpanel
cd /root/plus/lat-userpanel
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...0-1.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...0-3.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo....02-1.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo....06-1.i386.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download Antivirus script
wget -nc -nd -S http://sme.swerts-knudsen.dk/downloa...rus_install.sh -a /root/plus/plus.log
echo -n "."

#download Spamfilter script
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...ter_install.sh -a /root/plus/plus.log
echo -n "."

#download php script
wget -nc -nd -S http://contribs.org/contribs/ergozd/....9-3upgrade.sh -a /root/plus/plus.log
echo -n "."

#download openssh
mkdir -p /root/plus/openssh
cd /root/plus/openssh
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...-1es1.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...-1es1.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...-1es1.i386.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download openssl
mkdir -p /root/plus/openssl
cd /root/plus/openssl
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...-1es1.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...-1es1.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...-1es1.i386.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download webmail
mkdir -p /root/plus/webmail
cd /root/plus/webmail
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...4dm.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...-02.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...-04.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...-05.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...1dm.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...1dm.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...1es.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...1es.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...1es.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.com/downlo...s00.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download phpmyadmin
mkdir -p /root/plus/phpmyadmin
cd /root/plus/phpmyadmin
wget -nc -nd -S http://contribs.org/contribs/nightsp...-11.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download awstats script
mkdir -p /root/plus/awstats
cd /root/plus/awstats
wget -nc -nd -S http://sme.swerts-knudsen.dk/downloa...all_awstats.sh -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download apache and dependancies
mkdir -p /root/plus/apache
cd /root/plus/apache
wget -nc -nd -S http://mirror.datapipe.net/norlug/re...orlug.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://mirror.datapipe.net/norlug/re...orlug.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://mirror.datapipe.net/norlug/re...orlug.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://mirror.datapipe.net/norlug/re...orlug.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://mirror.datapipe.net/norlug/re...orlug.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://mirror.datapipe.net/norlug/re...orlug.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://download.fedoralegacy.org/red...1.3.2.i386.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download mysql script
wget -nc -nd -S http://contribs.org/contribs/ergozd/...ySQL-4_0_21.sh -a /root/plus/plus.log
echo -n "."

#download misc. updates
mkdir -p /root/plus/updates
cd /root/plus/updates
wget -nc -nd -S http://sme.swerts-knudsen.dk/downloa...1.1-4.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://www.dungog.net/sme/files/601u...1.1-4.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.dk/downloa...0-es1.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.dk/downloa...2.5-1.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.dk/downloa...2-1.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://sme.swerts-knudsen.dk/downloa....3.at.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://www.ibiblio.org/pub/linux/dis...1es26.i386.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download securemail
mkdir -p /root/plus/securemail
cd /root/plus/securemail
wget -nc -nd -S http://www.pagefault.org/code/e-smit...1dc.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://www.pagefault.org/code/e-smit...2dc.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://www.pagefault.org/code/e-smit...2dc.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://www.pagefault.org/code/e-smit...2dc.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://www.pagefault.org/code/e-smit...2dc.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download modindex
mkdir -p /root/plus/modindex
cd /root/plus/modindex
wget -nc -nd -S http://contribs.org/contribs/gzartma...1-2.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://contribs.org/contribs/gzartma...5-2.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download fetchmail pop3 contrib
mkdir -p /root/plus/fetchmail
cd /root/plus/fetchmail
wget -nc -nd -S http://www.schirrms.net/files/perl-C...-08.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://www.schirrms.net/files/smeser...-02.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download dungog contribs
mkdir -p /root/plus/dungog
cd /root/plus/dungog
wget -nc -nd -S http://www.dungog.net/sme/files/dung...1-5.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://www.dungog.net/sme/files/dung...0-3.noarch.rpm -a /root/plus/plus.log
wget -nc -nd -S http://www.dungog.net/sme/files/sme-...0-1.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download windows update cache manager
mkdir -p /root/plus/cache
cd /root/plus/cache
wget -nc -nd -S http://contribs.org/contribs/erantru....03-1.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://contribs.org/contribs/erantru....16-1.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://contribs.org/contribs/erantru...0-3.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download dhcp to dns synchroniser
mkdir -p /root/plus/dhcp-dns
cd /root/plus/dhcp-dns
wget -nc -nd -S http://www.activeservice.co.uk/sme/c...rc1.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download dhcp manager
mkdir -p /root/plus/dhcpmanager
cd /root/plus/dhcpmanager
wget -nc -nd -S http://www.developit.fr/FichePratiqu....24-1.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://www.developit.fr/FichePratiqu...6.0-3.i386.rpm -a /root/plus/plus.log
wget -nc -nd -S http://www.developit.fr/FichePratiqu...4-7.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download print spooler manager
mkdir -p /root/plus/sacolprng
cd /root/plus/sacolprng
wget -nc -nd -S http://contribs.org/contribs/saco/sm...6-1.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download mail log analyser
mkdir -p /root/plus/sacoisoqlog
cd /root/plus/sacoisoqlog
wget -nc -nd -S http://contribs.org/contribs/saco/co...-05.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download rootkit hunter
mkdir -p /root/plus/rkhunter
cd /root/plus/rkhunter
wget -nc -nd -S http://contribs.org/contribs/dthomas...8-1.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n "."

#download raidmonitor
mkdir -p /root/plus/raid
cd /root/plus/raid
wget -nc -nd -S http://contribs.org/contribs/dmay/mi...1-5.noarch.rpm -a /root/plus/plus.log
cd /root/plus
echo -n ".]"

clear
echo "Downloading Complete"
echo ""
echo "Now verifying download process completed with no errors"
echo ""
IS_ERROR=`pic /root/plus/plus.log | grep -c ERROR`

if [ $IS_ERROR -ge 1 ]; then
echo "Oh darn, it seems that $IS_ERROR file(s) failed to download, please review"
echo "/root/plus/plus.log, and edit the script as necessary."
echo ""
echo "Please update the Wiki page on contribs.org if a link is dead because of a"
echo "new version - This script was written and maintained by people like you :-)"
echo ""

else
clear
echo "All files were downloaded successfully, cross your fingers, take a deep breath"
echo "...and if you dare press any key to continue"
read answer
echo ""
echo "Are you sure? This could really screw up your server - press any key again"
echo "if this is a fresh install of SME 6.0.1-01 and you understand this may not"
echo "work as intended, is not an official update and may impair you from easily"
echo "updating to newer official versions of SME Server."
read answer

##############
#installation#
##############
clear
echo "Beginning Installation..."
echo ""
cd /root/plus/lat-userpanel
rpm -Uvh *.rpm
cd /root/plus

lat-procmail -c "*|enabled|no|some|normal"

sh antivirus_install.sh

sh spamfilter_install.sh

sh php4.3.9-3upgrade.sh

cd /root/plus/openssh
rpm -Uvh *.rpm
/sbin/e-smith/expand-template /etc/ssh/sshd_config
/sbin/e-smith/signal-event remoteaccess-update
cd /root/plus

cd /root/plus/openssl
rpm -Uvh *.rpm
cd /root/plus

cd /root/plus/webmail
rpm -Uvh e-smith-imp-1.10.0-04dm.noarch.rpm
rpm -Uvh imp-3.2.5-01dm.noarch.rpm
rpm -Uvh horde-2.2.5-1dm.noarch.rpm
rpm -Uvh turba-1.2.2-1es00.noarch.rpm
rpm -Uvh kronolith-1.1.2-1es.noarch.rpm
rpm -Uvh mnemo-1.1.2-1es.noarch.rpm
rpm -Uvh nag-1.1.1-1es.noarch.rpm
rpm -Uvh e-smith-kronolith-0.8.1-02.noarch.rpm
rpm -Uvh e-smith-mnemo-0.8.0-04.noarch.rpm
rpm -Uvh e-smith-nag-0.8.0-05.noarch.rpm
/sbin/e-smith/signal-event post-upgrade
cd /root/plus

cd /root/plus/phpmyadmin
rpm -Uvh e-smith-phpmyadmin-2.6.0-11.noarch.rpm
cd /root/plus

lat-ibays -a -c "awstats | awstats ibay | admin"

cd /root/plus/awstats
sh install_awstats.sh
cd /root/plus

cd /root/plus/apache
rpm -Uvh *.rpm
cd /root/plus

sh MySQL-4_0_21.sh

cd /root/plus/updates
rpm -Uvh *.rpm
cd /root/plus

cd /root/plus/securemail
rpm -ihv e-smith-securemail-6.0.1-01dc.noarch.rpm \
e-smith-smtp-authentication-6.0.1-02dc.noarch.rpm \
e-smith-ssl-imap-6.0.1-02dc.noarch.rpm \
e-smith-ssl-mailfront-6.0.1-02dc.noarch.rpm \
e-smith-ssl-popd-6.0.1-02dc.noarch.rpm
cd /root/plus

cd /root/plus/modindex
rpm -ivh e-smith-mod_perl-0.0.1-2.noarch.rpm
rpm -ivh e-smith-modindex-0.0.5-2.noarch.rpm
cd /root/plus

#double bounce email deletion - from sme.swerts-knudsen.com
mkdir -p /etc/e-smith/templates-custom/var/qmail/control
echo devnull > /etc/e-smith/templates-custom/var/qmail/control/doublebounceto
/sbin/e-smith/signal-event email-update
/etc/init.d/qmail restart

cd /root/plus/fetchmail
rpm -Uvh perl-CGI-FormMagick-0.89-08.noarch.rpm
rpm -Uvh smeserver-fetchmail-1.3.4-02.noarch.rpm
cd /root/plus

cd /root/plus/dungog
rpm -Uvh *.rpm
cd /root/plus

cd /root/plus/cache
rpm -Uvh perl-Net-Telnet-3.03-1.i386.rpm
rpm -Uvh perl-TimeDate-1.16-1.i386.rpm
rpm -Uvh sme-cache-windows-1.0-3.noarch.rpm
cd /root/plus

cd /root/plus/dhcp-dns
rpm -Uvh sme-dhcp-dns-0.9-rc1.noarch.rpm
cd /root/plus

cd /root/plus/dhcpmanager
rpm -Uvh perl-Net-Ping-2.24-1.i386.rpm
rpm -Uvh wol-0.6.0-3.i386.rpm
rpm -Uvh e-smith-dhcpmanager-1.4-7.noarch.rpm
cd /root/plus

cd /root/plus/sacolprng
rpm -Uvh smeserver-lprng-monitor-0.0.6-1.noarch.rpm
cd /root/plus

cd /root/plus/sacoisoqlog
rpm -Uvh saco-mitel-isoqlog-0.1-05.noarch.rpm
cd /root/plus

cd /root/plus/rkhunter
rpm -ivh *.rpm
cd /root/plus

cd /root/plus/raid
rpm -Uvh *.rpm
cd /root/plus


/sbin/e-smith/signal-event post-upgrade

echo "The script is complete :-)"
echo "Now type 'exit' to stop recording the script output and review smeplus.log"
echo "Then to reboot type '/sbin/e-smith/signal-event reboot'"

fi
 
Old 12-21-2004, 08:02 AM   #9
sigsegv
Senior Member
 
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197

Rep: Reputation: 47
That's the "easy way"?
 
Old 12-26-2004, 08:45 AM   #10
fotoguy
Senior Member
 
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291

Rep: Reputation: 62
Easy and it works.
 
Old 12-27-2004, 05:18 AM   #11
tanveer
Member
 
Registered: Feb 2004
Location: e@rth
Distribution: RHEL-3/4/5,Gloria,opensolaris
Posts: 525

Rep: Reputation: 39
Hello friends,
I am hitting my head in the wall trying to set up sendmail server. I already posted my problem. But still the problem is on the desk. Can u plz send me the details how you configured sendmail in linux ?
It would be a great help.
Thanks in advance.
 
Old 12-27-2004, 07:04 PM   #12
fotoguy
Senior Member
 
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291

Rep: Reputation: 62
Quote:
Originally posted by tanveer
Hello friends,
I am hitting my head in the wall trying to set up sendmail server. I already posted my problem. But still the problem is on the desk. Can u plz send me the details how you configured sendmail in linux ?
It would be a great help.
Thanks in advance.

If your wanting to setup a mail server, checkout my link above to SME Server 6.0 iso and the script that will install anti-virus and anti-spam. The iso is about 350 MB in size so you will need cable or adsl to download it. Once you download the iso, burn it to a disc, this is a bootable disc, so you will need to have your computer to boot up with the cdrom as the first drive.

Just follow the install instructions, 'warning' this will wipe all data from the hard drive. After you have finished installing the software, if your using a windows client, you will need a program called winscp and putty, you can use winscp to copy the .sh script to the root directory, and then use putty, which is a ssh command line program for windows, to execute the .sh file. This will then download and install updates, anti-virus and anti-spam.
 
Old 12-27-2004, 09:25 PM   #13
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
Quote:
Originally posted by fotoguy
Easy and it works.
hey fotoguy, could you post a link to that so it could be copy/pasted as the links in this forum get truncated and you can not just copy/paste that awsome scrip as the URLs are missing the middle section.
 
Old 12-27-2004, 10:21 PM   #14
sigsegv
Senior Member
 
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197

Rep: Reputation: 47
Or edit your post and enclose the script in code blocks ...
 
Old 12-27-2004, 10:51 PM   #15
fotoguy
Senior Member
 
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291

Rep: Reputation: 62
I don't know how to do code blocks, so I tracked down another updated udate script, from contribs.org heres the link, i think this one is better than the one i posted

http://contribs.org/modules/phpwiki/...date%20scripts
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux mail server.... set headers on recipient email til Linux - General 2 12-04-2004 08:24 PM
set up mail server in linux? karupt Linux - Networking 50 10-06-2004 08:48 PM
How do I set up a Mail Server jamie_barrow Linux - Newbie 8 07-21-2003 11:56 AM
How do I set up a Mail Server jamie_barrow Linux - Networking 1 07-21-2003 06:33 AM
How do I set up a mail server? ChaosX2 Linux - Networking 10 05-30-2002 03:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration