OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: [Urgent] Need help Sendmail -> Postfix
From: Jonathan Bartlett (johnnybwolfram.com)
Date: Wed Jun 21 2000 - 13:04:17 CDT


You might check /etc/nsswitch.conf to see if your local password file is
being served by NIS instead of /etc/passwd.

Jon

On Wed, 21 Jun 2000, Oliver Schade wrote:

>
> Hi
>
> On Wed, 21 Jun 2000, Jonathan Bartlett wrote:
> > What is the output of postconf -n?
>
> [rootsmtp1 log]# /usr/sbin/postconf -n
> alias_database = hash:/etc/aliases, hash:/etc/majordomo.aliases
> alias_maps = hash:/etc/aliases
> command_directory = /usr/sbin
> daemon_directory = /usr/libexec/postfix
> debug_peer_level = 2
> default_destination_concurrency_limit = 10
> default_privs = nobody
> inet_interfaces = $myhostname, localhost
> local_destination_concurrency_limit = 2
> mail_owner = postfix
> mail_spool_directory = /var/spool/mail
> mydestination = $myhostname, localhost.$mydomain, $mydomain, serverpool.net
> myhostname = smtp1.bln-de.serverpool.net
> mynetworks = 213.128.64.0/19, 127.0.0.0/8, 212.18.14.128/25
> notify_classes = bounce,resource,software
> queue_directory = /var/spool/postfix
> recipient_delimiter = +
> relay_domains = $mydestination,laule.de,johacker.de,kerlen.de
> smtpd_banner = $myhostname ESMTP $mail_name
> transport_maps = hash:/etc/postfix/transport
> virtual_maps = hash:/etc/postfix/virtual,regexp:/etc/postfix/virtual_regexp
>
> Nice programs...
>
> Thanks, Oliver
>
>