[OpenWrt-Devel] Postfix on OpenWRT

Denis Shulyaka shulyaka at gmail.com
Sat Oct 11 06:39:53 EDT 2014


Hi,

2014-10-11 14:23 GMT+04:00 Grzegorz Sójka <pld at sojka.co>:
> Grate idea! It means that the dependences should be fixed in the postfix
> package. Its because:
>
> root at Chronos:/tmp# opkg install postfix_2.11.1-1_ar71xx.ipk
> Installing postfix (2.11.1-1) to root...
> Collected errors:
>  * satisfy_dependencies_for: Cannot satisfy the following dependencies for
> postfix:
>  *      tinycdb *
>  * opkg_install_cmd: Cannot install package postfix.
>
> Or maybe its again a problem with handling the deps by SDK??

I have updated the Makefile, now it should be fixed.

> Unfortunately I can't. Its because I restored my system from backup. What I
> did I put in the main.cf the following:
> alias_database = hash:/etc/postfix/aliases
> alias_maps = hash:/etc/postfix/aliases
> Please let me know if you would like me to test it again (or to do any other
> tests).

hash is broken (don't know why). Please use cdb instead:

alias_database = cdb:/etc/postfix/aliases
alias_maps = cdb:/etc/postfix/aliases

Note that those are defaults.

Best regards,
Denis Shulyaka
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list