Debian Squeeze, ISPConfig Version: 3.0.5.4p8, multi-server setup. Hi, Ive installed roundcube and everything seems ok but when i try to send an email, i get the following error; Code: Code: SMTP Error (554): Failed to add recipient "[email protected]" (5.7.1 : Relay access denied) Also I cannot recieve email. I followed the following guide : http://www.howtoforge.com/how-to-install-roundcube-0.7-for-ispconfig-3-on-debian-squeeze I have the following settings in main.inc.php for imap and smtp authentication: Code: $rcmail_config['default_host'] = 'mail.mydomain.com'; $rcmail_config['smtp_server'] = 'mail.mydomain.com'; $rcmail_config['smtp_user'] = '%u'; $rcmail_config['smtp_pass'] = '%p'; I have also tried : Code: $rcmail_config['default_host'] = 'localhost'; $rcmail_config['smtp_server'] = 'localhost'; $rcmail_config['smtp_user'] = ''; $rcmail_config['smtp_pass'] = ''; I would really appreciate some help with this, thanks.
Hi Florian, I have tried : Code: $rcmail_config['default_host'] = 'localhost'; $rcmail_config['smtp_server'] = 'localhost'; $rcmail_config['smtp_user'] = '%u'; $rcmail_config['smtp_pass'] = '%p'; but still get : Code: Code: SMTP Error (554): Failed to add recipient "[email protected]" (5.7.1 : Relay access denied)
You have to use a local user account of your server (a mailbox that you created in ISPConfig), you can't login at yahoo.
Hey Till, thanks for your time, I can send /receive internal email to [email protected], but cannot send / receive email to [email protected].
Ok. Please post the output of these two commands: grep localhost /etc/hosts grep mynetworks /etc/postfix/main.cf
Thanks till, output of grep localhost /etc/hosts : Code: 127.0.0.1 localhost ::1 ip6-localhost ip6-loopback output of grep mynetworks /etc/postfix/main.cf : Code: mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
Hi, I have managed to resolve the issue with sending public emails, but now cannot get incoming public mails, I get the following message : Code: No MX or A records for mydomain.com I was wondering how to go about about correcting this issue. Thanks for your time!
Hi, IntoDNS report is : Mismatched NS records WARNING: One or more of your nameservers did not return any of your NS records. DNS servers responded ERROR: One or more of your nameservers did not respond: The ones that did not respond are: xx.xxx.xxx.xxx xx.xxx.xxx.xxx Multiple Nameservers ERROR: Looks like you have less than 2 nameservers. According to RFC2182 section 5 you must have at least 3 nameservers, and no more than 7. Having 2 nameservers is also ok by me. Missing nameservers reported by your nameservers You should already know that your NS records at your nameservers are missing, so here it is again: SOA record No valid SOA record came back! MX Records Oh well, I did not detect any MX records so you probably don't have any and if you know you should have then they may be missing at your nameservers! ns0.mydomain.com. ns1.mydomain.com. Any help would be greatly appreciated.