Re: releng/14 does not honor .forward for root
Ronald Klop <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On 11/3/23 16:19, bob prohaska wrote: > My RPi2 releng/14 armv7 test host sends and receives mail but for some > reason ignores a .forward in root's home directory. > > I was about to retest mail functioning before sending this, but > it seems the host locked up overnight 8-( with 13 lines of > ucom_inwakeup: tp=0xd6b3d800 > on the console. That's a frequently-seen message, no idea if it's > significant. > > Thanks for reading, > > bob prohaska Are you using dma (the default in 14) or sendmail? For dma this might be relevant: https://github.com/corecode/dma/issues/37 "Support for .forward files". I didn't use sendmail for decades so I wouldn't know about that. Regards, Ronald.