Author Topic: Maillog get error /etc/postfix/vmail_ssl.map  (Read 6102 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Maillog get error /etc/postfix/vmail_ssl.map
« on: May 15, 2020, 08:35:23 PM »
Hi,

I see this error in the mail log file /var/log/maillog

warning: database /etc/postfix/vmail_ssl.map.db is older than source file /etc/postfix/vmail_ssl.map


How can i fix this error ?

Regards,

Offline
****
Re: Maillog get error /etc/postfix/vmail_ssl.map
« Reply #1 on: May 15, 2020, 09:28:40 PM »
postmap /etc/postfix/vmail_ssl

systemctl restart postfix
Google Hangouts:  rcschaff82@gmail.com

Offline
*
Re: Maillog get error /etc/postfix/vmail_ssl.map
« Reply #2 on: May 15, 2020, 10:26:24 PM »
Thank you,
But this command fix : postmap /etc/postfix/vmail_ssl.map

postmap /etc/postfix/vmail_ssl

systemctl restart postfix

Offline
****
Re: Maillog get error /etc/postfix/vmail_ssl.map
« Reply #3 on: May 15, 2020, 10:36:53 PM »
Yeah Sorry.  Doing 200 things at once.  Only type quick responses and often  missing things.  Glad you got it working. :)
Google Hangouts:  rcschaff82@gmail.com

Offline
*
Re: Maillog get error /etc/postfix/vmail_ssl.map
« Reply #4 on: July 11, 2021, 10:53:58 AM »
I have the similar problem, but generating database isn't possible with this command
postmap /etc/postfix/vmail_ssl.map

because I'm getting this:
postmap: warning: /etc/postfix/vmail_ssl.map.db: duplicate entry: "webmail.somedomain.com"
postmap: warning: /etc/postfix/vmail_ssl.map.db: duplicate entry: "mail.somedomain.com"
postmap: warning: /etc/postfix/vmail_ssl.map.db: duplicate entry: "webmail.somedomain2.com"
postmap: warning: /etc/postfix/vmail_ssl.map.db: duplicate entry: "mail.somedomain2.com"
etc...

And it is right, this file vmail_ssl.map has really double entries, but why?
It is generated at night, so I guess there is some bug that is generating double lines.

Is this a bug?

Offline
*
Re: Maillog get error /etc/postfix/vmail_ssl.map
« Reply #5 on: July 13, 2021, 06:57:35 AM »