Alan Hicks

Results 12 issues of Alan Hicks

## Prerequisites - [yes] Have you checked for an existing issue describing your problem? - [yes] Are you running the latest version? - [yes] Is your ports tree recent? -...

bug

BSD like systems use procstat instead of procfs so return 0 http://dbmail.org/mantis/view.php?id=1084

sendmail may not be available so the ability to send emails via smtp should be added. Enables docker to send emails.

DBMail should implement the latest acl rfc 4314, it currently implements rfc 2086. https://datatracker.ietf.org/doc/html/rfc4314

Creating dbmail tables with create_tables.sql should be automated making a smoother first time user experience

DBMail is a set of inter-related standards and good practice that delivers a high performance system for users to manage their emails. Whilst straightforward for end users, standards have evolved...

It's many years since dbmail_messageblks was replaced with mimeparts and queries referencing the old table are still extant. Removing them will reduce redundant database calls, avoid spamming log files and...

enhancement

The check_dbmail_mailbox test causes an ambiguous column name exception It's raised when an imap search uses subject and date fields. check_dbmail_mailbox[33651] Error:[db] db_query(+449): failed query [ SELECT m.message_idnr FROM dbmail_messages...

Passing C arrays turns them into pointers with no knowledge of the array Testing for non existent arrays causes an Invalid Read. As this is no longer acceptable practice it...

bug

Just as mail is forwarded when we move house, there is a mechanism to forward email when someone moves their email addresses to another domain. To avoid spam there is...

enhancement