| Linode Forum https://forum.linode.com/ |
|
| [SOLVED] dovecot/postfix relay access denied https://forum.linode.com/viewtopic.php?f=11&t=11805 |
Page 1 of 1 |
| Author: | lukezord [ Thu May 07, 2015 2:50 pm ] |
| Post subject: | [SOLVED] dovecot/postfix relay access denied |
hello guys im kinda stuck and would be nice if u can give me a hand with that, ive used this guide to set up the mail server: https://www.linode.com/docs/email/postfix/email-with-postfix-dovecot-and-mysql but something is wrong, also ive replaced Code: smtpd_recipient_restrictions = with Code: smtpd_relay_restrictions = but nothing changed. i cant receive/send emails at all. ubuntu 14.04, postfix 2.11.0, dovecot 2.2.9 mail.log Code: May 7 20:38:23 raczarnia postfix/smtpd[4175]: connect from hosting0.xxx.xx[123.22.333.44] main.cf Code: # See /usr/share/postfix/main.cf.dist for a commented, more complete version |
|
| Author: | Vance [ Fri May 08, 2015 2:53 am ] |
| Post subject: | Re: dovecot/postfix relay access denied |
Have you followed the steps in the troubleshooting guide? What does your mail log say when you restart Postfix and Dovecot? Your main.cf looks very broken - any line that starts with whitespace (a space or tab) is treated as a continuation of the previous line. Why did you change smtpd_recipient_restrictions to smtpd_relay_restrictions? What is the fully qualified domain name of the server (for example, foo.example.com)? |
|
| Author: | lukezord [ Fri May 08, 2015 3:44 am ] |
| Post subject: | Re: dovecot/postfix relay access denied |
1. yes 2. Code: root@raczarnia:/home/rak# service postfix restart 3. it was google found for the 551 relay access denied 4. domain is example.com, smtp/imap/pop3 is under mail.example.com and mail subdomain is mail.example.com i will check the main.cf in a few hours maybe theres the problem with whitespaces or tabs and ill let you know, also i do a check with smtpd_recipient_restrictions cause it was first thing ive changed and there was other stuff to fix after but i forgot about that ---edit--- so now it works but theres still issue with smtp, imap works i can receive mails but i cant send the mails though, you were right there was mess in my main.cf and also there was missing line in dovecot.conf - postmaster_address weird cause telnet to my smtp works Code: root@raczarnia:~# telnet localhost 465 current main.cf Code: # See /usr/share/postfix/main.cf.dist for a commented, more complete version ---edit--- everything works flawless now, seems like thunderbird had some issues with secure smtp - solved it by using roundcube instead |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|