<?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: is it possible that email users havent login account. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555038#M87249</link>
    <description>Yes,&lt;BR /&gt;&lt;BR /&gt;Attaching a script to build the sendmail.cf file off the sendmail.mc file.&lt;BR /&gt;&lt;BR /&gt;I should have mentioned earlier and therefor deserve no points for this post, that merely modifying the .mc file does nothing. You have to process it to put it into production.&lt;BR /&gt;&lt;BR /&gt;The attached script does this processing.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 01 Jun 2005 08:03:39 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-06-01T08:03:39Z</dc:date>
    <item>
      <title>is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555029#M87240</link>
      <description>hi Gurus&lt;BR /&gt;&lt;BR /&gt;OS: rhel 3.0&lt;BR /&gt;&lt;BR /&gt;I m running the sendmail server, all the default settings, and but by simply removing the following line&lt;BR /&gt;DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl&lt;BR /&gt;&lt;BR /&gt;I have to create user accounts on my sendmail server, so that my email clients can send and &lt;BR /&gt;access mail(s). because mailbox is only created when user have login account at the server.&lt;BR /&gt;&lt;BR /&gt;Is it possible that user doesnt have login account on the server, but user have its mail box on the sendmail server(i.e user can send/receive mails using the sendmail server without having login account) ?.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Tue, 31 May 2005 10:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555029#M87240</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-05-31T10:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555030#M87241</link>
      <description>Hi Maaz,&lt;BR /&gt;&lt;BR /&gt;I think nologin solves your problem.&lt;BR /&gt;&lt;BR /&gt;see man nologin&lt;BR /&gt;&lt;BR /&gt;The only thing you have to do is to set the last field of passwd as /sbin/nologin for each mail only user.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Xyko</description>
      <pubDate>Tue, 31 May 2005 11:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555030#M87241</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-05-31T11:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555031#M87242</link>
      <description>The user needs an account.&lt;BR /&gt;&lt;BR /&gt;But you can prevent any and all logins, and still provide mail services to them.&lt;BR /&gt;&lt;BR /&gt;Set the shell in /etc/passwd to:&lt;BR /&gt;&lt;BR /&gt;/sbin/nologin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then they can't log in, but can get their mail via web, imap, pop or other protocol just fine.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 31 May 2005 12:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555031#M87242</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-31T12:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555032#M87243</link>
      <description>BTW, taking that line out of sendmail.mc will prevent you from providing web based email to your users.&lt;BR /&gt;&lt;BR /&gt;Squirrelmail is a httpd add in tool that handles its mail traffic on loopback. This setting change may interfere with its operation.&lt;BR /&gt;&lt;BR /&gt;Just something to think about.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 31 May 2005 13:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555032#M87243</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-31T13:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555033#M87244</link>
      <description>Dear Xyko, and SEP many Thanks for the great help.&lt;BR /&gt;&lt;BR /&gt;Dear SEP, i havent any good knowledge of Sendmail (: but, even I dont know whats goal or purpose of this Line even.. but I once have heard that if this line, is present then sendmail doesnt work/accept mails from the email clients(from the network).&lt;BR /&gt;If u can plz le me know the purpose of this line ? and the benefits of squirrelmail &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Tue, 31 May 2005 13:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555033#M87244</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-05-31T13:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555034#M87245</link>
      <description>Actually SEP, taking that line out makes Sendmail listen on all interfaces (0.0.0.0).  The only reason for that line in the MC file is to restrict Sendmail to only listen on the Local interface.&lt;BR /&gt;&lt;BR /&gt;SquirrelMail is a Web-based Mail software, which allows users to access their mail in a web browser instead of having to POP it off the server.&lt;BR /&gt;&lt;BR /&gt;It just depends on how you want users to be able to access their mail.</description>
      <pubDate>Tue, 31 May 2005 17:31:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555034#M87245</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-31T17:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555035#M87246</link>
      <description>Prior post was made on the assumption that there were other lines like this:&lt;BR /&gt;&lt;BR /&gt;DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl&lt;BR /&gt;&lt;BR /&gt;With different Addr commands. I'd never actually experimented with taking all the lines out. Which to me sounds like a counter-intuitive thing to do. Under these circumstances it would be better to not run sendmail at all.&lt;BR /&gt;&lt;BR /&gt;The DAEMON_OPTIONS command tells the sendmail daemon to listen on the Address indicated in the Addr directive. In this case that is loopback.&lt;BR /&gt;&lt;BR /&gt;To control the interfaces that I allow inbound mail inbound, I have a statement for each allowed interface in the sendmail.mc file. That way sendmail will not listen on any other interfaces. Since my mail ip address is different than my web ip address or the server's primary ip address, this setup prevents spammers from trying to play games and get mail into the server or exploit security to force sendmail to relay.&lt;BR /&gt;&lt;BR /&gt;Other things: Sendmail is a fascinating, secureable product. There is a ton to learn at &lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks Stuart for the clarification. I always learn new things reading your posts.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 31 May 2005 19:43:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555035#M87246</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-31T19:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555036#M87247</link>
      <description>Thanks Dear Stuart and SEP.&lt;BR /&gt;&lt;BR /&gt;sendmail server have multiple interfaces.&lt;BR /&gt;if i can add multiple lines in mc file like&lt;BR /&gt;DAEMON_OPTIONS(`Port=smtp,Addr=10.0.0.10, Name=MTA')dnl&lt;BR /&gt;DAEMON_OPTIONS(`Port=smtp,Addr=10.0.0.11, Name=MTA')dnl&lt;BR /&gt;DAEMON_OPTIONS(`Port=smtp,Addr=192.168.10.11, Name=MTA')dnl&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jun 2005 07:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555036#M87247</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-06-01T07:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555037#M87248</link>
      <description>Yes, you can do it that way.  That is what SEP does.&lt;BR /&gt;&lt;BR /&gt;Incidentally, if you really want to have account-less pop/smtp mail, then look at a differen MTA (i.e. surgemail instead of sendmail).&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jun 2005 07:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555037#M87248</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-01T07:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555038#M87249</link>
      <description>Yes,&lt;BR /&gt;&lt;BR /&gt;Attaching a script to build the sendmail.cf file off the sendmail.mc file.&lt;BR /&gt;&lt;BR /&gt;I should have mentioned earlier and therefor deserve no points for this post, that merely modifying the .mc file does nothing. You have to process it to put it into production.&lt;BR /&gt;&lt;BR /&gt;The attached script does this processing.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Jun 2005 08:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555038#M87249</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-01T08:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555039#M87250</link>
      <description>The other thing you can do is rely upon the RH startup routines, or the inferstructure RH put in place for sendmail.&lt;BR /&gt;&lt;BR /&gt;Whenever sendmail starts on a RH box (RH8 or newer), it steps through the following code:&lt;BR /&gt;&lt;BR /&gt;        echo -n $"Starting $prog: "&lt;BR /&gt;        if test -x /usr/bin/make -a -f /etc/mail/Makefile ; then&lt;BR /&gt;          make all -C /etc/mail -s &amp;gt; /dev/null&lt;BR /&gt;        else&lt;BR /&gt;          for i in virtusertable access domaintable mailertable ; do&lt;BR /&gt;            if [ -f /etc/mail/$i ] ; then&lt;BR /&gt;                makemap hash /etc/mail/$i &amp;lt; /etc/mail/$i&lt;BR /&gt;            fi&lt;BR /&gt;          done&lt;BR /&gt;        fi&lt;BR /&gt;        /usr/bin/newaliases &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;Simply put, it runs a 'make' in the '/etc/mail' directory, which will re-build any CF files if an MC file has been updated.&lt;BR /&gt;&lt;BR /&gt;it also forcibly re-makes any of the database files, and re-creates the alias database.&lt;BR /&gt;&lt;BR /&gt;Basically, if you make a change and restart sendmail, the changes should come through without having to go to extra lengths.&lt;BR /&gt;&lt;BR /&gt;If you just make a change to one of the databases, you can either do a 'make' in '/etc/mail' or do a 'service sendmail reload' (which will basically do that anyway, but it will also HUP sendmail).&lt;BR /&gt;&lt;BR /&gt;Much fun.. ;)</description>
      <pubDate>Wed, 01 Jun 2005 08:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555039#M87250</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-01T08:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555040#M87251</link>
      <description>.. but I guess if 'make' isn't on the system, that doesn't help much ..&lt;BR /&gt;&lt;BR /&gt;who has a system without make though?&lt;BR /&gt;&lt;BR /&gt;(0 pts please)</description>
      <pubDate>Wed, 01 Jun 2005 08:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555040#M87251</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-01T08:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555041#M87252</link>
      <description>Maaz and others,&lt;BR /&gt;&lt;BR /&gt;I don't use sendmail, so I can't help on the discussion right now.&lt;BR /&gt;&lt;BR /&gt;But, if possible, I suggest to Maaz to look for Postfix. Postfix is very reliable, secure, has good performance, has a lot of documentation on the net and is easier to configure to me. redhat has the 2 options and a tool to switch from sendmail to postfix automaticaly when you has just finished the installation and didn't make any customization. I don't know if you run that tool now you will carry your customizations to postfix.&lt;BR /&gt;&lt;BR /&gt;What does you think about that friends ?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko</description>
      <pubDate>Wed, 01 Jun 2005 09:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555041#M87252</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-06-01T09:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible that email users havent login account.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555042#M87253</link>
      <description>Thankx Dear All. SEP and Stuart, i m highly thankful to u, for the support.&lt;BR /&gt;Many Thanks for xyko for ur sugestion.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Wed, 01 Jun 2005 10:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-that-email-users-havent-login-account/m-p/3555042#M87253</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-06-01T10:37:10Z</dc:date>
    </item>
  </channel>
</rss>

