Server :: Configure The Zimbra Mail Server ?

Mar 20, 2010

I want you help me to configure the Zimbra mail server. I want install system mail server Zimbra, about 8000 user then How configure server ?( RAM, CPU, HDD) (account email 100MB - 300MB). forward to the help from everyone and Administrator Linux

View 4 Replies


ADVERTISEMENT

Server :: Configure Internal Zimbra Server To Use External Server To Send Mails?

Feb 16, 2010

I have got a running mail server on CentOS5.4 Final using Zimbra free edition. . Assume that domain is organization.com.local And it is running fine with users created and bugzilla running on the same machine can send mails using this server. But it can obviously send messages to the internal users. There is this option to configure it to use external mail server to send mails outside the network but my external smtp server needs an authentication.Is it possible to configure it this way to use my external server to send mails from internal domain to say gmail?

View 15 Replies View Related

Server :: Fetchmail On Zimbra Mail Server - Using 2 Envelope Options

Apr 25, 2011

Is it possible to using 2 envelope options on fetchmail? Here is fetchmailrc configuration :

envelope "Envelope-To"
envelope "X-Apparently-To"

View 1 Replies View Related

Server :: Zimbra - Restrict Mail Sending For Subdomain?

May 4, 2011

I am having trouble configuring Zimbra to restrict sending for some users. A subdomain has been added in the ZCS web page for the domain, resulting in two potential mail addresses:

[URL]

The subdomain needs to be restricted from sending mail to the outside world and to other users on the same subdomain. It should only be able to message users on the main domain. The users on the main domain should be able to email anyone in the world. Is it possible to configure this without installing Zimbra on two machines?

View 1 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 :: Setup RAID 1 On CentOS 5 Server For A Zimbra Email Server

Feb 7, 2011

I'm trying to setup RAID 1 on a CentOS 5 server for a zimbra email server.I get a partion schema error. Can I do this?The server is a HP Proliant ML150 G3 server with two 80GB HDD.

View 1 Replies View Related

CentOS 5 Server :: Configure A Mail Server Over A Home Internet Connection?

Feb 12, 2009

I have one server at home, connected through a router that gives me a static IP:192.168.1.2 - My PC192.168.1.3 - CentOS serverI enabled the port 80 into router forwarding system and I can connect properly to CentOS server, using the IP my internet provider gives me. My router automatically forwards a changed IP to my dyndns.com account so I can also access the server through a domain name (I pay to have it linked to one of my domains).My next step is to configure the mail server (dovecot) , so I can send emails from my local server(192.168.1.3).I was wondering if anyone has any tutorial links or tips to have the mail server configured through a home internet provider + home router.

View 5 Replies View Related

General :: Configure Mutt Mail Client For Mail Server Other That Gmail?

Jan 9, 2011

I am trying to configure mutt to send email via command line . It works fine when I configure it for gmail as follows:Quote:

# SENDING MAIL
set copy=yes
set smtp_url = "smtp://mymail@smtp.gmail.com:587/"

[code]...

View 14 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 :: Configure Mail With Postfix & Cyrus-imap - Cannot Send Mail Through Command Line

Nov 19, 2010

I'm running SUSE linux Server version 11. I want to configure mail server with postfix & cyrus-imap. For that, i have read many documents in Internet by i met issues. I'm running DNS in this server & it's ok Now I cannont send mail through command line.

[Code]....

View 9 Replies View Related

Server :: How To Configure Nagios To Use Remote Mail Server

May 31, 2010

I have installed Nagios 3 on CentOS 5.2. Everything is running. It is monitoring 10 machines and 60 services for now. Now I want email notifications for the critical alerts from Nagios. I am already having one mail server (Qmail) running on different machine and I want to use its reference to send alerts to my network.

View 6 Replies View Related

Red Hat / Fedora :: Configure DNS Server And Mail Server

Sep 7, 2009

Can you help me to give the solution to how to configure DNS server and Mail server on RHEL 5.0

View 2 Replies View Related

Server :: Configure Mail Server For Outgoing Only ?

Jan 14, 2010

We run a service in which a customer types in a form and gets a confirmation email after submitting the form. We are on a server with no control panel. We are running CentOS 5.

When we did our testing sendmail sent mails just fine and I was able to receive them. After we went live we found that 75% of our emails are being rejected by other mail servers. Doing research is seems that the headers indicate the emails are coming from 127.0.0.1.

We need to correct this problem, as well as do everything we can to reduce the risk of our mails being marked as spam. We do not receive mail on this server, but rather send mail. We have another email server on another server for receiving mail for our domain, which is already configured with cPanel (which doesn't have a problem).

We can not use cPanel on this server because of certain security restrictions.

I know that sendmail is cryptic to configure. We are willing to switch to Exim if necessary.

As far as installing Exim, I understand it's as easy as:

yum install exim
yum remove sendmail
system-switch-mail (if installed)

But as far as setting up Exim for our needs.

View 6 Replies View Related

Server :: Configure Mail Server Like Mdaemon Do

Jul 16, 2010

I want to configure mail server in centos. Criteriaomain:xyz.com. xyz.com's user mail are in isp mail server
cacheall user mail box=abc password of abc user= 123. How to configure mil server in linux as mdaemon server do in windows.

View 1 Replies View Related

Server :: Configure A Mail Server ?

Feb 22, 2010

My firm hosted a domian mail server outsid i am a new in linux & i just want to configure a linux mail server for my office with postfix+fetchmail+cyrus+squirremail so pls help me for that to configure a mail server

View 3 Replies View Related

Server :: How To Configure Mail Server

Jun 4, 2010

how to configure mail server in linux

View 4 Replies View Related

General :: Configure A Mail And Dns Server?

Jul 5, 2010

I am willing to configure a mail and dns server now i am very blind and don't know from where to start please anyone can guide me..

View 5 Replies View Related

Server :: How To Configure Send Mail Using Red Hat 7.3

Mar 19, 2010

I have to configure sendmail to send messages and receiving any mails on a Red hat 7.3 linux server. Can anyone have an idea how to configure sendmail?

View 2 Replies View Related

Server :: Configure Postfix Mail On Rhel5?

Jan 8, 2010

I want install postfix on rhel5 please send me the configuration of

View 2 Replies View Related

Server :: Setup And Configure Mail Srver

May 7, 2010

I already have a web server with apache 2, ftp, phpmyadmin, ispconfig2, running on internet. I use dyndns service to have the server on internet. Now I am trying to setup and configure a mail server base on Postfix With SMTP-AUTH And TLS.The host name is dec1.decom.com the domain name decom.com. The internet URL is URL... .So when I am setting up Postfix I need the System mail name: and Other destinations to accept mail for : here is my question which name do I must use on this configuration. Hostname (dec1.deccom.com) or URL.

View 1 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

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

General :: Configure Bugzilla To Use External Mail Server

Feb 13, 2010

Planning to put a bugzilla server for bug reporting at our office. I have loaded and configured bugzilla on one of our machines running CentOS5.4. And there is another machine on CentOS5.4 that is running Zimbra community edition. Both are distinct machines. Zimbra is running fine and so is Bugzilla. I want bugzilla to use this Zimbra server to send mails so that I can use this internal mail server for my purpose.
This is the first time I am putting up bugzilla and have never worked on it but documentation helped. But I could not find any reference on how to do this?

View 1 Replies View Related

Server :: Configure Fetchmail And Postfix To Get Mail In Outlook?

Jan 6, 2011

Actual I need to configure fetchmail and postfix in linux pc to get mail in outlook.

View 1 Replies View Related

Software :: Install - Configure And Run Mail Server On Debian

Aug 7, 2010

I want to install configure and run my own mail server in my debain box, but I don't know which programs to install(This is my first mail server installation). I found on internet some how-tos for install postfix-dovecot-squirrel mail, but I am not sure that I want dovecot(I prefer courier email server if it is the same).

As I understand I need
smtp mail server -> postfix Mail Transfer Agent
imap and pop3 -> dovecot / courier email server?
webapplication -> squirrel mail

For squirrel mail I am sure that i will install it(I used it on other server and I like it), but don't know for other parts. I read that postfix is good choice, but what other options I have for dovecot?

View 2 Replies View Related

OpenSUSE Network :: Configure Lamp Server For Sending Mail

May 16, 2010

I have a LAMP server and need a web page to send email messages. I could do it with my Win 2k server through my cable service but can't seem to get it to work here.

View 9 Replies View Related

OpenSUSE Network :: How To Configure A Simple Mail Server With YAST

Aug 6, 2010

Probably because I don't know what to put in some of the fields.So; all I want to do is to run my own e-mail server for my business. The network is set up, the web server is running, but I'm having no end of trouble with YAST and the e-mail server.I have a single server running open suse 11.3 32 bit. It is attached to a modem/router. I have a static IP address for my registered domain. The server has a static IP address (192.168.1.8 in this case). My server is NOT running either a DHCP server nor a DNS server - there is no need, since there is nothing else on this box. It has only one network connection - eth0.

I'm trying to set up an e-mail server. I have been unable to get an 'advanced' implementation to work because all attempts to create a suitable server certificate fail. So for now I'll stick with a 'standard' set up.I don't know what I should put in such fields as 'outgoing mail server' (I've assumed I should use the FQDN of my server);I've no idea what 'masquerading' is for or what I should do with it;I don't know what I'm supposed to put in the 'outgoing mail server' in the 'authentication' section;I don't know what to put in the 'downloading' section;and I don't know what 'accept remote SMTP connections' does.I can get the server to start, but any attempt to retrieve e-mail from it ends in an authorisation failure - the syslog shows a sign-on attempt from my 'real' IP address and some form of numeric userid which cannot be found.So, if anyone can tell me what to put in YAST to make it work, I'd be a very happy chap.

Yes, I can telnet to 'my.server.my.domain' 25, so something must be right. But my Linux knowledge is not enough to get it working properly.

View 9 Replies View Related

Server :: Steps To Configure Postfix To Send Bulk Mail?

Apr 13, 2010

I want to configure Postfix mail server to send bulk mails to others domains only but they could not send to me. steps to configure Postfix to send bulk mails and what packages required for it.

View 2 Replies View Related

Ubuntu :: GUI For Parts Of Server 9.10 And Zimbra?

Mar 11, 2010

I am completely new to Ubuntu so please make your answers really simple ! I want to set up a mail server for a home network and have been suggested I use the Ubuntu solutions. I am fairly proficient with Windows programs and even construct databases but I am a complete novice when it comes to command line instructions. Yes, I know I have been spoon fed!

I have been told that it is possible to install Server programs from the Desktop version and that they provide a GUI in most cases. Is that so? I have the desktop version running and up to date but I am unsure what to do next. Starting the Server ISO CD from Desktop seemed logical but when I did I was not sure if it was correct and backed out. I have also read a thread on this forum that suggests the use of Zimbra as a Mail Server, it sounded like my kind of solution so I think I would like to try that.

One last factor. I have an existing P2P network (2 Vista, 1 Mac Book and this Ub' desktop/server) running already which uses the Router for DNS. I suspect I am going to have to do things in a certain order if I am not going to go backwards and ruin the families email and surfing!

View 1 Replies View Related

Server :: How To Setup Zimbra With Procmail

Mar 3, 2011

Have any one been able to setup zimbra with procmail? Procmail as the filter for zimbra I mean.

View 1 Replies View Related







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