-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postfix failed to start #102
Comments
It's a mismatched icu version between pfsense and postfix. Until I push a fix, try to symlink these libs with current installed version. ldd virtual_alias_maps comand on console/ssh will show missing libs. Locate current versin and symliny it with ln - s |
hello again, when running the command "ldd virtual_alias_map" i get the following output ldd: virtual_alias_maps: not a dynamic executable would you be able to give me an example of what it should look like? |
Hello Dear gbtech755 I did this: ldd /usr/local/sbin/postfix postfix set-permissions After that postfix service started. |
Hi there
I managed to get the repo to work on pfsense 2.6 , however when i tried to start postfix I get the following error
/pkg_edit.php: The command '/usr/local/sbin/postmap /usr/local/etc/postfix/virtual_alias_maps' returned exit code '1', the output was 'ld-elf.so.1: Shared object "libicuuc.so.68" not found, required by "postmap"'
could you please assist
on another note when running " pkg upgrade "
it finds these packages are not installed
pkg: MailScanner has a missing dependency: lha
pkg: pfSense-pkg-mailscanner has a missing dependency: gcc
how would i be able to resolve this aswell?
kind regards
The text was updated successfully, but these errors were encountered: