Opened 15 years ago
Closed 8 years ago
#81 closed defect (fixed)
mailpost tries to write to pathtmp
Reported by: | eagle | Owned by: | eagle |
---|---|---|---|
Priority: | low | Milestone: | 2.5.5 |
Component: | utilities | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
mailpost tries to store its message ID database in INN's pathtmp, but since it's usually running as the mail system (often daemon) rather than as news, this fails.
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | → 2.5.5 |
---|
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [9830]) mailpost: change the default location of the database and the temporary files
Add new -t flag to specify the default directory to use for temporary files.
Also change the default location of the persistent database from pathtmp
to patdb. As a matter of fact, mailpost tries to store its Message-ID
database in INN's pathtmp, but since it's usually running as the mail
system (often daemon) rather than as news, this fails.
Check that the directories are writable when mailpost is run, and
otherwise die with an error.
close #81