Dear Komal,
We have an accounting package developed on Linux, with Postgresql as
the backend and Java Swing as the front end. The package covers all the
aspects of accounting with standard features like accounts
receivable/payable, Bank reconcillation statement,etc. You can reach me
at the above email address or my contact numbers are:
Mobile: 98427-21804
Land Line: 0424-218000 (3 Lines)
Regards,
Shanmugasundaram.D.
On Tue, 2002-07-16 at 18:41,
[EMAIL PROTECTED] wrote:
> Send linux-india-help mailing list submissions to
> [EMAIL PROTECTED]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/linux-india-help
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of linux-india-help digest..."
>
> ----
>
> Today's Topics:
>
> 1. sendmail aliases help. (nikam)
> 2. Re: sendmail aliases help. (Arvind)
> 3. Re: TFTP server (root)
> 4. Re: TFTP server (Binand Raj S.)
> 5. Re: sendmail aliases help. (Philip S Tellis)
> 6. Re: problem installing cyrus-sasl 2.1.5-2 (Mithun Bhattacharya)
> 7. Regarding FTP gateway server. (Nisu Rav)
> 8. Mounting Fat Partition (Mini)
> 9. Re: shifting from mbox to Maildirs (Devdas Bhagat)
> 10. /dev/dsp permission denied ... (Bhoopendra Singh)
> 11. Re: shifting from mbox to Maildirs (Binand Raj S.)
> 12. Good Accounting Software under linux (komal)
> 13. Re: Good Accounting Software under linux (Shridhar Daithankar)
> 14. Re: Good Accounting Software under linux (Dushyanth Harinath)
> 15. Re: Good Accounting Software under linux (Devdas Bhagat)
> ----
>
> From: nikam <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [LIH]sendmail aliases help.
> Date: 16 Jul 2002 14:15:58 +0530
>
> Hi All,
>
> I am using Sendmail 8.11.2. I am facing one problem in configuring
> aliases.
> I want to configure like this:
>
> if i send a mail to one user it has to deliver to 5 users.
>
> i opened /etc/aliases file and configured like this:
>
> test: kiran, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
> [EMAIL PROTECTED]
>
> after this i updated the aliases database using:
>
> newaliases or /usr/lib/sendmail -bi
>
> but it gave the following errors:
>
> /etc/aliases: line 46: dumper... cannot alias non-local names
> /etc/aliases: line 47: abuse... cannot alias non-local names
> /etc/aliases: line 49: newsadm... cannot alias non-local names
> /etc/aliases: line 50: newsadmin... cannot alias non-local names
> /etc/aliases: line 51: usenet... cannot alias non-local names
> /etc/aliases: line 52: ftpadm... cannot alias non-local names
> /etc/aliases: line 53: ftpadmin... cannot alias non-local names
> /etc/aliases: line 54: ftp-adm... cannot alias non-local names
> /etc/aliases: line 55: ftp-admin... cannot alias non-local names
> /etc/aliases: line 58: decode... cannot alias non-local names
> /etc/aliases: line 58: test... cannot alias non-local names
> /etc/aliases: 0 aliases, longest 0 bytes, 0 bytes total
>
>
> I request to suggest what to do to solve this problem.
>
> Thanx in advance.
> Warm regards,
> Kiran Nikam.
>
>
> ----
>
> From: Arvind <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [LIH]sendmail aliases help.
> Date: 16 Jul 2002 14:48:12 +0530
>
>
>
> | Hi All,
> |
> | I am using Sendmail 8.11.2. I am facing one problem in configuring
> | aliases.
> | I want to configure like this:
> |
> | if i send a mail to one user it has to deliver to 5 users.
> |
> | i opened /etc/aliases file and configured like this:
> |
> | test: kiran, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
> | [EMAIL PROTECTED]
> |
> | after this i updated the aliases database using:
> |
> | newaliases or /usr/lib/sendmail -bi
> |
> | but it gave the following errors:
> |
> | /etc/aliases: line 46: dumper... cannot alias non-local names
> | /etc/aliases: line 47: abuse... cannot alias non-local names
> | /etc/aliases: line 49: newsadm... cannot alias non-local names
> | /etc/aliases: line 50: newsadmin... cannot alias non-local names
> | /etc/aliases: line 51: usenet... cannot alias non-local names
> | /etc/aliases: line 52: ftpadm... cannot alias non-local names
> | /etc/aliases: line 53: ftpadmin... cannot alias non-local names
> | /etc/aliases: line 54: ftp-adm... cannot alias non-local names
> | /etc/aliases: line 55: ftp-admin... cannot alias non-local names
> | /etc/aliases: line 58: decode... cannot alias non-local names
> | /etc/aliases: line 58: test... cannot alias non-local names
> | /etc/aliases: 0 aliases, longest 0 bytes, 0 bytes total
> |
>
> this error basically means that only local users can be aliased.
> all the people whom u want in that list should be a local user on the box.
>
> Arvind
>
>
>
>
> ----
>
> From: root <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [LIH]TFTP server
> Date: 16 Jul 2002 14:55:03 +0530
>
> On Mon, Jul 15, 2002 at 06:41:07PM +0530, Binand Raj S. spoke out thus:
> > On Monday 15 July 2002 06:49 pm, root wrote:
> > > Dear All,
> > > TFTP server is being used for taking the configuration backups from
> > > cisco routers. Has anyone any idea how to configure it at in linux env ?
> > > I don't have much info regarding this except installing binary on linux.
> > > Now how to proceed from router etc ...Can anyone please put some lights on
> > > it.
> >
> > Install the tftp-server package on RedHat. (You will need xinetd).
> > Enable it in /etc/xinetd.d/tftp. Restart xinetd.
> >
> > On the router, run (in enable mode)
> >
> > copy running-config tftp
> >
> > Give your tftp server IP and filename. Thats all there to it.
> Dear Binand,
>
> This is what i have done exactly.
> [root@backup root]# rpm -qa|grep tftp
> tftp-server-0.17-14
> tftp-0.17-14
> [root@backup root]# /sbin/chkconfig --list|grep tftp
> tftp: on
>
> But when i try to do the same thing i get this error.
>
> ROUTER5300#copy runn tftp
> Address or name of remote host []? 172.18.15.51
> Destination filename [dccggn5300-confg]?
> TFTP: error code 1 received - File not found
>
> %Error opening tftp://172.18.15.51/dccggn5300-confg (Undefined error)
> ROUTER5300#
>
> I am able to ping 172.18.15.51 ...But tftp does't work..i have created /tftpboot dir
>as well
> with a+rw.
>
> Am i missing something..?
>
> Regards,
> -Yash
>
>
>
>
> >
> > Binand
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > linux-india-help mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/linux-india-help
> >
>
> ----
>
> From: Binand Raj S. <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [LIH]TFTP server
> Date: 16 Jul 2002 14:56:07 +0530
>
> On Tuesday 16 July 2002 02:55 pm, root wrote:
> > ROUTER5300#copy runn tftp
> > Address or name of remote host []? 172.18.15.51
> > Destination filename [dccggn5300-confg]?
> > TFTP: error code 1 received - File not found
> >
> >
> > %Error opening tftp://172.18.15.51/dccggn5300-confg (Undefined error)
> > ROUTER5300#
>
> Now you are guilty of what I think is an unpardonable offense on this list -
> of not reading the documentation :-(
>
> man tftpd tells me:
>
> Due to the lack of authentication information, tftpd will allow
> only publicly readable files to be accessed. Files may be written only
> if they already exist and are publicly writable.
>
> So, touch the target filename (with mode 666, say) on /tftpboot before trying
> from the router. Also, make /tftpboot 777 (In fact, change the tftpboot
> directory elsewhere).
>
> Binand
>
> ----
>
> From: Philip S Tellis <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [LIH]sendmail aliases help.
> Date: 16 Jul 2002 15:03:59 +0530
>
> On Tue, 16 Jul 2002, nikam wrote:
>
> > i opened /etc/aliases file and configured like this:
> >
> > test: kiran, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
> > [EMAIL PROTECTED]
>
> aliases can only be given from one local name to another localname.
> what you want is mail forwarding. use a .forward file in the home
> directory for test.
>
> Find and read the docs for .forward files.
>
> --
> Any sufficiently advanced technology is indistinguishable from magic.
> -- Arthur C. Clarke
>
>
>
> ----
>
> From: Mithun Bhattacharya <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [LIH]problem installing cyrus-sasl 2.1.5-2
> Date: 16 Jul 2002 03:01:57 -0700
>
>
> --- Arvind <[EMAIL PROTECTED]> wrote:
>
> > its not that i dont understand the problem of dependencies.
> > it was a bad day for me, when more than 3 packages calling for
> > dependencies.
>
>
> If you are using DeadRat then why are you not using it properly. You
> cant expect dependancy issues to not come into picture if you are using
> Debian or Suse either. If you claim you would use apt-get in debian
> then why dont you use up2date on RedHat. ?
>
>
> Mithun
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Autos - Get free new car price quotes
> http://autos.yahoo.com
>
> ----
>
> From: Nisu Rav <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [LIH]Regarding FTP gateway server.
> Date: 16 Jul 2002 16:44:45 +0530
>
>
> Hello friends,
>
> I have three ftp servers and it is running along with apache on Redhat
> Linux 7.2
> Right now all the three serers are having different host names e.g
> ftp1.domain.com, ftp2.domain.com and ftp3.domain.com.
>
> Now i want to install and configure a new system which can acct as ftp
> gatway and depending on the requested user name it can redirect the
> request to specific ftp server.
> like the new server i would like to configur for ftp gate was is
> ftp.domain.com and while doing ftp to it and entering username or username
> & password it should redirect the request the query to specific ftp server.
> either to ftp1.domain.com or ftp2.domain.com ....and so on.
>
> Is it possible.
>
> Nisarg Rav
>
> ----
>
> From: Mini <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [LIH]Mounting Fat Partition
> Date: 16 Jul 2002 11:10:28 +0000
>
> to mount a fat partition you also need to edit and add a line to
> the /etc/fstab file.
> There is an article about this on www.freeos.com that can be found
> here : http://www.freeos.com/articles/4491/
>
> Regards
> Mini
>
>
> _________________________________________________________
> There is always a better job for you at Monsterindia.com.
> Go now http://monsterindia.rediff.com/jobs
>
>
> ----
>
> From: Devdas Bhagat <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [LIH]shifting from mbox to Maildirs
> Date: 16 Jul 2002 15:55:00 +0530
>
> On 16/07/02 10:42 +0530, Binand Raj S. wrote:
> <snip>
> > Thaths, why do you recommend taking the system down to single user
> > mode? Isn't stopping the mail subsystem enough?
> It should be. But you don't want users accessing their mail either.
>
> <snip>
> > Is it? Consider a mailbox with 10,000 mails. With mbox, when the client
> > does a STAT command, the POP server needs to open mbox, parse
> > it, and then send the response. Whereas with maildirs, the server
> > just needs to run stat() in a loop. Or if a single mail is requested, its
> > serial no (in the STAT command) is mapped to the filename in Maildir/new,
> > so a comparatively smaller file needs to be opened and sent across the
> > network.
> But there is the overhead of stat(2)ing a lot of files in a single
> folder. ext2 is bad at this. xfs is much better.
>
> > Maybe CRLF translation requirement would make it necessary to open all files
> > in a Maildir to be opened before their sizes can be determined.
> >
> > Also, it seems to me that memory usage etc. of a POP/IMAP server serving
> > Maildir mailboxes would be lesser compared to one serving mbox mailboxes.
> For pop, it is much less, imap has a higher usage due to the nautre of
> the protocol.
>
> > I'd like to know what your reasons are in saying both would be equally (?)
> > slow when dealing with large mailboxes.
> >
> > Thinking about it, are there any benchmarks on the relative performance of
> > these two systems out there? Didn't find any on DJB's home page.
> stat() on a few thousand files is timeconsuming.
>
> > > Cyrus IMAP as well. It has a non-standard format of storing mail that is
> > > sort of like Maildir. But the problem there would be user's can only read
> > > mail through the IMAP (i.e you cannot use mutt locally on the machine to
> > > read off /var/spool/mail or ~/Mail).
> >
> > The problem with Cyrus would be one of migration - both to and from. Does
> > it ship with tools that migrate mbox/Maildir to its database format? Or vice
> > versa?
> It does come with scripts, the only information lost is the seen info.
> Or you could just get users to fetchmail their stuff over into
> cyrus/courier/whatever.
> imap server -> fetchmail -> MTA running only on 127.0.0.1 and delivering
> to your new imap server. Tell users to run a fetchmail script once (down
> the mail system for a few hours, get all users to migrate (or reset
> everyones passwords) and then simply let the new imapd run).
>
> Devdas Bhagat
>
> ----
>
> From: Bhoopendra Singh <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Subject: [LIH]/dev/dsp permission denied ...
> Date: 16 Jul 2002 17:11:36 +0530
>
>
>
>
>
>
> Hi !
>
> On one of my Dell systems (Red Hat Linux 7.2 , Intel 815 chipset sound )
> the sound is not working .
> Whenever user logs in it says ' /dev/dsp: permission denied ' kind of
> error. While it is creating a huge
> '/dev/dsp' file , say 64 MB or so . Any clue to this ?
>
>
> Thanks & regards
>
> Bhoopendra
>
> --
>
>
> If it happens once, it's a bug.
> If it happens twice, it's a feature.
> If it happens more than twice, it's a design philosophy.
>
>
>
>
> ----
>
> From: Binand Raj S. <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [LIH]shifting from mbox to Maildirs
> Date: 16 Jul 2002 17:48:31 +0530
>
> On Tuesday 16 July 2002 03:55 pm, Devdas Bhagat wrote:
> > But there is the overhead of stat(2)ing a lot of files in a single
> > folder. ext2 is bad at this. xfs is much better.
>
> Well, my question was whether stat()'ing a lot of files would be faster, or
> whether open()'ing one file, read()'ing from that file, implementing a
> mechanism that looks for the regex "^From ", generating individual email sizes
> from these etc. would be faster. My vote goes for stat(). Though I'd like to
> see some benchmarks.
>
> > > Also, it seems to me that memory usage etc. of a POP/IMAP server serving
> > > Maildir mailboxes would be lesser compared to one serving mbox mailboxes.
> >
> > For pop, it is much less, imap has a higher usage due to the nautre of
> > the protocol.
>
> Why? I thought IMAP would have lower memory usage, since it makes this
> distinction between mail headers and body. The client fetches headers and
> body separately, using two different commands. So, while the headers are
> being fetched, the server need not allocate memory for the body, and vice
> versa.
>
> Of course, all this argument would depend on any particular server's
> implementation of the protocol. :-)
>
> > > The problem with Cyrus would be one of migration - both to and from. Does
> > > it ship with tools that migrate mbox/Maildir to its database format? Or
> > > vice versa?
> >
> > Or you could just get users to fetchmail their stuff over into
> > cyrus/courier/whatever.
> > imap server -> fetchmail -> MTA running only on 127.0.0.1 and delivering
> > to your new imap server. Tell users to run a fetchmail script once (down
>
> Come on. The very nature of the IMAP protocol obviates the MTA in between.
>
> A client will FETCH mails from one IMAP server, and STORE the mail on the
> other server. Why do you need the MTA?
>
> There are clients that do this - I remember a recent thread on the courier
> users list where a few were listed, and links to freshmeat were given. The
> discussion there was about migrating from MS Exchange to Courier :-)
>
> Binand
>
>
> ----
>
> From: komal <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [LIH]Good Accounting Software under linux
> Date: 16 Jul 2002 18:26:35 +0530
>
> Hi friends,
>
> I have convinced three C.A. in my town to use Linux.But the big problem is
> that they are using Tally accounting package .Pls suggest some good
> accountings software under Linux like Tally.
> Also suggest good Page layout software under linux for DTP work.
> Thanking you.
> komal
>
>
>
> ----
>
> From: Shridhar Daithankar <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [LIH]Good Accounting Software under linux
> Date: 16 Jul 2002 18:37:51 +0530
>
> On Tuesday 16 July 2002 18:26, komal wrote:
> > Also suggest good Page layout software under linux for DTP work.
>
> Kword1.2betax. Supposedly very good but I haven't laid my hands over it. From
> my previous experience with KWord, it should be pretty good..
>
> Shridhar
>
> ----
>
> From: Dushyanth Harinath <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [LIH]Good Accounting Software under linux
> Date: 16 Jul 2002 18:35:30 +0530
>
> Hi ,
>
> * <[EMAIL PROTECTED]> wrote from a remote bunker :
> >
> > I have convinced three C.A. in my town to use Linux.But the big problem is
> > that they are using Tally accounting package .Pls suggest some good
> > accountings software under Linux like Tally.
>
> Heard that Tally works well under wine , I don't have much info on that
> but someone else here can help.
>
> > Also suggest good Page layout software under linux for DTP work.
>
> AFAIK, there are none..
>
> cheers
> dushyanth
> --
> Access denied--nah nah na nah nah!
>
> http://symonds.net/~dushy
>
> ----
>
> From: Devdas Bhagat <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [LIH]Good Accounting Software under linux
> Date: 16 Jul 2002 19:13:47 +0530
>
> On 16/07/02 18:26 +0530, komal wrote:
> > I have convinced three C.A. in my town to use Linux.But the big problem is
> > that they are using Tally accounting package .Pls suggest some good
> > accountings software under Linux like Tally.
> I believe this was posted some time back. Otheriwse, you have GNUcash.
>
> > Also suggest good Page layout software under linux for DTP work.
> TeX (LyX is a GUI frontend)
>
> Devdas Bhagat
>
>
>
> ----
>
> _______________________________________________
> linux-india-help mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/linux-india-help
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help