MX Record Setup.

Discussion in 'General' started by Joe_F, Jan 26, 2019.

  1. Joe_F

    Joe_F New Member

    What DNS records should I use to receive email? I can only receive mail from another email address hosted on the server.
    Port 25 is accessable.
     

    Attached Files:

    Last edited: Jan 26, 2019
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The dns record seems to be ok. But you can test them at e.g. intodns.com
     
  3. Joe_F

    Joe_F New Member

    I can now receive an email from an email hosted locally but cannot receive an email from an externally hosted address what could be causing this? Port 25 is open and accessible.
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Pretty much impossible to say with the provided information.
    Try using https://www.mail-tester.com/ yourself to get some data to work with.
     
  5. Joe_F

    Joe_F New Member

    I am also unable to login to the smtp outside of my local network.
    I was unable to use the tester you suggested but the ultratools returned.

    MX Record Target: 1 mail.bband.net.
    IP address: 212.105.162.10 (united kingdom)
    Status: Connect failed
    Test duration(ms): Timed out...
     
  6. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    If your mail host can not be reached from the public Internet, then it can not receive e-mails.
    Can you access that host in any way from outside your local network?
     
  7. Joe_F

    Joe_F New Member

    Yes, everything else is accessible externally.
    Port 25 is not blocked by my isp and is showing as open.
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

  9. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    That is what you must find out.
    When mail is sent from the outside addressed to your mail server, is there anything happening in mail log?
    The sender should receive a message if the mail is not delivered, and there should be some indication of why the delivery failed.
     
  10. Joe_F

    Joe_F New Member

    This is what it generated.
     

    Attached Files:

  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you really run this script as root user? If not, please run it again and post the full output e.g. by copying the result to a text file and attaching this text file to your next forum post.
     
  12. Joe_F

    Joe_F New Member

    It was run as root.
     
  13. Joe_F

    Joe_F New Member

    I managed to mend the postfix problems now I am stuck on how to set up the Roundcube as the file in the autoinstall
    /var/lib/roundcube/plugins/ispconfig3_account/config/config.inc.php is not found.
     
  14. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  15. Joe_F

    Joe_F New Member

    I managed to get roundcube to work now it is ftp I installed pure-ftpd and ran this command
    apt-get install pure-ftpd-common pure-ftpd-mysql quota quotatool
    There are no errors showing in the logs but ispconfig users are not able to login as there is error 530 authentication failed.
     
  16. till

    till Super Moderator Staff Member ISPConfig Developer

    FTP must be installed before you install ispconfig, otherwise it is not configured and will not work. Run an ispconfig update with reconfigure services = yes to fix your config.
     
  17. Joe_F

    Joe_F New Member

    Ok that is fixed. I am also getting an error in PHP myadmin only the root user works and it generates this error
    Warning in ./libraries/plugin_interface.lib.php#551
    [​IMG] count(): Parameter must be an array or an object that implements Countable

    Backtrace

    ./libraries/display_import.lib.php#371: PMA_pluginGetOptions(
    string 'Import',
    array,
    )
    ./libraries/display_import.lib.php#456: PMA_getHtmlForImportOptionsFormat(array)
    ./libraries/display_import.lib.php#691: PMA_getHtmlForImport(
    string '5c59f33c34b17',
    string 'server',
    string '',
    string '',
    integer 8388608000000,
    array,
    NULL,
    NULL,
    string '',
    )
    ./server_import.php#34: PMA_getImportDisplay(
    string 'server',
    string '',
    string '',
    integer 8388608000000,
    )
    ./index.php#53: include(./server_import.php)
     
  18. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page