You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
基本信息:
CentOS7
Docker version 1.13.1, build 7d71120/1.13.1
报错内容:
[root@warma forsaken-mail]# docker logs cb5673affa92>[email protected] start
> node ./bin/www
warn: Python is not available. Dkim and spf checking is disabled.
warn: Either spamassassin or spamc are not available. Spam score computation is disabled.
info: Mailin Smtp server listening on port 25
(node:17) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
/forsaken-mail/node_modules/smtp-server/lib/smtp-stream.js:38
this.closed = false;
^
TypeError: Cannot set property closed of #<Writable> which has only a getter
at new SMTPStream (/forsaken-mail/node_modules/smtp-server/lib/smtp-stream.js:38:17)
at new SMTPConnection (/forsaken-mail/node_modules/smtp-server/lib/smtp-connection.js:54:20)
at SMTPServer.connect (/forsaken-mail/node_modules/smtp-server/lib/smtp-server.js:95:22)
at SMTPServer.<anonymous> (/forsaken-mail/node_modules/smtp-server/lib/smtp-server.js:84:14)
at Server.emit (node:events:514:28)
at TCP.onconnection (node:net:2157:8)
Node.js v20.9.0
The text was updated successfully, but these errors were encountered:
基本信息:
CentOS7
Docker version 1.13.1, build 7d71120/1.13.1
报错内容:
The text was updated successfully, but these errors were encountered: