[BlueOnyx:23877] access.db is not updated

Tomohiro Hosaka bokutin at gmail.com
Fri May 22 10:50:26 -05 2020


Hi,

In /user/userMod, changing the "Disable User's Email" checkbox does
not update /etc/mail/access.db.
/etc/mail/access has been updated.
That is, it is not reflected in sendmail.

[root at localhost mail]# pwd
/etc/mail
[root at localhost mail]# ls -al
total 320
drwxr-xr-x.   2 root  root   4096 May 23 00:44 .
drwxr-xr-x. 137 root  root  12288 May 23 00:44 ..
-rw-r--r--    1 root  root    528 May 23 00:44 access
-rw-r-----.   1 smmsp root  12288 May 23 00:34 access.db <--- old
... snip ...

I confirmed the fix by doing the following:

    [root at localhost mail]# diff -u
/usr/sausalito/conf/base/email/user.conf-00
/usr/sausalito/conf/base/email/user.conf
    --- /usr/sausalito/conf/base/email/user.conf-00 2020-03-10
05:45:20.000000000 +0900
    +++ /usr/sausalito/conf/base/email/user.conf    2020-05-23
00:31:22.492085074 +0900
    @@ -3,3 +3,5 @@
     User.emailDisabled     perl:base/email/user_disable.pl
     User.Email.aliases     perl:base/email/user_disable.pl
     User._DESTROY          perl:base/email/user_disable.pl
    +
    +User.emailDisabled     perl:base/email/mapmaker.pl TEST

Thanks,



More information about the Blueonyx mailing list