Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: crusader on August 04, 2007, 11:32:50 AM

Title: can't create news alias in pseudonyms [SOLVED]
Post by: crusader on August 04, 2007, 11:32:50 AM
Does anyone know why I can't create a news alias in the pseudonyms or neighter can create a user named news?
I can't find any news account defined in the db accounts. So why does the sme server block my attempts to create such a user?
Title: Re: can't create news alias in pseudonyms
Post by: mrjhb3 on August 04, 2007, 02:48:06 PM
Quote from: "crusader"
Does anyone know why I can't create a news alias in the pseudonyms or neighter can create a user named news?
I can't find any news account defined in the db accounts. So why does the sme server block my attempts to create such a user?


Look in /etc/passwd, you should see there is an already defined user named news.

cat /etc/passwd | grep news
news:x:9:13:news:/etc/news:

John
Title: can't create news alias in pseudonyms [SOLVED]
Post by: crusader on August 05, 2007, 04:40:31 AM
Do you know why this user is already defined there?
Title: can't create news alias in pseudonyms [SOLVED]
Post by: mmccarn on August 05, 2007, 04:50:00 AM
http://forums.contribs.org/index.php?topic=32869.0
Title: can't create news alias in pseudonyms [SOLVED]
Post by: crusader on August 06, 2007, 01:31:28 AM
Ok, thank you for the hint, the solution was just to use the new@<domainname> as pseudonym which works instead of only using the news as pseudonym.