Sponsored Content
Full Discussion: Ubuntu Server
Operating Systems Linux Ubuntu Ubuntu Server Post 302570641 by Skrynesaver on Friday 4th of November 2011 02:25:31 AM
Old 11-04-2011
Tempted to say "buy a copy of System Administration in a nutshell" in fact not a bad idea if you will have to maintain this box

When you say you have the IP address, what form of access have you? (ie. do you have ssh access or serial access, were you given a username and password ?)

Follow this for setting up bind as your nameserver


Have you decided what mailserver you wish to use? (if you have no particular preference I find exim just works most of the time) apt-get install exim4 exim4-doc-html the package configuration options in the exim bundle should walk you through the setup,
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to Calculate on a Ubuntu Server

hi guys. is there a way to calculate numbers and get the accurate results as oppose to the results one gets from using the expr command. i want to be able to calculate numbers like 1/3 and get the exact results. any help on this is much appreciated. thanks guys with expr, 1 diveded by 3 =... (4 Replies)
Discussion started by: SkySmart
4 Replies

2. UNIX for Dummies Questions & Answers

Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server

My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Discussion started by: docflyboy
0 Replies

3. IP Networking

Trafic Managment on the Ubuntu Server 8.04 HOW TO?

I need help, how to set traffic management on the ubuntu server with the real life situation. For example, I would like to set the lowest priority or the "Best-Effort Traffic" for the ports in the range from 35000-37000 only on the TX(transmit) and I would like that same port range has... (1 Reply)
Discussion started by: loopdemack
1 Replies

4. Ubuntu

Can Ubuntu be used as a decent server?

Can Ubuntu be used as a decent server? Say a web server, a file server, or a mail server? Also, does Ubuntu play nice with virtualbox? Or should I use another brand of Linux to accomplish these things? (3 Replies)
Discussion started by: jastanle84
3 Replies

5. Ubuntu

Set up a Ubuntu server as a FTP server

Hello, How can I set up a ubuntu server as a FTP server? Thanks, (1 Reply)
Discussion started by: Pouchie1
1 Replies

6. UNIX for Dummies Questions & Answers

Help with Ubuntu server 12.04 installation

hello, i have been try installing Ubuntu server 12.04 and receiving a message: no network interface card detected. can someone help me to locate where my interface card is (1 Reply)
Discussion started by: naghazky
1 Replies

7. Linux

Ubuntu 12.04.2 server amd64 on Virtualbox

Hello, I could not find the appropriate forum for my problem to boot Ubuntu 12.04.2 server amd64 on Oracle Virtualbox(4.3.0 BETA1) within Win 7, so I posted here to start. For some reason Ubuntu could not boot anymore, and I am looking any suggestion before I re-install it as I do not want to... (0 Replies)
Discussion started by: yifangt
0 Replies

8. Ubuntu

Ubuntu Server in VM - DHCP Server not working

Hello. Doing my first steps in Linux and while trying to configure a DHCP server in Linux i encountered some problems: TOPOLOGY: - Laptop with Windows 8.1 - VM Player 12 with Linux installed (Ubuntu Server 14.04) - ICS-DHCP-SERVER installed and running - Another LAPTOP conected to a... (1 Reply)
Discussion started by: Portuguevos
1 Replies

9. Ubuntu

Backup Ubuntu server 12.05 LT

I wonder what free backup utilities fellow admins are using to clone or backup root disks of ubuntu servers. I try clonezilla, but errors pop up. Any ideas? ---------- Post updated at 02:51 PM ---------- Previous update was at 09:49 AM ---------- I have used the rsync command like: rsync... (0 Replies)
Discussion started by: fretagi
0 Replies
EXIM_CONVERT4R4(8)					      System Manager's Manual						EXIM_CONVERT4R4(8)

NAME
exim_convert4r4 - Convert Exim configuration from v3 to v4 format SYNOPSIS
exim_convert4r4 DESCRIPTION
This script is provided to assist in updating Exim configuration files. It reads an Exim 3 configuration file on the standard input, and writes a modified file on the standard output. It also writes comments about what it has done to the standard error file. It assumes that the input is a valid Exim 3 configuration file. A typical call to the conversion script might be exim_convert4r4 < /etc/exim/exim.conf > /etc/exim4/exim4.conf.new The output file MUST be checked and tested before trying to use it on a live system. The conversion script is just an aid which does a lot of the "grunt work". It does not guarantee to produce an Exim 4 configuration that behaves exactly the same as the Exim 3 configuration it reads. Each option change in the new file is preceded by an identifying comment. In fact, the conversion script tends to make quite a mess of your configuration, and you should expect to go through it afterwards and tidy it up by hand. Unless you are running a very straightforward configuration, the automatic conversion is likely to generate a non-optimal configuration. You should not only check it thoroughly, but also run as many tests as you can, to ensure that it is working as you expect. In particular, you should test address routing, using -bt and -bv, and the policy controls, using -bh. If possible, you should also do some live tests (i.e. send and receive some messages) before putting Exim 4 into service. If you have a very complicated configuration, it is possible that exim_convert4r4 will break it in some situations, which is why thorough testing is strongly recommended. BUGS
This manual page needs a major re-work. If somebody knows better groff than us and has more experience in writing manual pages, any patches would be greatly appreciated. SEE ALSO
exim(8), the files in /usr/share/doc/exim4-base/, especially Exim4.upgrade.gz AUTHOR
This manual page was stitched together from Exim4.upgrade by Andreas Metzler <ametzler at downhill.at.eu.org>, for the Debian GNU/Linux system (but may be used by others). March 26, 2003 EXIM_CONVERT4R4(8)
All times are GMT -4. The time now is 02:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy