I just want to know how other people set up their MX-entries for mail accounts used with google apps.
I work at a local web-hosting firm and we get a lot of tickets from clients who want to set up these settings.
I just set them up something like:
example.com. 14400 IN MX 10 ALT1.ASPMX.L.GOOGLE.COM.
example.com. 14400 IN MX 10 ASPMX4.GOOGLEMAIL.COM.
example.com.
I'm currently using 2 providers to send e-Mails and one host which directly sends e-Mails.
Personal mails are sent via Google and application generated via a bulk e-mail provider.
Both are sent from the same domain (example.com).
Google specifies to use this record ("Create SPF records"):
v=spf1 include:_spf.google.com ~all
The other provider specifies:
v=spf1 include:spf.provider.com ?all
I cr
I have a Google Apps account set up for one of my domains. Wildcard email delivery is enabled on this domain for all emails (ie.
I have server with RHEL 6 and postfix (postfix-2.6.6-2.2.el6), When I try to send email to Google I'm getting this in /var/logmaillog:
postfix/smtp[13414]: 6F4DC10406E7: to=<XXX@englishonlineuniversity.com>, relay=none, delay=0.16, delays=0.02/0/0.14/0, dsn=4.4.1, status=deferred (connect to aspmx.l.google.com[2a00:1450:4013:c01::1b]:25: Network is unreachable)
This error occurs only on t
I have a mail server "example.com" which forwards all emails with recipient "me@example.com" to "me@gmail.com". My mail server runs Postfix and it uses the virtual_alias_maps mechanism to perform the forwarding.
This command will show the output of MX record:
dig @ns1.myname.com myname.com +short MX
and this will output A record:
dig @ns1.myname.com myname.com +short A
My question is how to output both A and MX with +short in one output display? Thank you.
UPDATE:
Cakemox this is the output I receive:
root@server1:~# dig +noall +answer @ns1.myname.com myname.com MX
myname.com.
I have DNS, with a SPF TXT record, configured for a domain name. The primary user of the domain name now needs to be able to send both from our SMTP servers, and also from her GMail account.
I have just wrote a post about how to install nslookup, but what is nslooup?
well, according to wikipedia it is
When I try to telnet to port 25 using this command:
telnet aspmx.l.google.com 25
I get this message
Trying 173.194.69.26...
And nothing more happens. I disabled csf but the problem still exsists. I also asked my VPS co.