Sendmail Relay With POP Authentication

Discussion in 'HOWTO-Related Questions' started by rashid, Nov 24, 2011.

  1. rashid

    rashid New Member

    Give Any Idea for Sendmail Relay With POP Authentication.
     
  2. nbhadauria

    nbhadauria New Member

  3. rashid

    rashid New Member

    poprelay

    nbhadauria
    i want to authentications via POP3 and IMAP to user access relay sendmail. I search about poprelay its allow with pop log and get pop user IP address and give access to limited time period. Other wise not relay. But I can not configure




    http://en.sourceforge.jp/projects/sfnet_poprelay/downloads/poprelay/1.5/poprelay1.5.tar.gz/

    Project Description
    A daemon that monitors authentications via POP3 and IMAP, and allows hosts that have authentiated to relay mail via sendmail for a short period of time.
     
    Last edited: Nov 25, 2011
  4. rashid

    rashid New Member

    I Want This..

    <<< 503-currently not permitted to relay through this server. Perhaps you have not <<< 503-logged into the pop/imap server in the last 30 minutes or do not have SMTP <<< 503-Authentication turned on in your email client.
    <<< 503 Valid RCPT command must precede DATA
     
  5. falko

    falko Super Moderator Howtoforge Staff

  6. rashid

    rashid New Member

    falko
    pop-before-smtp giving error when start.


    /etc/init.d/pop-before-smtp start
    Starting pop-before-smtp: Can't locate File/Tail.pm in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5) at /usr/sbin/pop-before-smtp line 13.
    BEGIN failed--compilation aborted at /usr/sbin/pop-before-smtp line 13.
    [FAILED]
     
  7. falko

    falko Super Moderator Howtoforge Staff

    You must install the File::Tail Perl module. Which distribution do you use?
     
  8. rashid

    rashid New Member

    falko ..

    where i change this
    how i install or changes in (File::Tail Perl module)

    Rashid Khan.
     
  9. falko

    falko Super Moderator Howtoforge Staff

    Which distribution do you use?
     
  10. rashid

    rashid New Member

    falko..

    which file i change this (File::Tail Perl module)
    i used cenos.

    Regards
    Rashid.
     
  11. falko

    falko Super Moderator Howtoforge Staff

    Try this:
    Code:
    yum install perl-File-Tail
     

Share This Page