<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: create user mailbox (not system users) sendmail in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104398#M30780</link>
    <description>Hi Manoj,&lt;BR /&gt;&lt;BR /&gt;Just create normal account, disable any logins (ssh, ftp,telnet) for that account and you will have mail only user.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
    <pubDate>Thu, 22 Nov 2007 06:41:01 GMT</pubDate>
    <dc:creator>Ivan Krastev</dc:creator>
    <dc:date>2007-11-22T06:41:01Z</dc:date>
    <item>
      <title>create user mailbox (not system users) sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104390#M30772</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am using sendmail and want to create user mail box (not a system user) which only accept/send mails.&lt;BR /&gt;How can we add user mailbox?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;MKS</description>
      <pubDate>Sat, 17 Nov 2007 04:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104390#M30772</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-11-17T04:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: create user mailbox (not system users) sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104391#M30773</link>
      <description>i think its not possibe.&lt;BR /&gt;You must have to create user account, but you may set user's login shell to /bin/false or /bin/noshell so that user just can only access his/her mailbox but cant login on the system.&lt;BR /&gt;&lt;BR /&gt;following command will create user 'james' and set user's shell to /bin/false so that james cant login on the system(but can access email using MUA eg thunderbird/Evolution/kmail or MS Outlook etc)&lt;BR /&gt;&lt;BR /&gt;#useradd james -s /bin/false&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sat, 17 Nov 2007 11:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104391#M30773</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2007-11-17T11:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: create user mailbox (not system users) sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104392#M30774</link>
      <description>You don't need an account to receive mail for a pretend user.&lt;BR /&gt;&lt;BR /&gt;You can use an alias to deliver mail to a mailbox, even without an account.  You won't be able to POP it off, only access it locally however.&lt;BR /&gt;&lt;BR /&gt;As for sending, unless you've turned on authentication, then you can send as any user you want.&lt;BR /&gt;&lt;BR /&gt;Adding a line to '/etc/aliases' like:&lt;BR /&gt;&lt;BR /&gt;fakeuser: /var/spool/mail/fakeuser&lt;BR /&gt;&lt;BR /&gt;Then running 'newaliases' will accept mail for 'fakeuser@yourdomain'.</description>
      <pubDate>Sun, 18 Nov 2007 15:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104392#M30774</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-11-18T15:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: create user mailbox (not system users) sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104393#M30775</link>
      <description>Thanks Stuart&lt;BR /&gt;&lt;BR /&gt;fakeuser is now geeting message.but how would fakeuser send the mail to others?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MKS</description>
      <pubDate>Wed, 21 Nov 2007 05:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104393#M30775</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-11-21T05:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: create user mailbox (not system users) sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104394#M30776</link>
      <description>If you use 'sendmail' directly to send a message, then the '-f &lt;FAKEUSER&gt;' flag is your friend.&lt;BR /&gt;&lt;BR /&gt;If you are sending via SMTP, then make sure the client is set up to use the right sending address (which it then puts in the 'MAIL FROM: &lt;FAKEUSER&gt;' command).&lt;BR /&gt;&lt;BR /&gt;If you want to use 'mail' (or 'mailx' or 'mutt'), well I'm not even sure you can do that.&lt;/FAKEUSER&gt;&lt;/FAKEUSER&gt;</description>
      <pubDate>Wed, 21 Nov 2007 07:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104394#M30776</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-11-21T07:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: create user mailbox (not system users) sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104395#M30777</link>
      <description>Thanks Stuart again,&lt;BR /&gt;&lt;BR /&gt;Now I want to setup MUA with fakeuser account on another machine other then mail server. I did it and start dovecot services on mail server also.&lt;BR /&gt;&lt;BR /&gt;But when fakeuser account fatch the mail from Mail server, It is asking for fakeuser account password.&lt;BR /&gt;&lt;BR /&gt;How can i set fakeuser password?&lt;BR /&gt;&lt;BR /&gt;Thanks in advanced.&lt;BR /&gt;MKS</description>
      <pubDate>Thu, 22 Nov 2007 04:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104395#M30777</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-11-22T04:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: create user mailbox (not system users) sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104396#M30778</link>
      <description>umm..&lt;BR /&gt;&lt;BR /&gt;&amp;gt; You won't be able to POP it off, only access it locally however.&lt;BR /&gt;&lt;BR /&gt;Using this method, you can't set a password for it to be collected.  If you want to collect it, then set up a username/password pair as normal.</description>
      <pubDate>Thu, 22 Nov 2007 04:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104396#M30778</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-11-22T04:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: create user mailbox (not system users) sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104397#M30779</link>
      <description>hi Stuart &lt;BR /&gt;&lt;BR /&gt;in case of above lets fakeuser is a normal account on mailserver, now i want to connect via client, I am getting following error.&lt;BR /&gt;&lt;BR /&gt;error number 0x8000ccc92&lt;BR /&gt;Server Response -ERR Auhtentication failed&lt;BR /&gt;Your username and password was rejected&lt;BR /&gt;&lt;BR /&gt;I have also unchecked Log on using secure Passward Authentication.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MKS&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2007 05:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104397#M30779</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-11-22T05:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: create user mailbox (not system users) sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104398#M30780</link>
      <description>Hi Manoj,&lt;BR /&gt;&lt;BR /&gt;Just create normal account, disable any logins (ssh, ftp,telnet) for that account and you will have mail only user.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 22 Nov 2007 06:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-user-mailbox-not-system-users-sendmail/m-p/4104398#M30780</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-11-22T06:41:01Z</dc:date>
    </item>
  </channel>
</rss>

