The only workaround I could get to work was to restart postifx on network up by adding `/etc/network/if-up.d/999local` with the following contents:
``` #!/bin/sh -e # Called when a new interface comes up # Local workarounds # Fix postfix boot up issue: # https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1519331 service postfix restart >/dev/null 2>&1 ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1519331 Title: Postfix cannot resolve DNS if network was unavailable when it was started, such as on a laptop To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1519331/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs