Hi! In /var/log/maillog I saw this: May 6 20:07:21 to postgrey[41981]: FATAL: Can't locate IO/Socket/INET6.pm in @INC (you may need to install the IO::Socket::INET6 module) (@INC contains: /usr/local/libdata/perl5/site_perl/amd64-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/amd64-openbsd /usr/libdata/perl5) at /usr/local/libdata/perl5/site_perl/Net/Server/Proto.pm line 118.
Environment: ============ OpenBSD 6.9-stable GENERIC.MP#473 amd64 postgrey-1.37p1 Details: ======== I first noticed this today after upgrading a server to OpenBSD 6.9 but the issue might have existed before that. Though I checked on an 6.8 installation and it does not seem to throw this error when (re)starting postgrey. But that might be because that machine has imapsync-1.945 installed which lists p5-IO-Socket-INET6 as a dependency. Solution: ========= Manually install p5-IO-Socket-INET6-2.72p0 (or install something else that installs this as a dependency) Question: ========= If this causes an error marked as FATAL, shouldn’t p5-IO-Socket-INET6 be included with the postgrey package as a dependency? Thanks! -- Mike Fischer