Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Postfix won't recieve mail
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Sun Feb 09, 2014 2:38 pm    Post subject: [Solved] Postfix won't recieve mail Reply with quote

For the last few days I've been getting this in syslog each time something tries to send mail to my server:
Code:
Feb 09 14:30:44 [postfix/smtpd] warning: hash:/etc/mail/aliases is unavailable. unsupported dictionary type: hash

While it's technically correct, why is it saying that when my postfix config shouldn't be using it at all?
ack 'hash|mail/aliases' /etc/postfix/main.cf:
#mynetworks = hash:/etc/postfix/network_table
#relay_recipient_maps = hash:/etc/postfix/relay_recipients
#alias_maps = hash:/etc/aliases
#alias_maps = hash:/etc/aliases, nis:mail.aliases
#alias_database = dbm:/etc/mail/aliases
#alias_database = hash:/etc/aliases
#alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
alias_database = cdb:/etc/mail/aliases

ls -l /etc/mail:
total 8
-rw-r--r-- 1 root root  894 Feb  6 20:36 aliases
-rw-r--r-- 1 root root 2935 Feb  6 20:38 aliases.cdb

postconf -m:
cdb
cidr
environ
fail
internal
memcache
pcre
proxy
regexp
socketmap
static
tcp
texthash
unix


Update Feb 13:
Noticed the USE=cdb dep actually pulled in tinycdb by default, so I replaced that with cdb, but no change.
Downgraded Postfix from 2.11.0 to 2.10.3, and it works fine.
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Fri Feb 14, 2014 4:50 am    Post subject: Reply with quote

Ant P. wrote:
Update Feb 13:
Noticed the USE=cdb dep actually pulled in tinycdb by default, so I replaced that with cdb, but no change.
Downgraded Postfix from 2.11.0 to 2.10.3, and it works fine.
This strikes me as something that the maintainers should be made aware of, please file a bug.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum