Activity Stream
48,167 MEMBERS
61151 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member
    Website's:
    hd-scene.com babeswaiting.com pixshore.com

    Default SMTP Server

    Can anyone tell me detailed step by step how to setup SMTP Server In Linux

    I have a list double - opt in abt 80K emails

    I have to send them regular emails every 3 to 4 days

    Can anyone help

    I use centos 5
    Algore Reviewed by Algore on . SMTP Server Can anyone tell me detailed step by step how to setup SMTP Server In Linux I have a list double - opt in abt 80K emails I have to send them regular emails every 3 to 4 days Can anyone help I use centos 5 Rating: 5

  2.   Sponsored Links

  3.     
    #2
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    We're not going to help you spam 80 thousand people every 3-4 days Algore...

    Spamming doesnt work.

  4.     
    #3
    Member
    Website's:
    hd-scene.com babeswaiting.com pixshore.com
    Its not spamming mate

    I own the list from my health blogs

    I run 8 health blogs

    I will be sending them newsletters

    I dont like to use a pid service like aweber else i would have done that

    I dont have that f***ing time to spam as i make money full white way

  5.     
    #4
    Member
    Website's:
    ServeDome.com
    Here you go :

    yum install exim
    yum install system-switch-mail

    Switch your MTA & set exim to start on boot

    system-switch-mail

    service sendmail stop

    service exim start

    chkconfig exim on

    chkconfig sendmail off


    Add a root alias, eg: “root: me@example.com

    vi /etc/aliases


    You may also wish to add some config to your routers section like this, if you want to relay
    through a smart host.

    vi /etc/exim/exim.conf


    Then add this before the “dnslookup:” section.

    to_smart_host:
    driver = manualroute
    domains = ! +local_domains
    transport = remote_smtp
    route_list = “* mail1.example.com:mail2.example.com;”


    Restart exim

    service exim restart


    To test, send an email

    echo “test” |mail -s “$HOSTNAME” me@example.com

  6.     
    #5
    Member
    Website's:
    hd-scene.com babeswaiting.com pixshore.com
    Great .. thx ..

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Unable to connect to outgoing SMTP email server
    By Areon in forum Server Management
    Replies: 0
    Last Post: 26th Feb 2014, 11:39 AM
  2. Own SMTP Server... How?
    By chrsmrtn81 in forum Webmaster Discussion
    Replies: 2
    Last Post: 2nd Oct 2012, 08:38 AM
  3. How to Prevent the IIS SMTP Virtual Server from Relaying E-mail Messages
    By Albert.Nawaro in forum Tutorials and Guides
    Replies: 0
    Last Post: 9th Feb 2012, 10:54 AM
  4. Is there a SMTP server without authentication?
    By m107 in forum General Discussion
    Replies: 11
    Last Post: 10th Jul 2010, 12:13 PM
  5. install SMTP on VPS ??
    By warezrock in forum Technical Help Desk Support
    Replies: 0
    Last Post: 19th May 2010, 03:46 AM

Tags for this Thread

BE SOCIAL