Debian Stretch Choked

Discussion in 'Installation/Configuration' started by AlifOpenSrc, May 4, 2018.

  1. AlifOpenSrc

    AlifOpenSrc New Member

    Hey All,
    I've been running in circles because of a particular step which i have successfully reproduced every time and when undone, things resumed working. The step in question is
    A little bit of background, I'm running a freshly spun Deb Stretch on DO droplet. After adding the limit increase file, MariaDB refuses to start. Upon deleting the file, MYSQL can be started. I copied and pasted the texts and configs and left almost nothing to manual typing and yet this happens.
    Any ideas why? Perhaps Maria updated something which prevents the limit file from being added?

    -AOS.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which errors do you get in syslog or mysql log file when you try to start mysql?
     
  3. ztk.me

    ztk.me Well-Known Member HowtoForge Supporter

    log please, can't reproduce ;)
     
  4. AlifOpenSrc

    AlifOpenSrc New Member

    Hi All,
    Sorry for the long pause. I was trying and going out of my mind. Everything i compiled, downloaded, installed all had problems. As it is now, i've even refreshed my OS and all the tools i use i.e. winscp, putty etc. Now it seems ISP config can be installed. But i'm facing a totally different issue now. The mailserver does not seem to be functioning properly. Should i open a new thread and close this one?

    -AOS.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    which mail server error do you get?
     
  6. AlifOpenSrc

    AlifOpenSrc New Member

    This is from mxtoolbox
    I'm using rainloop webmail, i've also done the proper setup in the /?admin section of rainloop. Thank you for your responses Till and ztk!
    -AOS.
     
  7. ztk.me

    ztk.me Well-Known Member HowtoForge Supporter

    make sure your mailname matches IP RDNS entry, MX entry points to correct IP, IP can be looked up and is reachable.
    Check if your port 25 is blocked for in/out bound ( probably the case? )
    You mentioned you reinstalled? Have you removed the comments for submission ports in postfix master config? Is port 587 blocked?
     
    Last edited: May 11, 2018
  8. AlifOpenSrc

    AlifOpenSrc New Member

    Hi All,
    Ztk,
    1. I have no idea where to check for the rdns whether it matches. I use cloudflare. But MXtoolbox showed it resolves to the correct ip.
    2. According to yougetsignal.com, my port 25 and 587 is open.
    3. I have uncommented both lines in the postfix master config.
    Any ideas where i went wrong?
    -AOS.
     
  9. ztk.me

    ztk.me Well-Known Member HowtoForge Supporter

    yougetsignal checks incoming ports but not outgoing port.
    Can you netcat/telnet the xxx. IP on smtp port?

    Connection abort after 15 seconds looks like a timeout value and no communication issue to me.

    --
    reverse DNS is the hostname you see when looking up an IP - using $traceroute ip or $host ip for example
     
  10. AlifOpenSrc

    AlifOpenSrc New Member

    Hi All,
    Ztk, I putty-ed the ip on port 25 and nothing comes up and neither does it timeout either. what do you think indicates?
    -AOS.
     
  11. ztk.me

    ztk.me Well-Known Member HowtoForge Supporter

    nothing comes up... but it should - if you used the telnet feature. I don't remember well how long it takes or if it does give a message at all, long time ago I used putty.

    How does your master.cf file look like - and is there anything interesting in the mail.info while restarting postfix?
     

Share This Page