Ubuntu Servers :: Mail Server On Own Server

Dec 18, 2010

After days and days spent in reading guides, how-to, forum post and much more, I still have some doubts regarding the possibility of developing a personal mail server having a fully functional ubuntu server. ( of course this is due to my lack of knowledge...hehe )

First thing I wish to understand is the focal point "Can I have my private mail server pointing to mymail@myinventeddomain.whatever ONLY IF I have previously registered ( bought ) myinventeddomain.whatever?"

Second thing is: " Could it be a work-around setting up a free dynamic name server ( pointing to my server, where a LAMP stack is already fully functional ) and then use this "name" to create my email? "(*) Example: using my own server, already accessible from outside my lan using a free dyndns name, I'm able to access and manage some web-based services. Is it possible to apply concept two at this situation? The base idea is to have my own email service, with my own domain like neomod@thenameiwant.xxx , so I can create email-based notification between my server and some other email addresses without relying onto some public service ( let's say google or my own isp mail server ).

I have read about the common solution in theese cases ( Postfix ) but in each guide, tutorial, faq or similar I could have read there is no explanation about " How to choose/obtain your own domain name".Reading forum discussion situation isn't better, because some one clearly states that I need to by a domain name ( ex. godaddy, aruba, etc. ) while some others say that I can realize it on my own just using dinamic dns name and a few other things.So beg my pardon if this question might seems stupid, but since I already own a domain name+webhost I reallu wish to understand before spending other money.

View 4 Replies


ADVERTISEMENT

Ubuntu Servers :: Migrate Postfix Mail Server To Exchange 2010 Mail Server

Nov 3, 2010

I have a problem relate to posttfix.I want to mirgare postfix mail server to exchange 2010 mail server but I can't do it,u can help me.You can show me have to do configure postfix and exchange how to?

View 1 Replies View Related

Ubuntu Servers :: Make A Local Mail Server That Itself Is A Client To A WAN Mail Server?

Mar 10, 2011

How do I make a local mail server that itself is a client to a WAN mail server.I want the local mail server to query new mail every 30 minutes from the WAN server.

View 6 Replies View Related

Ubuntu Servers :: Secondary Mail Server And A Mail Gateway/relay?

Aug 3, 2011

Our primary mail server is Exchange 2003 Standard on Windows Server 2003 Standard - don't shout at me; I inherited it already set up this way.I have a couple of hardware identical redundant servers (HP ML350 boxes), all with very fast 2 or 4 disk arrays, multiple core CPUs and plenty of memory, and I am looking at two potential new additions to the infrastructure.

A secondary mail server is high on my list of priories. I've been well and truly bitten by Exchange in the past and given that this particular box has been running four years straight and that it's mail store is dangerously large, having a secondary mail server in place suddenly makes a lot of sense.

A new Exchange 2010 box is currently being set up, but the secondary mail server will remain in place even when the new Exchange server is brought online, so this won't be a wasted exercise.... I also want a gateway box in place to filter and relay mail to the primary server, or to the secondary server if the primary is unavailable. Currently our outer perimeter is:

ISP supplied CISCO router
Draytek VigorPro 5510 UTM

Untangle running in bridged mode (primarily used for SPAM filtering, URL blacklisting, and very little else) Exchange 2003 sits behind the Untangle box. This is how I want to end up:

CISCO >> Draytek >> Ubuntu gateway >> Exchange/secondary mail server

I know I could replace/remove the Draytek but I want it to remain for several reasons, including lots of VPN dial-in users already configured and that it offers us an additional layer of email antivirus scanning before things hit the Exchange box. No point switching all of our remote workers over to new tunnels unnecessarily...

I have done some research and have started testing a pilot secondary mail server using Ubuntu/postfix DNS is properly set up and MX records and reverse PTR records are all present and correct, and things are looking encouraging so far. Before I go out over deep waters and start to flounder, has anyone who has done something like this got any obvious howlers I should be looking to avoid ?

View 2 Replies View Related

Server :: Configure Postfix To Relay Mail To Multiple Internal Mail Servers With Different Domains?

Aug 6, 2010

Two exchange servers internally. One is setup for example.com (192.168.1.10) and the other is setup for example2.com (192.168.1.20) Both are behind a single public IP.

I want to use postfix to sit in front of the two exchange servers. Postfix will accept mail for both domains and relay to the appropriate server. I have postfix installed with only defaults at this point.

View 2 Replies View Related

Server :: Mail Server Migration - How To Deliver Locally AND Forward Mail To New Server

Jan 21, 2011

