Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by kirma (registered user) on Fri, 2007-08-24 10:06.
Thanks for your howto!
 
During the setup I have discovered  an error on accessing the smtp server by

telnet localhost 25

This error is caused by

nano /etc/postfix/master.cf

[...]
127.0.0.1: 10026 inet n - - - - smtpd
[...]

Change this line into (delete the space between ": 10026"):

[...]
127.0.0.1:10026 inet n - - - - smtpd
[...]

Best regards,
KiRMA

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.