| Linode Forum https://forum.linode.com/ |
|
| Postfix Config https://forum.linode.com/viewtopic.php?f=11&t=7389 |
Page 1 of 1 |
| Author: | k7faq [ Sun Jul 10, 2011 2:14 am ] |
| Post subject: | Postfix Config |
Hello everyone, need some help here please. I am at the point that I am able to send test messages with the following: Code: telnet localhost 25 when attempting: Code: root@li369-146:~# telnet fms.csr-az.com 25 which setting(s) should I be looking at for this? The main.cf file contains: Code: smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) Thanks for your thoughts! |
|
| Author: | derfy [ Sun Jul 10, 2011 2:43 am ] |
| Post subject: | |
You are attempting to send mail to gmail.com and your mail server is rightfully denying you as you are just another user to it. You need to look into SASL. Have a look at http://library.linode.com/email/postfix ... 0.04-lucid to get you started |
|
| Author: | skavoovie [ Mon Sep 12, 2011 12:31 am ] |
| Post subject: | |
No, from his command-line he is obviously ON the machine. It should allow relaying from its own source IPs and should not require authentication via SASL. First, clean up your mydestination line: Code: mydestination = fms.csr-az.com, localhost.csr-az.com, , localhost get rid of the extra comma-space before localhost. Second, I see you are forging the from address in the envelope -- do you have a smtpd_sender_restrictions parameter configured? If so, please provide that line from your main.cf as well, although I would expect a different error if that was the cause. Do you really want to be allowing relaying from 16 IPs? Quote: mynetworks = 127.0.0.0/8 96.126.120.146/28
If not, change the /28 to a /32 for just your .146 IP. What is your mydomain parameter defined as? As a test, try commenting out your mynetworks parameter and replace it with a mynetworks_style, restart, and test. That should tell you if it's related to your network declaration: #mynetworks = blah mynetworks_style = host Is this all of your main.cf? Please provide output of 'postconf -n'. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|