Afficher un message
Vieux 01/05/2006, 05h01   #2
Greg Hackney
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Client-Side SMTP - USAK Installation Progressing

Chris B wrote:


> The following setting in my main.conf is wrong:
> relayhost = SMTP:[mail.asciiking.com]:2025


The correct syntax is:

relayhost = mail.asciiking.com:2025 (if you want to use MX and "A" DNS records for mail.asciiking.com)

relayhost = [mail.asciiking.com]:2025 (if you want to use only "A" DNS records for mail.asciiking.com)


In modern versions of Postfix, you can leave the relayhost unset, and specify
the default relayhost at the very end of your "transport" file, such as:

* smtp:[mail.asciiking.com]:2025


Note: Case is significant. It must be "smtp" and not "SMTP".

--
Greg
  Réponse avec citation
 
Page generated in 0,04856 seconds with 9 queries