PATCH: sendmail cannot read CDB tables

2017-10-24 Thread Wietse Venema
Viktor Dukhovni: > > > > On Oct 24, 2017, at 2:41 AM, Ulrich Zehl wrote: > > > > root@zwirn:~# find / -name sendmail -ls > >19874 0 lrwxrwxrwx 1 root root 16 Sep 27 06:56 > > /usr/lib/sendmail -> ../sbin/sendmail > >19767 28 -rwxr-xr-x 1 root root

Re: sendmail cannot read CDB tables

2017-10-24 Thread Viktor Dukhovni
> On Oct 24, 2017, at 2:41 AM, Ulrich Zehl wrote: > > root@zwirn:~# find / -name sendmail -ls >19874 0 lrwxrwxrwx 1 root root 16 Sep 27 06:56 > /usr/lib/sendmail -> ../sbin/sendmail >19767 28 -rwxr-xr-x 1 root root26776 Sep 27 06:56 > /usr/sbin/s

Re: sendmail cannot read CDB tables

2017-10-23 Thread Ulrich Zehl
On Mon, Oct 23, 2017 at 07:55:47PM -0400, Wietse Venema wrote: > Ulrich Zehl: > > Oct 23 22:44:18 zwirn postfix/master[18457]: daemon started -- version > > 3.1.6, configuration /etc/postfix > > Oct 23 22:44:25 zwirn postfix/sendmail[18460]: fatal: unsupported > > dictionary type: cdb > > Do: >

Re: sendmail cannot read CDB tables

2017-10-23 Thread Wietse Venema
Ulrich Zehl: > Oct 23 22:44:18 zwirn postfix/master[18457]: daemon started -- version 3.1.6, > configuration /etc/postfix > Oct 23 22:44:25 zwirn postfix/sendmail[18460]: fatal: unsupported dictionary > type: cdb Do: find / -name sendmail -ls Which one of these sendmail programs were you execu

Re: sendmail cannot read CDB tables

2017-10-23 Thread Ulrich Zehl
On Mon, Oct 23, 2017 at 02:44:47PM -0400, Wietse Venema wrote: > Ulrich Zehl: > > When I try to use a CDB table for authorized_submit_users with Postfix > > 3.1.6, the sendmail command exits with error "unsupported dictionary > > type: cdb". > > What is the COMPLETE error message including the PRO

Re: sendmail cannot read CDB tables

2017-10-23 Thread Wietse Venema
Ulrich Zehl: > When I try to use a CDB table for authorized_submit_users with Postfix > 3.1.6, the sendmail command exits with error "unsupported dictionary > type: cdb". What is the COMPLETE error message including the PROGRAM NAME? Wietse

Re: sendmail cannot read CDB tables

2017-10-23 Thread A. Schulze
Am 23.10.2017 um 17:16 schrieb Ulrich Zehl: > On Mon, Oct 23, 2017 at 01:37:19PM +, Scott Kitterman wrote: >> >> On October 23, 2017 9:15:17 AM EDT, Ulrich Zehl >> wrote: >>> When I try to use a CDB table for authorized_submit_users with Postfix >>> 3.1.6, the sendmail command exits with er

Re: sendmail cannot read CDB tables

2017-10-23 Thread Ulrich Zehl
On Mon, Oct 23, 2017 at 01:37:19PM +, Scott Kitterman wrote: > > On October 23, 2017 9:15:17 AM EDT, Ulrich Zehl > wrote: > >When I try to use a CDB table for authorized_submit_users with Postfix > >3.1.6, the sendmail command exits with error "unsupported dictionary > >type: cdb". > [...] >

Re: sendmail cannot read CDB tables

2017-10-23 Thread Scott Kitterman
On October 23, 2017 9:15:17 AM EDT, Ulrich Zehl wrote: >When I try to use a CDB table for authorized_submit_users with Postfix >3.1.6, the sendmail command exits with error "unsupported dictionary >type: cdb". > >To reproduce: > > ># postconf mail_version >mail_version = 3.1.6 > ># postconf

sendmail cannot read CDB tables

2017-10-23 Thread Ulrich Zehl
When I try to use a CDB table for authorized_submit_users with Postfix 3.1.6, the sendmail command exits with error "unsupported dictionary type: cdb". To reproduce: # postconf mail_version mail_version = 3.1.6 # postconf -n authorized_submit_users = cdb:/etc/postfix/authorized_users # cat