Postfix SMTP Port 25 Problem/Question

Discussion in 'Installation/Configuration' started by ccix, Jan 21, 2006.

  1. falko

    falko Super Moderator ISPConfig Developer

    Postfix is still listening on port 25.
     
  2. mlz

    mlz Member

    It should be listening on both 25 and 26. And the netstat shows that too:

    Code:
    tcp        0      0 *:26                        *:*                         LISTEN      15868/master        
    
    But if you telnet there (www.foxysplace.com port 26) there is nothing there.
     
  3. falko

    falko Super Moderator ISPConfig Developer

    Sorry, I've overlooked that line...
    Is there anything in your mail log when you try to connect on port 26?
     
  4. mlz

    mlz Member

    Getting this shortly after I try to connect:

    Code:
    Jul 18 19:45:41 PTY12097D master[3839]: fatal: master_spawn: exec /usr/libexec/postfix/smptd: No such file or directory
    Jul 18 19:45:42 PTY12097D postfix/master[15868]: warning: process /usr/libexec/postfix/smptd pid 3839 exit status 1
    Jul 18 19:45:42 PTY12097D postfix/master[15868]: warning: /usr/libexec/postfix/smptd: bad command startup -- throttling
    
     
  5. mlz

    mlz Member

    I'm guessing no one knows how to fix this...
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Unfortunately I have no idea... :(
     
  7. mlz

    mlz Member

    Thanks for your help. I guess I can try posting on the Postfix mail list and see if I find out anything.
     

Share This Page