92d7 Exim doesn't see group and user - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Server & Networking > Web & Network Services

Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old July 21st, 2012, 22:37
Demontager Demontager is offline
Junior Member
 
Join Date: May 2011
Location: Ukraine
Posts: 49
Thanks: 5
Thanked 4 Times in 4 Posts
Default Exim doesn't see group and user

Can't understand why Exim unable to start claiming that group "mail" and user "mailnull "not exist:

Code:
sh /usr/local/etc/rc.d/exim start
Starting exim.
2012-07-21 23:23:47 Exim configuration error in line 113 of /usr/local/etc/exim/configure:
  user mail exim_group = mail was not found
/usr/local/etc/rc.d/exim: WARNING: failed to start exim
ok, trying to add missed goup

Code:
pw groupadd mail
pw: group name `mail' already exists
Part of exim's config:

Code:
trusted_users = www

qualify_domain = mx.mydomain.com

local_interfaces = 127.0.0.1 : 78.78.78.78

allow_domain_literals = false

#Line 113 below
exim_user = mailnull exim_group = mail

never_users = root
Also passwd:

Code:
cat /etc/passwd | cut -d: -f1 | grep -v \#
root
toor
daemon
operator
bin
tty
kmem
games
news
man
sshd
smmsp
mailnull
bind
proxy
_pflogd
_dhcp
uucp
pop
www
hast
nobody
_pma
mysql
ftp
clamav
mail
Permissions of /etc/group and /etc/passwd are set to 644 by default.
Reply With Quote
  #2  
Old July 22nd, 2012, 13:18
Demontager Demontager is offline
Junior Member
 
Join Date: May 2011
Location: Ukraine
Posts: 49
Thanks: 5
Thanked 4 Times in 4 Posts
Default

Found problem. I put line 113 in on line, but should be:

Code:
#Line 113 below
exim_user = mailnull 
exim_group = mail
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solved] Can't add user to group wheel zachnap General 5 February 17th, 2012 16:52
Samba user doesn't recognize group membership - FTP does mallen324 Web & Network Services 11 December 6th, 2011 16:52
[Solved] Can't add user to NIS group mallen324 General 7 August 9th, 2011 15:00
Nginx+RoR: which user/group and folder to use BeastieBoy Web & Network Services 2 June 29th, 2010 10:39
gnome add user and group permision problem ericturgeon GNOME 2 December 28th, 2008 14:53


All times are GMT +1. The time now is 08:28.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0