girish br: > Hi, > > I am getting this error. > > Sep 11 18:45:47 (none) mail.info postfix/smtp[2326]: 1BE1EF67: to=< > n...@gmail.com>, relay=none, delay=10709, delays=10709/0.3/0.01/0, > dsn=4.4.3, status=deferred (Host or domain name not found. Name service > error for name=gmail.com type=MX: Host
Presumably, that was: "Host not found, try again". You deleted the most important information. This is common on mis-configured LINUX systems, where smtpd runs chrooted, but the necessary files don't exist. Turn off chroot in master.cf, or install the necessary files. Wietse