RE: Want to Install Postfix but Afraid of Breaking MySQL

2012-04-02 Thread Robinson, Eric
> you could always just not install postfix, since installing > an entire mail server isn't at all necessary to simply send > email. i would recommend null client specific software, such > as msmtp, instead. among other things, it would likely > introduce far fewer packaging considerations. >

RE: Want to Install Postfix but Afraid of Breaking MySQL

2012-04-01 Thread Robinson, Eric
> if you are using MySQL 5.0.77 on RHEL/CentOS6 you are NOT > using the distribution mysql packages - so you should better > consider the CentOS mailing list how to deal with unusual > configuration of your system > > We have about 420 instances of MySQL on a bunch of servers, most of them RH

RE: Want to Install Postfix but Afraid of Breaking MySQL

2012-04-01 Thread Robinson, Eric
> you could always just not install postfix, since installing > an entire mail server isn't at all necessary to simply send > email. i would recommend null client specific software, such > as msmtp, instead. among other things, it would likely > introduce far fewer packaging considerations. >

Want to Install Postfix but Afraid of Breaking MySQL

2012-04-01 Thread Robinson, Eric
We only want to install postfix as a null client for sending alerts from our servers. When I try to install postfix, it wants to install mysql-libs-5.1.61-1.el6_2.1 as well. I'm afraid this will break our mysql servers, which are all running MySQL 5.0.77. Will installing postfix break things? I

RE: Why Does Linux 'mail' Command Send with u...@host.domain.cominstead of u...@domain.com?

2009-03-28 Thread Robinson, Eric
mouss> PS. you'll need to become familiar with log checking. I just didn't know whether postfix has any of its own special logfiles outside of the standard two I would normally think to check (messages and maillog). Thanks for your help, though. -- Eric Robinson Disclaimer - March 28, 2009 Th

RE: Why Does Linux 'mail' Command sendwithu...@host.domain.cominstead of u...@domain.com?

2009-03-28 Thread Robinson, Eric
Sahil> Because your declaration of masquerade_domains is flawed. You're right, I misunderstood the man page. I changed it as you suggested and now it's working. Thanks! Now here's a related question. When I receive the alerts on my cell phone, the 'From' field just says 'root'. Is there a way t

RE: Why Does Linux 'mail' Command Send withu...@host.domain.cominstead of u...@domain.com?

2009-03-28 Thread Robinson, Eric
Sahil, The remote mail server is reporting this error: 450 4.1.8 : Sender address rejected: Domain not found So I added the following line to main.cf and restarted postfix: masquerade_domains = lb01.domain.com domain.com But it did not help. -- Eric Robinson Disclaimer - March 28, 2009 Thi

RE: Why Does Linux 'mail' Command Send with u...@host.domain.cominstead of u...@domain.com?

2009-03-28 Thread Robinson, Eric
I mean besides /var/log/messages and /var/log/maillog Disclaimer - March 28, 2009 This email and any files transmitted with it are confidential and intended solely for mouss+nob...@netoyen.net,postfix-us...@postfix.org. If you are not the named addressee you should not disseminate, distribute

RE: Why Does Linux 'mail' Command Send with u...@host.domain.cominstead of u...@domain.com?

2009-03-28 Thread Robinson, Eric
mouss> Don't speculate. post the relevant logs and give us mouss> a chance to help you. I was afraid that if I admitted not knowing which logs were relevant, people might give up entirely. :-) The only one I know about is /var/log/messages. Are there others? --Eric Disclaimer - March 28, 200

RE: Why Does Linux 'mail' Command Send withu...@host.domain.cominstead of u...@domain.com?

2009-03-28 Thread Robinson, Eric
Sahil> Did you read the rest of my message where I asked Sahil> you to investigate masquerade_domains? Forgot about that part. I will check into it, but it seems to me that it isn't necessary in this case because the mail is being sent correctly when I telnet directly to postfix. It's the 'ma

RE: Why Does Linux 'mail' Command Send with u...@host.domain.cominstead of u...@domain.com?

2009-03-28 Thread Robinson, Eric
Sahil> Is host.domain.com the FQDN of your Postfix server? Sahil> Why is it an invalid internet address? It's not invalid, it's just unknown to the receiving mail server because there is no reverse DNS for it, which is by design. It's an internal machine and there should be no reverse DNS for it

Why Does Linux 'mail' Command Send with u...@host.domain.com Instead of u...@domain.com?

2009-03-28 Thread Robinson, Eric
On my postfix server, when I send to outside users using the 'mail' command, the remote mail server rejects the messages with an 'unknown domain' error because they are coming from r...@host.domain.com. However, if I telnet to postfix locally and submit the message using 'mail from:root' (no doma