postfix configuration

Clash 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?
centos email postfix administration
add a comment |Â
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?
centos email postfix administration
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
add a comment |Â
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?
centos email postfix administration
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?
centos email postfix administration
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
add a comment |Â
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
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered Jan 15 at 21:03
Guy
7231318
7231318
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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