• 0
  • مالي خلق
  • أتهاوش
  • متضايق
  • مريض
  • مستانس
  • مستغرب
  • مشتط
  • أسولف
  • مغرم
  • معصب
  • منحرج
  • آكل
  • ابكي
  • ارقص
  • اصلي
  • استهبل
  • اضحك
  • اضحك  2
  • تعجبني
  • بضبطلك
  • رايق
  • زعلان
  • عبقري
  • نايم
  • طبيعي
  • كشخة
  • النتائج 1 إلى 3 من 3

    الموضوع: ما هى طريقة كيفية عمل مييل سيرفر من الألف إلى الياء???

    1. #1
      التسجيل
      09-12-2004
      المشاركات
      1
      المواضيع
      1
      شكر / اعجاب مشاركة

      ما هى طريقة كيفية عمل مييل سيرفر من الألف إلى الياء???

      من فضلكم كيفية عمل سيرفر مجانى بدون ترخيص حيث إنى أريد عمل Mail Server

      خطوة بخطوة
      لو كان على نظام لينكس يكون أفضل حيث أننى أعلم أن اللينكس نظام تشغيل مجانى و هل سيحتاج لتأمين ببرامج مكافحة للفيروسات والإعلانات Spams








      وما هو نوع الإصدار الأفضل فى لينكس وهل يوجد موقع يمكنى أنة أحملة منة؟؟؟ حيث أنى مستخدم لويندوز والشبكة الحالية خليط من ويندوز 98& أكس بى هووم إديشن & بروفيشينال& 2003 سيرفر ولكن الميل الموجود على سيرفر يكاد يصرخ من كثرة المشاكل به وقلة المساحة زالذاكرة فقالوا لى الحل فى أستبدال هذا الخادم من نظام ويندوز إن -تى و ميل سيرفر لوتس نوتس إلى نظام لينكس وبريد خاص به !!!!!

      فسأبدأ إنشاء الله بجهودكم ومساعدتكم بالخادم الخاصبالبريد الموجود بشرط أن يكون لا يتطلب شراء أو ترخيص وخطوة بخطوة معكم بإذن الله أنشأ خادم للبريد وفى أتدرب علية ثم أغير السيرفر القديم للينكس أيضاً .هل من الممكن أن يساعدنى أحد فى هذا الحلم ؟؟
      وفى نفس الوقت هل من الممكن إضافة برامج ملحقه للحماية لة مثل التى توجد فى نورتون و Microsoft Exchange

      و من له خبرة فى هذا المجال أرجوا أن يسعفنى و جزاكم الله خيراً عن جهدكم

      وأظن هذه التجربة ستفيد الكثير من المهتمين بعمل الشبكات خصوصاً بنظام قوى مثل لينكس.

      فى أنتظار مشاركة ذوى العلم والخبرة و جزاكم الله خيراً






      شكراً لإهتمامك ...أخوكم فى الله

      إسلام


    2. #2
      التسجيل
      31-08-2004
      المشاركات
      412
      المواضيع
      48
      شكر / اعجاب مشاركة

      مشاركة: ما هى طريقة كيفية عمل مييل سيرفر من الألف إلى الياء???

      This HOWTO is intended to be a "quick and dirty" guide to getting qmail, an excellent MTA (Mail Transport Agent) written by Dan Bernstein, up and running with a minimum of hassle.

      Table of Contents:

      i. Introduction
      ii. Requirements for qmail
      iii. Our qmail installation
      iv. Other Documentation
      1. Downloading and unpacking the source
      2. RTFM
      3. Create the qmail home directory.
      4. Create the necessary users and groups to run qmail.
      5. Compile qmail and related programs.
      6. Configure qmail.
      7. Install the qmail aliases.
      8. Set up daemontools and create control directories.
      8a. Access control
      9. Kill sendmail!
      10. Create /var/qmail/rc.
      10a. Maildir
      11. Starting qmail.
      12. rblsmtpd.
      13. RTFM
      14. The control files..
      15. dot-qmail.
      16. Virtual Domains
      17. Fastforward
      17. The End.
      Acknowledgements
      Payment!


      Introduction

      Why qmail?

      Why switch to qmail? If you've ever edited a sendmail.cf file, you know why. But there are other reasons to switch. Here are some of the more common reasons:

      • Security. qmail is secure. This claim was backed up by a $1000 prize offered by qmail supporters. After a year, the prize money was not claimed, and was sent to the Free Software Foundation. Dan Bernstein, the author of qmail, is also currently offering a $500 prize for anyone who can find a security hole in qmail.
      • Speed. qmail is capable of handling millions of deliveries per day on a moderate system. Even a 486 can handle mail volumes of 100,000 messages per day and many simultaneous deliveries.
      • Reliability. qmail writes mail to disk before it announces success. This way, even if there is a loss of power in the middle of a disk write, qmail will not lose mail.
      • Extremely easy virtual domain administration. There is even an add-on for qmail called vpopmail which supports Virtual POP domains. Using this package, it is possible to set up POP3 users who do not even have UNIX accounts on the system.
      • User-controlled mailing lists using ezmlm.
      • Intuitive, straightforward, and simple administration.
      Like any good software, if you want to get the most out of qmail, you will have to understand the theories behind how it works, and why it does things the way it does. (for a very high-level look at how the components of qmail interact with each other, check out the qmail big picture.)

      My first advice to you will be: read all of the INSTALL files, and as many of the man files as you can. Learning how qmail's basic theories differ from those of sendmail's is a key requirement for understanding qmail. Try to get an idea of how qmail works.

      Qmail breaks up each specific task of mail handling and assigns each to a different program. Each program is independent. This model has several advantages, including ease of use, faster debugging, and easy integration with custom tools.

      Requirements

      Before even attempting to install qmail, your system must meet the following requirements:

      • You must be running UNIX or a UNIX-like operating system. A mostly complete list of operating systems that qmail supports is contained in the README file which is supplied with the qmail distribution.
      • You MUST have a working DNS, and your system must have a DNS name. qmail does not search an /etc/hosts file in order to look up domain names. A workaround is possible using smtproutes, but doing this is not recommended, or desirable in most cases.
      • You must have a working C compiler. If your compiler cannot be called using "cc", you will have to edit the conf-* files in the qmail source tree in order to tell qmail what to use.
      Our qmail installation

      qmail is extremely flexible. It is possible to install it in a zillion different ways. However, if you follow this HOWTO, exactly as it is written, you will wind up with a qmail installation that is surprisingly similar to most sendmail installations, including:

      • Support for /etc/aliases
      • Support for .forward files
      http://www.flounder.net/qmail/qmail-howto.html#i

    3. #3
      التسجيل
      26-10-2002
      المشاركات
      196
      المواضيع
      16
      شكر / اعجاب مشاركة

      مشاركة: ما هى طريقة كيفية عمل مييل سيرفر من الألف إلى الياء???

      قد تجد ماتريد فيما يلى

      http://www.arabswell.com/vb/showthread.php?t=14481

    ضوابط المشاركة

    • لا تستطيع إضافة مواضيع جديدة
    • لا تستطيع الرد على المواضيع
    • لا تستطيع إرفاق ملفات
    • لا تستطيع تعديل مشاركاتك
    •