> > > > After I have upgraded postfix from 2.0.9 to 2.0.11, the server is
unable to send local mail. When I send a mail from pine, I recieve a
"unexpected record type: 84" error message in logs. If I configure Pine to
use an external IP of this box as an SMTP server, everything is fine. When I
use this box as SMTP server for another computers, everything is also fine.
:) Tried to google around, but none of their suggestions helped. :(
>
> postconf -d | grep mynetworks
>
> Should tell you if the localhost is included in default postfix 2.0.11
> mynetworks variables. if it is not try the following.
>
> mynetworks = <your_network> 127.0.0.0/8
>
> Hope that that fixes it for you.
>
I've cut out this line last time, because I didn't want to reveal IPs.
Here is the full postconf -n:

junior1 root # postconf -n
alias_database = hash:/etc/mail/aliases
alias_maps = hash:/etc/mail/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
local_destination_concurrency_limit = 2
mail_owner = postfix
mailbox_command = /usr/bin/procmail
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mynetworks = 123.45.67.9/24, 127.0.0.0/8
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.0.11
sample_directory = /etc/postfix/sample
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
unknown_local_recipient_reject_code = 450
    Regards, L.


--
[EMAIL PROTECTED] mailing list

Reply via email to