Postfix and google apps email limit
- by moolagain
I installed postfix on my ubuntu vps. The server is hosting mysite.com.
I set the MX records for mysite.com to use google apps for email:
ASPMX.L.GOOGLE.COM ...
I am using php's mail() function, and emails are working. Google apps has a 500 email / day limit. Am I using this limit? I'm not sure what postfix is doing exactly.
Thanks