Greetings,
I am running into some behavior that I don't understand. I have recently upgraded from 13.5-RELEASE to 14.4-RELEASE on both
of my FreeBSD platforms and have seen the following. When sending an email locally I get an error message about /etc/aliases:
The line 82 of /etc/aliases contains:
Okay, fine. Edit the file to comment out that line, run
Edit the file again to uncomment the line, run
Clearly it does not like the entry for msgs, but I am at a loss to explain this. It worked fine on 13.5, but not on 14.4
And perhaps related to this, email messages prior to the upgrade showed a header like:
And after the upgrade it shows:
Charlie & is the name field in /etc/passwd, and obscured.net is a bogus name for posting.
I do have two jails on one of the hosts that still run 13.5 userland, and they do not have these issues, so it clearly seems to be a userland change from 13.5 to 14.4.
Any suggestions or pointer will be appreciated. And as always, something new to learn. Thanks.
I am running into some behavior that I don't understand. I have recently upgraded from 13.5-RELEASE to 14.4-RELEASE on both
of my FreeBSD platforms and have seen the following. When sending an email locally I get an error message about /etc/aliases:
Code:
aliases line 81: syntax error
sendmail: could not parse aliases file `/etc/aliases': No error: 0
The line 82 of /etc/aliases contains:
Code:
msgs: "| /usr/bin/msgs -s"
Okay, fine. Edit the file to comment out that line, run
newaliases and no errors.Edit the file again to uncomment the line, run
newaliases and it complains:
Code:
root@monkey:/ # newaliases
aliases line 81: syntax error
newaliases: could not parse aliases file `/etc/aliases': No error: 0
Clearly it does not like the entry for msgs, but I am at a loss to explain this. It worked fine on 13.5, but not on 14.4
And perhaps related to this, email messages prior to the upgrade showed a header like:
Code:
Charlie Root
And after the upgrade it shows:
Code:
<root@monkey.obscuredname.net>
Charlie & is the name field in /etc/passwd, and obscured.net is a bogus name for posting.
I do have two jails on one of the hosts that still run 13.5 userland, and they do not have these issues, so it clearly seems to be a userland change from 13.5 to 14.4.
Any suggestions or pointer will be appreciated. And as always, something new to learn. Thanks.