Can this be done? A company is currently running a postfix mail server. They got a new server and, while the users are migrated, they need to have the messages delivered on BOTH servers.

I thought it could be easily done in postfix: deliver locally AND forward mail to new server, but all solutions I found would deliver the messages in just ONE place.

View 1 Replies View Related

Server :: Mail Bouncing - SMTP Error From Remote Mail Server After Initial Connection: 550 Access Denied

Aug 30, 2010

This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:

xx@xx.com
SMTP error from remote mail server after initial connection: host [URL] [ip address]: 550 Access denied...

View 6 Replies View Related

Server :: Mail Server Configuration - Send Mail To External Domain(internet)

Feb 22, 2011

There is an requirement, intranet people they may not have internet access but they want to send mail to external domain(internet),but in that intranet network one machine can have internet access. Is there any solution for this requirement.

View 2 Replies View Related

CentOS 5 Server :: Postfix And Hosts File - The Mail Server Could Not Deliver Mail

Mar 20, 2011

I've setup my server by following a ton of goods, and it seems to work ok, but I need to start using my server for email in order to receive orders placed via my website. I've followed this guide - [URL] I followed the steps above, and tested the mail server via telnet, and all seemed to be ok. I tried sending an email via Squirrelmail, from cs@thinclientwarehouse.co.uk TO my working email simon@c1systems.co.uk, but the server returned with the following message:

<simon@c1systems.co.uk>: host mail.c1systems.co.uk[95.128.128.129] said: 550-Verification failed for <cs@localhost.thinclientwarehouse.co.uk> 550-The mail server could not deliver mail to cs@localhost.thinclientwarehouse.co.uk. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries. 550 Sender verify failed (in reply to RCPT TO command)

View 14 Replies View Related

Ubuntu Servers :: Mail Server For Interal Use Only

Apr 9, 2010

I am talking classes at a university. One of my classes has a large group project. Part of the project has me setting up a mail server. I don't have a domain to use for this server, So I need to have it setup for local use only. but I have not been able to find much info on how to do so for local use only.

View 3 Replies View Related

Ubuntu Servers :: Server Side Mail Retrieval

Mar 9, 2010

I'm looking for some sort of app that will hit a pop3 server every x minutes and automatically download the mail from it to a text (mbox?) file. It's a remote server so something that can be ran from terminal and just set up in a cron job I guess.

View 1 Replies View Related

Ubuntu Servers :: Looking For Good Mail Server/Webclient?

Oct 13, 2010

I am looking for a good Email Server/Webclient, needs to use pop3+smtp. I also need to be able to add users/permissions via web client. If anyone knows of anything useful for me, then email me or post back here

View 2 Replies View Related

Ubuntu Servers :: Simple Way To Implement A Mail Server?

Feb 21, 2011

I am putting a php contact form on my webpage that sends messages directly from the page to my email address. This script has worked in the past, but unbeknownst to me that is because my previous server was running a mail transfer client that handled php's mail() function through smtp. The web server I am using now is a home machine configured with ubuntu running php/apache but there is nothing to handle mail. My contact form says the message has been sent, but it never arrives to my inbox.

Following forums, I installed sendmail and verified that smtp was running on port 25, but the form would then hang for over a minute upon submission(and messages still would not be delivered). I then tried exim4 as a mail transfer agent which solved the hanging, but messages still werent delivered. From my reading it appears this could have something to do with my hosts file, but I am unsure how this needs to be configured (pretty new to all this and I seem to have bitten off more than I can chew).

I eventually configured exim4 to use the smarthost feature for outgoing mail, using my gmail account's smtp server (following a tutorial). My exim log file produces no errors, but messages from my contact form still are not delivered. This has turned out to be a huge, hair tearing situation and I'm at a loss on what to do next.

View 7 Replies View Related

Ubuntu Servers :: Mail Server - Can't Send Or Receive?

Mar 5, 2011

Every time I try to send a message with SquirrelMail, I get:

Code:
Message not sent. Server replied: Syntax error in parameters or arguments 501 5.1.7 Bad sender address syntax

View 3 Replies View Related

Ubuntu Servers :: Setting Up Mail-server For Web Site

Mar 25, 2011

To setting up the mail server for my site. The situation is such that it is necessary to allow access through the site (built under LAMP) to the mail server. Ligament postfix + dovecot good option? or who have a similar configs mail server.

View 1 Replies View Related

Ubuntu Servers :: PECL Error On Mail Server ?

May 27, 2011

I am currently installing a mail server to handle email for our clients, I have started this server from scratch using Ubuntu server 11.04.

