postfix configuration

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I started to use postfix, and configured the /etc/postfix/main.cf file. After that I runed postfix with postfix start command, but got an error parameter mail_owner: unknown user name value. Please say me, what does identify the mail_owner parameter and what value to set for that?







share|improve this question




















  • Is that the whole line? A quick search suggests it should also give a user name at the end (forums.freebsd.org/threads/47901 - admittedly a while ago). Maybe check your config to make sure you don’t just have ‘mail_owner = ‘
    – Guy
    Jan 15 at 18:13










  • I cheked, in first time mail_owner have been postifx, I was change name to root, but nothing. Thank you I will follow the link
    – khachikyan97
    Jan 15 at 19:03














up vote
0
down vote

favorite












I started to use postfix, and configured the /etc/postfix/main.cf file. After that I runed postfix with postfix start command, but got an error parameter mail_owner: unknown user name value. Please say me, what does identify the mail_owner parameter and what value to set for that?







share|improve this question




















  • Is that the whole line? A quick search suggests it should also give a user name at the end (forums.freebsd.org/threads/47901 - admittedly a while ago). Maybe check your config to make sure you don’t just have ‘mail_owner = ‘
    – Guy
    Jan 15 at 18:13










  • I cheked, in first time mail_owner have been postifx, I was change name to root, but nothing. Thank you I will follow the link
    – khachikyan97
    Jan 15 at 19:03












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I started to use postfix, and configured the /etc/postfix/main.cf file. After that I runed postfix with postfix start command, but got an error parameter mail_owner: unknown user name value. Please say me, what does identify the mail_owner parameter and what value to set for that?







share|improve this question












I started to use postfix, and configured the /etc/postfix/main.cf file. After that I runed postfix with postfix start command, but got an error parameter mail_owner: unknown user name value. Please say me, what does identify the mail_owner parameter and what value to set for that?









share|improve this question











share|improve this question




share|improve this question










asked Jan 15 at 17:39









khachikyan97

11




11











  • Is that the whole line? A quick search suggests it should also give a user name at the end (forums.freebsd.org/threads/47901 - admittedly a while ago). Maybe check your config to make sure you don’t just have ‘mail_owner = ‘
    – Guy
    Jan 15 at 18:13










  • I cheked, in first time mail_owner have been postifx, I was change name to root, but nothing. Thank you I will follow the link
    – khachikyan97
    Jan 15 at 19:03
















  • Is that the whole line? A quick search suggests it should also give a user name at the end (forums.freebsd.org/threads/47901 - admittedly a while ago). Maybe check your config to make sure you don’t just have ‘mail_owner = ‘
    – Guy
    Jan 15 at 18:13










  • I cheked, in first time mail_owner have been postifx, I was change name to root, but nothing. Thank you I will follow the link
    – khachikyan97
    Jan 15 at 19:03















Is that the whole line? A quick search suggests it should also give a user name at the end (forums.freebsd.org/threads/47901 - admittedly a while ago). Maybe check your config to make sure you don’t just have ‘mail_owner = ‘
– Guy
Jan 15 at 18:13




Is that the whole line? A quick search suggests it should also give a user name at the end (forums.freebsd.org/threads/47901 - admittedly a while ago). Maybe check your config to make sure you don’t just have ‘mail_owner = ‘
– Guy
Jan 15 at 18:13












I cheked, in first time mail_owner have been postifx, I was change name to root, but nothing. Thank you I will follow the link
– khachikyan97
Jan 15 at 19:03




I cheked, in first time mail_owner have been postifx, I was change name to root, but nothing. Thank you I will follow the link
– khachikyan97
Jan 15 at 19:03










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Looking at http://www.postfix.org/postconf.5.html the default is postfix, as you said yours was initially set.



The actual part is quite a long way down as it’s got all the possible parameters and says




mail_owner (default: postfix)
The UNIX system account that owns the Postfix queue and most Postfix daemon processes. Specify the name of an unprivileged user account that does not share a user or group ID with other accounts, and that owns no other files or processes on the system. In particular, don't specify nobody or daemon. PLEASE USE A DEDICATED USER ID AND GROUP ID.



When this parameter value is changed you need to re-run "postfix set-permissions" (with Postfix version 2.0 and earlier: "/etc/postfix/post-install set-permissions".




I imagine that centos will create this user for you to start with for you, so you shouldn’t worry about that and leave at the default.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f417305%2fpostfix-configuration%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Looking at http://www.postfix.org/postconf.5.html the default is postfix, as you said yours was initially set.



    The actual part is quite a long way down as it’s got all the possible parameters and says




    mail_owner (default: postfix)
    The UNIX system account that owns the Postfix queue and most Postfix daemon processes. Specify the name of an unprivileged user account that does not share a user or group ID with other accounts, and that owns no other files or processes on the system. In particular, don't specify nobody or daemon. PLEASE USE A DEDICATED USER ID AND GROUP ID.



    When this parameter value is changed you need to re-run "postfix set-permissions" (with Postfix version 2.0 and earlier: "/etc/postfix/post-install set-permissions".




    I imagine that centos will create this user for you to start with for you, so you shouldn’t worry about that and leave at the default.






    share|improve this answer
























      up vote
      0
      down vote













      Looking at http://www.postfix.org/postconf.5.html the default is postfix, as you said yours was initially set.



      The actual part is quite a long way down as it’s got all the possible parameters and says




      mail_owner (default: postfix)
      The UNIX system account that owns the Postfix queue and most Postfix daemon processes. Specify the name of an unprivileged user account that does not share a user or group ID with other accounts, and that owns no other files or processes on the system. In particular, don't specify nobody or daemon. PLEASE USE A DEDICATED USER ID AND GROUP ID.



      When this parameter value is changed you need to re-run "postfix set-permissions" (with Postfix version 2.0 and earlier: "/etc/postfix/post-install set-permissions".




      I imagine that centos will create this user for you to start with for you, so you shouldn’t worry about that and leave at the default.






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        Looking at http://www.postfix.org/postconf.5.html the default is postfix, as you said yours was initially set.



        The actual part is quite a long way down as it’s got all the possible parameters and says




        mail_owner (default: postfix)
        The UNIX system account that owns the Postfix queue and most Postfix daemon processes. Specify the name of an unprivileged user account that does not share a user or group ID with other accounts, and that owns no other files or processes on the system. In particular, don't specify nobody or daemon. PLEASE USE A DEDICATED USER ID AND GROUP ID.



        When this parameter value is changed you need to re-run "postfix set-permissions" (with Postfix version 2.0 and earlier: "/etc/postfix/post-install set-permissions".




        I imagine that centos will create this user for you to start with for you, so you shouldn’t worry about that and leave at the default.






        share|improve this answer












        Looking at http://www.postfix.org/postconf.5.html the default is postfix, as you said yours was initially set.



        The actual part is quite a long way down as it’s got all the possible parameters and says




        mail_owner (default: postfix)
        The UNIX system account that owns the Postfix queue and most Postfix daemon processes. Specify the name of an unprivileged user account that does not share a user or group ID with other accounts, and that owns no other files or processes on the system. In particular, don't specify nobody or daemon. PLEASE USE A DEDICATED USER ID AND GROUP ID.



        When this parameter value is changed you need to re-run "postfix set-permissions" (with Postfix version 2.0 and earlier: "/etc/postfix/post-install set-permissions".




        I imagine that centos will create this user for you to start with for you, so you shouldn’t worry about that and leave at the default.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 15 at 21:03









        Guy

        7231318




        7231318






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f417305%2fpostfix-configuration%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            Peggy Mitchell

            Palaiologos

            The Forum (Inglewood, California)