RE: 1.0.2 1.0.3 postfix fix not work
06-12-2021, 07:15 AM
(This post was last modified: 06-12-2021, 07:19 AM by ccr1969.)
To fix this, I changed the postfix "master.cf": /etc/postfix/master.cf
Code:
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - y - - smtpd
I just changed the "y" to a "n", reboot the server (postfix reload didn't seem to work). I was then able to telnet to my server on port 25!
also port 25 maybe blocked by your provider maybe try 465
Code:
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - y - - smtpd
I just changed the "y" to a "n", reboot the server (postfix reload didn't seem to work). I was then able to telnet to my server on port 25!
also port 25 maybe blocked by your provider maybe try 465