So far I've installed Exim, SA, Dovecot, and Clam AV and those all seem to be working as they should, I can send and receive email...

I am now trying to set up Horde, Horde 4 to be exact, I have been following the documentation on the Horde site :[url]

Part 4, it is recommended to install certain PECL modules, and I would like these as well.

I have been try to get these to go, but just can't get past some of the error messages like this, for the first one:

Cannot find config.m4.

Make sure that you run '/usr/bin/phpize' in the top level source directory of the module

ERROR: `phpize' failed

Does any one know what this error mean. From what I can gather, it's looking for the phpize when the module is to be installed, however, how can I put the phpize file (or link) in the top level of the source directory before I have the source?

View 5 Replies View Related

Ubuntu Servers :: Mail Server For 400 Small Domains - Which One To Use?

Sep 1, 2011

I am going to try and replace our crappy Windows/imail server with a new ubuntu 10.04 LTS based machine. It will end up with about 400 domains on it with around 3000 users total. 96% of the domains have very light use. 4% of the domains have heavy use but do not send any bulk mail.

Can someone here recommend a mail server software package that would be easy to administrate and easy to backup/replicate? All we need is POP with webmail. We do not need IMAP or want any group/collaborative functions.

What do you usually use for anti-spam on a linux mail server? We want to keep it all open source if possible.

For hardware we are looking at an HP DL360 G5 with dual Xeons, 4G of ram, and the P400 controller with 6 SAS 15k drives. Do you think a server like this will be able to handle the mail on linux? Volume is around 400k messages a day inbound with about 10% being legit/90% being spam. The server will be dedicated to mail hosting and will not host websites.

View 1 Replies View Related

Fedora Servers :: Setup A Mail Server On My LAN ?

Apr 7, 2009

I want to setup a mail server on my LAN. I want to send e-mails from 1 system to another systems.

View 8 Replies View Related

Ubuntu Servers :: Mail Server Setup For Multiple Domains?

Jul 4, 2010

Im moving all my websites on a dedicated box. I had a cpanel hosting account, and now moving to a terminal and ssh system.I need some advice on choosing my mail setup. I need POP, SMTP, with multiple domains, as host for a few clients.I would like the most simple version.The server will only send +- 100 mails / day.I currently running Ubuntu Linux 10.04.

View 1 Replies View Related

Ubuntu Servers :: Mail Server Setup - For Multiple Domains ?

Oct 10, 2010

I have recently setup an Ubuntu 10.04 Minimal x64 Server. I plan on setting it up as a mail server. I need a secure server, that has spam prevention on it. Im setting up around 50 domains and would like a web based control panel. What is the most secure mail server, that i can setup for multiple domains?

View 2 Replies View Related

Ubuntu Servers :: Client Can't Connect To Mail Server / Get It To Work?

Nov 19, 2010

I followed this tutorial:
http://www.howtoforge.com/virtual-us...l-ubuntu-10.04
Minus the Quota for the mailboxes, since I don't really care about that. But I don't think that should cause any problems in the configuration.
The server is in my local network.

I tried to connect with Thunderbird and Kmail. Kmal brings up an error message eventually, saying something about a time-out.
Squirrelmail says code...

I searched everything & everywhere only to see that more people have that same error message come up with Squirrelmail. From my understanding some have fixed the issue but I couldn't actually find a solution to this.

Does anyone know how to fix this?

View 1 Replies View Related

Ubuntu Servers :: Where To Find Mail Server Configuration For Dummies?

Nov 28, 2010

Where to find Mail Server Configuration Howto for Dummies?

Reguirements:
Autoreply is supported?
User Accounts and other configs in MySQL database..

View 9 Replies View Related

Ubuntu Servers :: Setup An Intranet Mail Server As A Project?

Mar 14, 2011

I want to setup an intranet mail server as a project. I tried to go through various forums but could not get a satisfactory model. My sceme of things is as follows:The server a virtual machine is after a router which has a built in dhcp server. Prefer to use sendmail but postfix ok client machines should be able to access the mail on evolution/thunderbird or web access using squirrelmail.Mail will not be relayed to anybody outside the intranet.

View 1 Replies View Related

Ubuntu Servers :: Verify That Mail Server Is Not An Open Relay?

Apr 16, 2011

I'm setting up a mailserver for my domain.I'm seeing relay rejections in the mail.logbut I'd like to have external validation that nothing bad is exiting the domain beforeI wind up on blacklists

View 4 Replies View Related

Ubuntu Servers :: Move Mails From Gmail To An Own Mail-Server

Sep 1, 2011

I've running my mails from 3 domains on Google Apps for several time, but I think it's time to set up my own Mail-Server now. I have a vServer and want to migrate my existing mails after setting it up. Now I have 2 questions.

1. Which components do I need / do you prefer for a mail-server(imap, smpt, webinterface)?
2. How do I get all my existing Mails in there?

View 2 Replies View Related

Debian Configuration :: Install A Multi-core System And Configure It To Run Several VMs, One Each For A Firewall, A Caching Proxy Server, A Mail Server, A Web Server?

Jan 25, 2011

I will be relocating to a permanent residence sometime in the next year or two. I've recently begun thinking about the best way to implement a home-based network. It occurred to me that the most elegant solution might be the use of VM technology to eliminate as much hardware and wiring as possible.My thinking is this: Install a multi-core system and configure it to run several VMs, one each for a firewall, a caching proxy server, a mail server, a web server. Additionally, I would like to run 2-4 VMs as remote (RDP)workstations, using diskless workstations to boot the VMs over powerline ethernet.The latest powerline technology (available later this year) will allow multiple devices on a residential circuit operating at near gigabit speed, just like legacy wired networks.

In theory, the above would allow me to consolidate everything but the disklessworkstations on a single server and eliminate all wired (and wireless) connections except the broadband connection to the Internet and the cabling to the nearest power outlets. It appears technically possible, but I'm not sure about the various virtual connections among VMs. In theory, each VM should be able to communicate with the other as if it was on the same network via the server data bus, but what about setting up firewall zones? Any internal I/O bandwidth bottlenecks? Any other potential "gotchas", caveats, issues? (Other than the obvious requirement of having enough CPU and RAM).Any thoughts or observations welcome, especially if they are from real world experience in a VM environment. BTW--in case you're wondering why I'm posting here, it's because I run Debian on all my workstations/servers (running VirtualBox as a VM for Windows XP on one workstation).

View 14 Replies View Related

Server :: E-mail Server Similer To Merak Mail Server ?

Aug 20, 2010

I was using an email server from Icewarp, Merak Mail server V8.0.3 with a keygen for total full free use... I liked this server package... as everything is in there I need and it is controllable from a single window. Now I am planning to move to Linux... They have a Linux version, but not stable and expensive. Is there any thing almost free/less expensive (Specially they need yearly payment for upgrade of even the anti virus and anti spam)?

I need a almost same thing (except of the ftp and VoIP) like Merak (because that I really liked for ease of administration) in Linux? Like a Qmail with real strong Anti Virus and Anti Spam, with unlimited domain and user+autoresponder, mailing list, etc all but controllable from one single GUI?

View 1 Replies View Related

Fedora Servers :: Name Server: Mail.si.uk Host Not Found?

Oct 24, 2009

i configured my sendmail, bind dns server + dovecot. i am getting the following error when i use to send email from 'root' to 'convert@mail.si.uk',

Oct 26 10:40:42 localhost sendmail[6829]: n9Q5ebnX006827: to=<convert@mail.si.uk>, ctladdr=<root@localhost.localdomain> (0/0), delay=00:00:00, xdelay=00:00:0
0, mailer=esmtp, pri=120345, relay=mail.si.uk, dsn=5.1.2, stat=Host unknown (Name server:

[code]....

View 1 Replies View Related

Fedora Servers :: How To Install / Configure Mail Server

Feb 5, 2010

I like to know how to install/configure mail server in Fedora 11, as I am going to do it first time.

View 3 Replies View Related

Server :: Clustering Mail Servers (CentOS/Amazon EC2)?

Feb 23, 2011

I'm looking to set up a clustered mail server, I kind-of know how I'm going to do it but wanted to check if there was a better way. So we have 3 mail servers, running as EC2 instances on Amazon AWS. We were going to achieve clustering by giving all three a shared EBS storage device to store the mail. The mail would be received by any of the three servers (Via postfix) and could be retrieved from any of the three servers (via dovecot). For receiving mail (SMTP), the domains would have 3 MX records pointing to each of the servers but for sending and retrieving mail (SMTP and POP3/IMAP) the three servers would have one DNS A record with 3 IPs associated (I know when using this method for web-servers, the load gets distributed among the IPs under that record but I'm not sure if this will work for SMTP/POP3/IMAP).

What we want is to have 3 servers that share the load equaly but are completely redundant for all services (POP3, IMAP and SMTP). We also need to be able to scale upwards so if we need to add more servers we can do easily. Also the servers must be perfectly synchronized at all times.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved