R Johnson wrote:
On Tue, 2009-06-30 at 23:58 -0600, Jonathan Turkanis wrote:

my post, I have tried setting

   myhostname = mail.mydomain.com

with no effect (server still identifies itself using the internal
name).

Try this in main.cf JT;
# myhostname gives this externally
myhostname = mail.yourdomain.com

mydomain = yourdomain.com
myorigin = $mydomain
smtpd_banner = $myhostname ESMTP reporting for duty...

Sadly, I still have the same problem.

Here is the output of postconf -n; maybe there are other errors:

  alias_database = hash:/etc/aliases
  alias_maps = hash:/etc/aliases
  command_directory = /usr/sbin
  config_directory = /etc/postfix
  daemon_directory = /usr/libexec/postfix
  debug_peer_level = 2
  html_directory = no
  inet_interfaces = all
  mail_owner = postfix
  mail_spool_directory = /var/spool/mail
  mailq_path = /usr/bin/mailq.postfix
  manpage_directory = /usr/share/man
  mydestination = localhost.$mydomain localhost
  mydomain = mydomain.com
  myhostname = mail.mydomain.com
  myorigin = $mydomain
  newaliases_path = /usr/bin/newaliases.postfix
  queue_directory = /var/spool/postfix
  readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
  sample_directory = /usr/share/doc/postfix-2.3.3/samples
  sendmail_path = /usr/sbin/sendmail.postfix
  setgid_group = postdrop
  smtpd_banner = $myhostname ESMTP reporting for duty...
  unknown_local_recipient_reject_code = 550

Best Regards,

--
Jonathan Turkanis
CodeRage
http://www.coderage.com

Reply via email to