Problem with POP3 in an account of mail in Yahoo

Discussion in 'General' started by jofranco, Jun 30, 2006.

  1. jofranco

    jofranco New Member

    Hi:

    when I review my mail via pop3 from Yahoo appears the following error:

    The POP server does not allow to use command LAST.

    this my configuration:

    mail server : xxx.company.com
    acount : web1_username
    password : *****

    How I solve the problem?

    Thanks.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which POP3 daemon have you installed on your server?
     
  3. jofranco

    jofranco New Member

    I have Centos 4.3

    the output is

    tcp 0 0 *: pop3s *:* LISTEN
    tcp 0 0 *: pop3 *:* LISTEN


    12815 ? S 0:00 pop3-login
    6105 ? S 0:00 pop3-login
    6124 ? S 0:00 pop3-login
    12982 pts/1 S+ 0:00 grep pop

    is correct?
     
  4. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    netstat -tap
    ? Anything in your mail log?
     
  5. jofranco

    jofranco New Member

    [root@sagitario log]# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:32769 *:* LISTEN 2452/rpc.statd
    tcp 0 0 *:mysql *:* LISTEN 18202/mysqld
    tcp 0 0 *:sunrpc *:* LISTEN 2432/portmap
    tcp 0 0 *:81 *:* LISTEN 3243/ispconfig_http
    tcp 0 0 *:ftp *:* LISTEN 20189/proftpd: (acc
    tcp 0 0 sagitario.company.co:domain *:* LISTEN 3495/named
    tcp 0 0 localhost.localdomai:domain *:* LISTEN 3495/named
    tcp 0 0 *:smtp *:* LISTEN 20279/master
    tcp 0 0 localhost.localdomain:rndc *:* LISTEN 3495/named
    tcp 0 0 *:imaps *:* LISTEN 2575/dovecot
    tcp 0 0 *: pop3s *:* LISTEN 2575/dovecot
    tcp 0 0 * : pop3 *:* LISTEN 2575/dovecot
    tcp 0 0 *:imap *:* LISTEN 2575/dovecot
    tcp 0 0 *:http *:* LISTEN 3402/httpd
    tcp 0 0 *:ssh *:* LISTEN 2599/sshd
    tcp 0 0 *:smtp *:* LISTEN 20279/master
    tcp 0 0 ::1:rndc *:* LISTEN 3495/named
    tcp 0 0 *:https *:* LISTEN 3402/httpd


    the output in /var/log/maillog is:

    Jul 1 16:50:53 sagitario pop3-login: Login: web1_username [::ffff:68.142.200.95]
     
    Last edited: Jul 2, 2006
  6. falko

    falko Super Moderator ISPConfig Developer

    Please make sure that Maildir is enabled under Management -> Server -> Settings -> Email in ISPConfig.
     
  7. jofranco

    jofranco New Member

    The configuration is enable

    Something more than to review?

    Thanks
     
  8. jofranco

    jofranco New Member

    The solution is:

    Have you gone into the Yahoo setup and unchecked "Retrieve new messages only"? Apparently that's the only way to work around this error.






    Thanks.
     
  9. falko

    falko Super Moderator ISPConfig Developer

    So you're trying to fetch mails from the Yahoo server and not from the ISPConfig server? Then this has absolutely nothing to do with ISPConfig...
     
  10. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

    isnt it easier to set the @yahoo address as a forward address in your isp account?
     
  11. jofranco

    jofranco New Member

    Yes, is correct.

    but some clients have accounts in yahoo and wish to continue reading their email from yahoo and to add the new account of email in yahoo
     
  12. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

    But the efect will be the same... all email will be forwarded to yahoo.
     
  13. jofranco

    jofranco New Member

    Ok.
    Thanks for everything
     

Share This Page