InterLinked1 / lbbs

Lightweight BBS For Linux - Bulletin Board System server software
GNU General Public License v2.0
35 stars 4 forks source link

Mail not working #30

Closed marrold closed 2 months ago

marrold commented 2 months ago

Mail doesn't seem to work on my system, do you know what I am missing?

Thanks

[2024-04-12 00:35:49.852]   DEBUG[66]: socket.c:1652 bbs_node_poll: Node 2: poll returned 1
[2024-04-12 00:35:49.852]   DEBUG[66]: socket.c:1782 bbs_node_read: Node 2: read 1 byte (77)
[2024-04-12 00:35:49.853]    -- Node 2 selected option 'M' at menu(1) 'main'
[2024-04-12 00:35:49.853]   DEBUG[66]: variables.c:570 substitute_vars: Substituted 'Mail' to 'Mail'
[2024-04-12 00:35:49.854]   DEBUG[66]: variables.c:570 substitute_vars: Substituted 'mail' to 'mail'
[2024-04-12 00:35:49.854]   DEBUG[66]: handler.c:161 menu_handler_exec: Executing menu handler door (mail)
[2024-04-12 00:35:49.854]    -- Created semi-permanent login token for marrold
[2024-04-12 00:35:49.854]   DEBUG[66]: system.c:777 __bbs_execvpe_fd: node: 0x7ff234000c50, usenode: 1, fdin: -1, fdout: -1, filename: evergreen, isolated: no
[2024-04-12 00:35:49.854]   DEBUG[66]: system.c:796 __bbs_execvpe_fd: sid: 1, tcpgrp: -1, term: syncterm
[2024-04-12 00:35:49.856]   DEBUG[66]: node.c:1130 bbs_node_update_winsize: Sending SIGWINCH to foreground process 81 for node 2
[2024-04-12 00:35:49.857]   DEBUG[66]: system.c:1157 __bbs_execvpe_fd: Waiting for process 81 to exit
[2024-04-12 00:35:49.863]   DEBUG[66]: system.c:239 waitpidexit: Process 81 (evergreen) exited, status 0
[2024-04-12 00:35:49.864]   DEBUG[66]: system.c:266 waitpidexit: Command execution finished (evergreen): res = 0
[2024-04-12 00:35:49.864]   DEBUG[66]: auth.c:309 auth_token_destory: Purging temporary login token for marrold
[2024-04-12 00:35:49.864]   DEBUG[66]: handler.c:163 menu_handler_exec: Menu handler door returned 0
[2024-04-12 00:35:49.865]    -- Node 2 executing menu(1) 'main'
[2024-04-12 00:35:49.865]   DEBUG[66]: menu.c:263 display_menu: Menu has 11 total options
marrold commented 2 months ago

The underlying issue was caused by the maildir directory not existing.