92d7
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 Code:
pw groupadd mail pw: group name `mail' already exists 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 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 |
|
#2
|
|||
|
|||
|
Found problem. I put line 113 in on line, but should be:
Code:
#Line 113 below exim_user = mailnull exim_group = mail |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |