Quote:
|
Originally Posted by lexcomputer
|
Normally we use PLAIN and LOGIN authentication (so that also MS email clients can use the mail server...

) which means the authentication happens unencrypted. When you run
Code:
telnet localhost 25
you can see which authentication mechanisms your server offers.
Quote:
|
Originally Posted by lexcomputer
2. Can I follow Postfix-SMTP-AUTH-TLS-HOWTO instead of above URL in only installing postfix section?
|
Yes, you can, but then you have to compile Postfix and the other packages yourself which means you cannot use your distribution's package manager (on FC it's yum) anymore to update these packages. If you don't want to use yum, then compiling packages is no problem.
Quote:
|
Originally Posted by lexcomputer
4. I already completed ISPConfig installation, can I do adding smtpd_sender_restrictions = permit_mynetworks,
reject_sender_login_mismatch
smtpd_sender_login_maps = hash:/usr/local/etc/postfix/sender_login_maps
to main.cf ???
|
I think so...
Quote:
|
Originally Posted by lexcomputer
5. Every time I restart server, do I have to start some services? or leave the machine as it is.
|
Normally the services should start at boot time. If they don't, run
Code:
chkconfig --levels 235 <name of init script> on
Then the service will start at boot time. Replace
<name of init script> with the name of the service's init script in
/etc/init.d.
Recent comments
1 day 7 hours ago
1 day 7 hours ago
1 day 12 hours ago
1 day 19 hours ago
1 day 20 hours ago
1 day 21 hours ago
2 days 1 hour ago
2 days 8 hours ago
2 days 12 hours ago
2 days 13 hours ago