On Wed, 9 Nov 2022 at 12:59, <supp...@openmbox.net> wrote: > > I am using mailutils from ubuntu 20.04 > And in main.cf myorigin points to the file /etc/mailname. > But I don't see a config file /etc/mailutils.conf?
I didn't have a default config either. This is what is working for me: program mail { address { # Set e-mail domain for unqualified user names (default is this host) email-domain "host.example.com"; }; }; -- bye, Marki