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
ADVERTISEMENT
Apr 5, 2011
The thing is we have 2 servers one is bugzilla + proxy other is mailserver (internal)
The thing is when my dev team files any bug the bugzilla can't send mail to a user user@test.local.com
P.S:i am actually having problems since the sudden power cut and server restarts
the local mail server is having zimbra package installed
View 2 Replies
View Related
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
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
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
Jan 13, 2011
I am able to traceroute but unable to ping a external mail server ? What could be the reason ?
View 3 Replies
View Related
Jul 1, 2009
I have a Fedora 10 machine that I want to setup to send email. However I don't want it to be a full blown SMTP setup.What I am looking to achieve is when something sends email from the local machine (e.g. from cron) to an address I want it to use an MTA on the local machine which will then connect to, and authenticate with, my e-mail providers SMTP server this will then take care of actually sending the e-mail.I don't want, or need, to setup a full blown SMTP service (i.e. only the local machine should be able to use it) so sendmail seems a bit over the top for my needs. Nor do I want to mess about with MX records (am I right in thinking this will mean I have to manage all mail for my domain?).
View 2 Replies
View Related
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
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
Feb 28, 2011
We have following setup,
1. Webserver (Centos 5.5)
2. Mail server (Centos 5.5)
We have configured autossh successfully to create/manage the ssh tunnel into mail server in order to dump all emails to localhost port.
To auto start autossh in boot time we have included following into /etc/rc.d/rc.local,
Quote:
So whenever our web application wants to send out emails it dump all emails to localhost:33465 port, easy piecy, all are working great
Now we have a requirement that logwatch reports should get delivered via the same ssh tunnel rather than installing postfix and configuring as a relay.
In logwatch is there a way to achieve that?
View 4 Replies
View Related
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
Jun 7, 2010
After searching the forum I could not find a clear answer to my question so I am giving it a try...
I have installed a LAMP server with Postfix as mail server. The scripts send email as user www-data using the mail server on the same machine.
However, the email got rejected by external mail servers (failed reverse DNS check) so I setup a mail server that meets all needed requirements.
Now I would like to use this second server instead of the mail server on the LAMP server. I found that this could be done with changing sendmail settings in php.ini (I think).
However I am not sure how that will go: www-data is no actual user on the new email server (which requires authentication before sending). Do I need to create a new user on the email server or change the settings in php.ini to match an existing user?
View 1 Replies
View Related
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
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
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
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
Jan 8, 2010
I want install postfix on rhel5 please send me the configuration of
View 2 Replies
View Related
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
May 23, 2009
i have configured postfix to deliver mail from an internal mail server to external domains... however i keep getting this errors
Code:
un 10 23:23:59 smtpserver postfix/local[28831]: 7800CF0058: to=<root@smtpserver.domain>, orig_to=<postmaster>, relay=local, delay=0, status=sent (delivered to mailbox)
Jun 10 23:23:59 smtpserver postfix/qmgr[5989]: 7800CF0058: removed
Jun 10 23:25:19 smtpserver postfix/smtpd[28824]: connect from unknown[192.168.5.22]
[code]....
View 2 Replies
View Related
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
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
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
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
View Related
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
Jan 6, 2011
Actual I need to configure fetchmail and postfix in linux pc to get mail in outlook.
View 1 Replies
View Related
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
Nov 4, 2009
My ISP blocks outgoing email if it does not login properly with a valid account. I successfully configured sendmail to use SMART_HOST and confAUTH_OPTIONS with confAUTH_MECHANISM set to LOGIN PLAIN.
It successfully sends email because I tested it with evolution sending through 127.0.0.1, but I need to specify myacount@mydomain.com as the email address for root.
But it doesn't work for logwatch because it sends as from root@localhost.localdomain, and my ISP's smtp server rejects it. The message I get back in root@localhost account is the following:
----- Transcript of session follows -----
... while talking to smtp.mydomain.com.:
>>> MAIL From:<root@localhost.localdomain> SIZE=581 AUTH=<>
<<< 550 5.7.1 Client does not have permissions to send as this sender
554 5.0.0 Service unavailable
I thought that I should masquerade all emails from this domain, so I configured sendmail as specified in [1] section "24.3.1.4. Masquerading", but it doesn't work. It seems that masquerading in sendmail is broken or something is wrong in the documentation.
[1] [URL]
I have sendmail 8.13.8-2 and centos-release-5-4.el5.centos.1.
Is there a way to specify the "From:myacount@mydomain.com" in logwatch ? or Is there a way to make it work the masquerading in sendmail so I can masquerade everything as coming from a specific account?
View 4 Replies
View Related
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
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
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