| Linode Forum https://forum.linode.com/ |
|
| Is google apps sending the email, or my server? https://forum.linode.com/viewtopic.php?f=11&t=5628 |
Page 1 of 1 |
| Author: | minustwo [ Wed May 26, 2010 5:46 pm ] |
| Post subject: | Is google apps sending the email, or my server? |
I installed postfix on my vps, but only postfix... no fancy stuff like Courier as the guide says: http://library.linode.com/email/postfix ... .10-karmic I have my domain name's mx records setup for google apps: ASPMX.L.GOOGLE.COM ALT1.ASPMX.L.GOOGLE.COM etc.... The only info I gave postfix was my domain name. I set the mail_path in php.ini sendmail_path = "/usr/sbin/sendmail -t -i" I tested the php mail() function and it works. Here is my question: My mail.log file shows: Code: May 25 22:52:44 [i]servername[/i] postfix/smtp[3223]: 07302A1C6: to=<test34322@yahoo.com>, relay=ASPMX.L.GOOGLE.COM[74.125.157.27]:25, delay=4.4, delays=0.02/0.01/3.7/0.67, dsn=2.0.0, status=sent (250 2.0.0 OK 1274842364 v21si662812ybk.37) Is this going out from google's smtp server? My concern is that I do not want to hit there 500 email / day limit. I am guessing postfix talks to my domain name, then my domain name's mx is set to google, so google's smtp is used, and I am limited by google's email limit. Thanks for any insight! |
|
| Author: | arjones85 [ Fri May 28, 2010 1:19 pm ] |
| Post subject: | |
It's not possible for your server to be using Google's SMTP servers to send mail unless you have some custom SMTP authentication setup in Postfix. With that said, I have no clue why it's contacting Google's SMTP servers to send a message to a Yahoo address. Can you post your main.cf and master.cf file? |
|
| Author: | minustwo [ Fri May 28, 2010 5:55 pm ] |
| Post subject: | |
Thanks for the reply. I have never manually set anything to use google's smtp. The place I added options to talk with google would be through my domain's mx settings. I guess I do not understand what the MX records do, so I don't know if using them limits me to google's 500 email / day limit. Quote: With that said, I have no clue why it's contacting Google's SMTP servers to send a message to a Yahoo address. Can you post your main.cf and master.cf file?
Maybe my server is using postfix as smtp, and the mail log was showing my google MX record? Code: postfix/smtp[3223] Code: relay=ASPMX.L.GOOGLE.COM[74.125.157.27]:25 My main.cf and master.cf should be really close to default: main.cf: Code: # See /usr/share/postfix/main.cf.dist for a commented, more complete version master.cf: Code: #old-cyrus unix - n n - - pipe |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|