LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-28-2011, 10:57 AM   #16
centos123
Member
 
Registered: Apr 2011
Posts: 397

Rep: Reputation: 16

if you follow my path then u will configure in 2 hr only.iam making mail server,
1>install php,perl,mysql.
2>goto to qmailtoaster.org.downlaod centos50 or 5064 sh script form their. then form form commnad prompt each sh script.it will install all necessasry rpm for making mail server.
3> make domain form vpopmail
4> check it form squirrelmail by login
 
Old 04-29-2011, 02:28 AM   #17
anishkumarv
Member
 
Registered: Feb 2010
Location: chennai - India
Distribution: centos
Posts: 294

Original Poster
Rep: Reputation: 10
Hi legends!!!


Quote:
Thanks for your Reply..:-)

Still in confuse stage...

http://www.linuxmail.info

iam following this link to configure mail server. now iam trying to configure locally ,

created one dns and installed the postfix/dovecot/squirel as per that document. but the mail

scanner / and calmd is it necessary for mail server configuration.Am i traveling in correct

path??? quite confuse!! :-(

No one replied this ???? but still the Thread is continuing :-(!!
 
Old 04-29-2011, 10:09 AM   #18
centos123
Member
 
Registered: Apr 2011
Posts: 397

Rep: Reputation: 16
qmail is best option but configuring qmail is little difficult.if you got proper notes then go for it
 
Old 04-30-2011, 12:33 PM   #19
roberto967
Member
 
Registered: Apr 2011
Location: Cagliari, Italy
Distribution: Slackware64-15.0 multilib
Posts: 117

Rep: Reputation: 36
Hi anishkumarv,

Quote:
Originally Posted by anishkumarv View Post
Hi Eric,

Thank alot for your reply , i googled regarding this issue most of the forum/blogs suggested

qmail is the best opt for configuring mail server, i am totally new to mail server so i am in

quite confuse stage..ya first iam trying local machine only if it succeeds only then move to

production server.

my system configuration 1GB RAM and Dual core processor..is this enough for testing process ??
you may be interested in this howto and patch for qmail and related software. It includes pages concerning virtual domains, setup of imap/pop3 with dovecot, spamassassin and roundcube webmail.
It's suitable for newbies too.

http://notes.sagredo.eu/node/8

best regards
Roberto
 
Old 05-02-2011, 01:27 AM   #20
anishkumarv
Member
 
Registered: Feb 2010
Location: chennai - India
Distribution: centos
Posts: 294

Original Poster
Rep: Reputation: 10
Hi Roberto/Eric,
#
i configured mailserver now i want to create 100 mail boxes for 100 users, for each user i want to allocate 3MB size to download and view

mails!! how to do like this, ?

Is it necessary to create 100 normal users for 100 mail boxes?? Please guide me!! guys
 
Old 05-02-2011, 06:37 AM   #21
roberto967
Member
 
Registered: Apr 2011
Location: Cagliari, Italy
Distribution: Slackware64-15.0 multilib
Posts: 117

Rep: Reputation: 36
Hi anishkumarv,

Quote:
Originally Posted by anishkumarv View Post
Hi Roberto/Eric,
#
i configured mailserver now i want to create 100 mail boxes for 100 users, for each user i want to allocate 3MB size to download and view

mails!! how to do like this, ?

Is it necessary to create 100 normal users for 100 mail boxes?? Please guide me!! guys
Are you using qmail/vpopmail? If yes, I think so.

You can use qmailadmin to easily create accounts, as you probably know.
I haven't seen anything about mass account registration, but I think it can be done from the command line building a script which invokes vadduser and reads all the informations from a txt file..

Code:
vadduser: usage: [options] email_address [passwd]
options: -v (print the version)
         -q quota_in_bytes (sets the users quota, use NOQUOTA for unlimited)
         -c comment (sets the gecos comment field)
         -e standard_encrypted_password
         -n no_password
         -r[len] (generate a len (default 8) char random password)
If you do it let us know

regards
Roberto
 
Old 05-02-2011, 07:59 AM   #22
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
Quote:
Originally Posted by roberto967 View Post
Are you using qmail/vpopmail? If yes, I think so.
He said that he followed this how-to: http://www.linuxmail.info/ which is based upon Postfix and Dovecot. Given the current state of qmail support, the difficulties in using it, and the desire to support 100+ users, I think that Postfix + Dovecot is the better choice. Anyway ....

@anishkumarv, when you say you have "configured" your mail server, would you please elaborate on what you mean by "have configured"? Are you able to successfully send and receive email for your domain? Do SASL and TLS work? Have you established virtual users, which would be prudent for 100+ users, or are you using Linux account users? Have you implemented any anti-spam and anti-virus filtering on your mail server and is it properly scanning messages?

You can implement disk quotas and set a 3MB limit in Postfix, but if I recall correctly, it requires an add-on patch to utilize this function, but you need to get the basis system fully functional and tested with the things I mention above first.
 
Old 05-02-2011, 08:17 AM   #23
roberto967
Member
 
Registered: Apr 2011
Location: Cagliari, Italy
Distribution: Slackware64-15.0 multilib
Posts: 117

Rep: Reputation: 36
Hi Noway2,

Quote:
Originally Posted by Noway2 View Post
... Given the current state of qmail support, the difficulties in using it, and the desire to support 100+ users...
what makes you think that qmail is difficult to use and not suitable for 100+ users?

best regards
Roberto
 
Old 05-02-2011, 11:19 AM   #24
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
Quote:
what makes you think that qmail is difficult to use and not suitable for 100+ users?
The number of posts over time on the difficulties with qmail and the fact that it has been unsupported with respect to security updates and patches for many years. The subject came up a few months ago here on LQ and the research at the time showed that the latest patch or modification was several years ago. In my opinion, this makes it a poor choice for establishing a new mail system in general as it is not likely to effectively counter modern threats or even become patched to new vulnerabilities. When you expand the system to many users the problems will only multiply as will your target footprint. By way of contrast, Postfix was recently patched for a newly discovered security vulnerability which recently made its way into the main distribution repositories.

Granted all email systems are difficult to setup, in fact it is probably one of the most difficult things to accomplish with a Linux server, but the impression I have developed over time is that more people have more trouble with qmail than the other MTA applications.
 
Old 05-02-2011, 12:21 PM   #25
roberto967
Member
 
Registered: Apr 2011
Location: Cagliari, Italy
Distribution: Slackware64-15.0 multilib
Posts: 117

Rep: Reputation: 36
Quote:
Originally Posted by Noway2 View Post
The number of posts over time on the difficulties with qmail
I think this is due to fact that qmail is also one of the most attractive for newbies... :-)

Quote:
Originally Posted by Noway2 View Post
and the fact that it has been unsupported with respect to security updates and patches for many years.
Despite of the fact that Bernstein discontinued his project many years ago, updated patches exists.

best regards
Roberto
 
Old 05-02-2011, 02:58 PM   #26
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
It would appear that you have had positive experience with qmail and your recommendations are based upon that. Your input is definitely appreciated. I am glad to hear the updates do exist. Based upon when I last looked on the mirrors, I did not see any and the last update I saw was several years old. If you have an up to date URL, I would appreciate it if you would please post a link to it. I know that myself, and others, have routinely recommended against qmail for the reasons outlined in this email. Knowing that current updates do exist would be helpful in that we could direct queries to the link(s).
 
Old 05-02-2011, 04:30 PM   #27
roberto967
Member
 
Registered: Apr 2011
Location: Cagliari, Italy
Distribution: Slackware64-15.0 multilib
Posts: 117

Rep: Reputation: 36
Quote:
Originally Posted by Noway2 View Post
It would appear that you have had positive experience with qmail and your recommendations are based upon that. Your input is definitely appreciated. I am glad to hear the updates do exist. Based upon when I last looked on the mirrors, I did not see any and the last update I saw was several years old. If you have an up to date URL, I would appreciate it if you would please post a link to it. I know that myself, and others, have routinely recommended against qmail for the reasons outlined in this email. Knowing that current updates do exist would be helpful in that we could direct queries to the link(s).
In no particular order:

...and of course I'm forgetting something. There are many other patches I like that wait for updates, but at the same time they can be still considered useful; chkuser http://www.interazioni.it/opensource/chkuser/ is one of them, it provides recipient verification and MAV.

The main repository of links to all the available projects is always http://qmail.org.

This stuff can be applyed over the original bernstein's program, that is claimed to be secure.

The thing that I mostly like of qmail is the possibility to choose the features that I need, and build my personal package of patches

best regards
Roberto

Last edited by roberto967; 05-03-2011 at 11:04 AM.
 
1 members found this post helpful.
Old 05-01-2012, 03:23 AM   #28
mail2ganesh.cse
Member
 
Registered: Apr 2012
Posts: 65

Rep: Reputation: Disabled
its easy to go with zimbra mail server installion but we have don have the posiblities of license version,.....

its very easy to go with postfix... kindly refer the below link to get the exaple confi of mail server on centos


http://www.linuxquestions.org/questi...884/page1.html
 
Old 05-08-2012, 01:05 AM   #29
sanjay87
Member
 
Registered: Oct 2011
Posts: 164

Rep: Reputation: Disabled
Try these link

http://library.linode.com/email/post...tu-10.04-lucid

are else u can go ahead with opensource mail server such as vmware zimbra ,iredmail

Last edited by sanjay87; 05-08-2012 at 01:06 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Centos Virtual server mail setup help keith_899 Linux - Server 6 11-04-2010 10:27 AM
[SOLVED] Mail Server For Centos using Ms-Office????? nico34 Linux - Software 3 05-17-2010 09:23 AM
I'm looking a solution about mail server on CENTOS ThanhDuongCong Linux - Server 2 05-11-2009 09:51 AM
Virtual Mail Server on CentOS 5 James Harrison Linux - Server 3 02-21-2008 06:23 AM
sendmail on CentOS 4.4 - where do I see the mail SENT to the server? Dan8080 Linux - Newbie 3 09-27-2006 11:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 12:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration