On 11/21/24 12:29, Danny König wrote: > Hi, > > after upgrading from 7.5 to 7.6 smtpd won't start anymore. Nothing else > has changed. Packages has been updated (pkg_add -u). > > Example of "credentials": > > user...@mail.com:$pw$:vmail:2000:2000:/home/vmail/mailboxes/ > user123::userdb_mail=maildir:/home/vmail/mailboxes/user123 > > Configuration within smtpd.conf: > > table credentials passwd:/etc/mail/credentials > > How can I fix this asap? This system is in production. > > # smtpd -d > info: OpenSMTPD 7.6.0 starting > credentials[98842]: warn: table-api: imsg_get: Result too large > lookup: table-proc: unexpected EOF during handshake > smtpd: process lka socket closed > > Thank you very much. > > Regards, > Danny
<https://www.openbsd.org/faq/upgrade76.html#ConfigChanges> "smtpd table protocol change The smtpd(8) table protocol was changed to smtpd-tables(7). The old packages opensmtpd-extras should be removed and the appropriate tables installed from the opensmtpd-table-* packages. For example, the passwd table is in the opensmtpd-table-passwd package. Once the new tables are installed, no changes to the configuration are needed. " -- Christian