servisys / ispconfig_setup

ISPConfig autoinstaller and setup
GNU General Public License v3.0
507 stars 257 forks source link

fixing typo on install scripts #262

Closed AlecPapierniak closed 5 years ago

AlecPapierniak commented 5 years ago

Replace 'SMPT' with 'SMTP' on install scripts.

tdulcet commented 5 years ago

Thanks for catching that!

However, there is a larger issue. Courier and Dovecot are actually POP3/IMAP servers and Postfix is the SMTP server. Therefore, SMPT should be replaced with POP3/IMAP and for all the lines like this: https://github.com/servisys/ispconfig_setup/blob/ddbb4a4264e12be1489fd5f3180d789ba92dab7f/distros/debian9/install_postfix.sh#L14 POP3/IMAP should be replaced with SMTP.

AlecPapierniak commented 5 years ago

Good point! One of the downsides of find/replace. I switched Postfix to SMTP and Dovecot/Courier to POP3/IMAP

servisys commented 5 years ago

Thank you, great fix! :D