config pop and smtp for external mail

Discussion in 'Installation/Configuration' started by chua_jose, Jan 7, 2008.

  1. chua_jose

    chua_jose New Member

    Hi

    Since I can config ispconfig in order that the server pop is pop.xxxx.com and the smtp is smtp.xxxxx.com
    Just now only it me works if so much in him pop as in the smtp, I write xxxxxx.com.

    Is it possible to do in order that all the domains that I give of discharge, could use as server pop his name of domain type pop.newdomain.com and smtp.newdomain.com?


    ex: xxxxxxxxxxxxxx.com

    I want use pop.xxxxxxxxxxx.com and smtp.xxxxxxxxxxxxxx.com
    Of automatic form, I would not like to have to give of discharge a record To mx for every new domain

    if i user www.xxxxxx.com for pop and smtp protocol Everything works well.
    The same thing happens to me with the ftp, if in filezilla i write in addres www.xxx.com Everything works well, but if i write ftp.xxxx.com, doesn´t connect.

    Thanks
     
    Last edited: Mar 8, 2008
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Create DNS A-Records for pop.xxxx.com and smtp.xxxxx.com pointing to your server.
     
  3. chua_jose

    chua_jose New Member

    Thanks till
    Where I have to create the dns-A Record in order that it is applied automatic to all the domains??
    In named.cf??
    ex :
    for xxxxx.com
    smtp.xxxx.com and pop.xxxxx.com
    for yyyyy.com
    smtp.yyyy.com and pop.yyyy.com

    Thanks for all
     
    Last edited: Jan 7, 2008
  4. falko

    falko Super Moderator ISPConfig Developer

    Code:
    backup:/home/admin# dig ns videopubli.com
    
    ; <<>> DiG 9.3.4 <<>> ns videopubli.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54909
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;videopubli.com.                        IN      NS
    
    ;; ANSWER SECTION:
    videopubli.com.         172800  IN      NS      [B][COLOR="Red"]ns1.hostingacela.com[/COLOR][/B].
    videopubli.com.         172800  IN      NS      [B][COLOR="Red"]ns2.hostingacela.com[/COLOR][/B].
    
    ;; Query time: 117 msec
    ;; SERVER: 213.133.98.98#53(213.133.98.98)
    ;; WHEN: Tue Jan  8 17:58:53 2008
    ;; MSG SIZE  rcvd: 81
    
    backup:/home/admin#
    Are these your own DNS servers, or are they managed by someone else (e.g. your domain registrar)?
     
  5. chua_jose

    chua_jose New Member

    Hi Falko,
    Thanks for your help.
    I have a server (xxxxxxxxxxxxxx.com) and in this server i have somethings domain (ex yyyyyyyy.com).
    I tolken with my domain register for created my dns and point to my server. Then i create that DNS in my ispconfig.
    It´s my ns xxxxxxxxxxxxxxx:
    Code:
    [root@xxxxxxxxxxxxxxweb]# dig ns xxxxxxxxxxxxxx.com
    
    ; <<>> DiG 9.5.0a7 <<>> ns xxxxxxxxxxxxxx.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6599
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;xxxxxxxxxxxxxx.com.              IN      NS
    
    ;; ANSWER SECTION:
    xxxxxxxxxxxxxx.com.       86400   IN      NS      ns1.xxxxxxxxxxxxxx.com.
    xxxxxxxxxxxxxx.com.       86400   IN      NS      ns2.xxxxxxxxxxxxxx.com.
    
    ;; Query time: 204 msec
    ;; SERVER: 212.51.33.73#53(212.51.33.73)
    ;; WHEN: Wed Jan  9 09:01:47 2008
    ;; MSG SIZE  rcvd: 70
    
    It´s my mx xxxxxxxxxxxxxx:
    Code:
    [root@xxxxxxxxxxx~]# dig mx  xxxxxxxxxxxxxx.com
    
    ; <<>> DiG 9.5.0a7 <<>> mx xxxxxxxxxxxxxx.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18612
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
    
    ;; QUESTION SECTION:
    ;xxxxxxxxxxxxxx.com.              IN      MX
    
    ;; ANSWER SECTION:
    xxxxxxxxxxxxxx.com.       86400   IN      MX      10 www.xxxxxxxxxxxxxx.com.
    
    ;; AUTHORITY SECTION:
    xxxxxxxxxxxxxx.com.       32098   IN      NS      ns2.xxxxxxxxxxxxxx.com.
    xxxxxxxxxxxxxx.com.       32098   IN      NS      ns1.xxxxxxxxxxxxxx.com.
    
    ;; ADDITIONAL SECTION:
    www.xxxxxxxxxxxxxx.com.   50193   IN      A       213.60.254.125
    
    ;; Query time: 13 msec
    ;; SERVER: 212.51.33.73#53(212.51.33.73)
    ;; WHEN: Wed Jan  9 00:04:55 2008
    ;; MSG SIZE  rcvd: 106
    
    I want to all my domain use for protocol pop pop.xxxxxxxxxx.com and for my smtp, smtp.xxxxxxxxxxxx.com.
    And use for ftp, ftp.xxxxxxxxxxxx.com
    Where xxxxxxxxx is a name of domain

    I would like that it was done of automatic form, and not to have to create it for every domain.
     
    Last edited: May 6, 2008
  6. Rockdrala

    Rockdrala New Member

    When creating a site check the Create MX and Create DNS MX option.
     
  7. chua_jose

    chua_jose New Member

    Hi Rockdrala
    Thanks
    But i checked Create DNS and Create DNS-MX option in Basis of ISP Site
    And it me creates a few dns mx of the type:
    Code:
    Dig mx xxxxxxxxxxxxxx.com
    
    xxxxxxxxxxxxxx.com.         86400   IN      MX      10 www.xxxxxxxxxxxxxx.com.
    And

    Code:
    dig mx xxxxxxxxxxxxxx.com
    
    xxxxxxxxxxxxxx.com.         86400   IN      MX      10 www.xxxxxxxxxxxxxx.com.
    How change
    MX 10 www.xxxxxxxxxxxxxx.com.

    to

    MX 10 mail.xxxxxxxxxxxxxx.com.
    for all domains??
     
    Last edited: Mar 8, 2008
  8. Rockdrala

    Rockdrala New Member

    create the A record mail.yourdomain.com
    and mx record mail.yourdomain.com in your ISPconfig Manager
     
  9. chua_jose

    chua_jose New Member

    ok, i have created the A record mail.xxxxxxxxxxxxxx.com
    and mx record mail.xxxxxxxxxxxxxxxxx.com
    Too i create ftp.xxxxxxxxxxx.com
    How many time are changes realized?

    A couple of hours??

    In xxxxxxxxxxxxxx.com, all ok,, but in the rest of domains does not work.

    I have deleted the rest of domains and have turned them to creating.
    Thanks
     
    Last edited: Mar 8, 2008
  10. Rockdrala

    Rockdrala New Member

    Yes it can take a couple of hours for your new DNS records to delegate Pubicly all over the world.

    Make sure your port 25 / 110 / ssl ports / 587 <-- Smtp workaround port are all enabled.

    Remember your clients may have ISPs that block port 25 as well. So make sure you have 587 enabled for them too while your waiting on your records to delegate.

    Most IPgateways have port range enable settings for True Static IP management.

    This is what i use to make sure all traffic from the ISP gateway is sent to those servers requesting those ports.

    Also this is not requried but you should do it. Call your ISP and tell them to setup your reverse dns for IP 213.60.254.125 to mail.hostingacela.com as a PTR record.
     
    Last edited: Jan 9, 2008
  11. falko

    falko Super Moderator ISPConfig Developer

  12. Rockdrala

    Rockdrala New Member

    the guide on godaddy is obselete you have to
    -open the domain manager
    -click on the domain name you want to have nameserver extenstions
    -scroll down to hosts and select add hosts.
    -add ns1 then IP address
    -add ns2 then add the different IP address

    This sets up your glue records for ns1.mydomain.com
    and ns2.mydomain.com

    If you dont do this it will not let you point your other domains to your domain as a nameserver.

    Make sure you use ns2 on a second box with ISPconfig configured as a slave as it tells you to in the instructions Falko posted the links too for your second nameserver to work right.
     
  13. chua_jose

    chua_jose New Member

    thanks i will try
     
  14. chua_jose

    chua_jose New Member

    Hi,
    now i have another problem with mail.

    Only I can receive mail when they are sent from users of domains in my ispconfig
    When i send a mail from gmail, yahoo..... I cannot receive the mail

    My mail log:

    Code:
    Jan 11 00:26:11 xxxxxxxxxxxxxxdovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.3.12, l                                ip=::ffff:213.60.254.125
    Jan 11 00:26:11 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 00:26:19 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.3.12, l                                ip=::ffff:213.60.254.125
    Jan 11 00:26:19 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 00:26:24 xxxxxxxxxxxxxx postfix/smtpd[3638]: warning: connect to private/tlsmgr: Connection refused
    Jan 11 00:26:24 xxxxxxxxxxxxxx postfix/smtpd[3638]: warning: problem talking to server private/tlsmgr: Connection refused
    Jan 11 00:26:25 xxxxxxxxxxxxxx postfix/smtpd[3638]: warning: connect to private/tlsmgr: Connection refused
    Jan 11 00:26:25 xxxxxxxxxxxxxx postfix/smtpd[3638]: warning: problem talking to server private/tlsmgr: Connection refused
    Jan 11 00:26:25 xxxxxxxxxxxxxx postfix/smtpd[3638]: warning: no entropy for TLS key generation: disabling TLS support
    Jan 11 00:26:25 xxxxxxxxxxxxxx postfix/smtpd[3638]: connect from cm103174.red91-117.mundo-r.com[91.117.103.174]
    Jan 11 00:26:25 xxxxxxxxxxxxxx postfix/smtpd[3638]: disconnect from cm103174.red91-117.mundo-r.com[91.117.103.174]
    Jan 11 00:26:38 xxxxxxxxxxxxxx postfix/smtpd[3638]: connect from cm3012.red91-117.mundo-r.com[91.117.3.12]
    Jan 11 00:26:38 xxxxxxxxxxxxxx postfix/smtpd[3638]: E5CF33102B3: client=cm3012.red91-117.mundo-r.com[91.117.3.12], sasl_method=                                LOGIN, sasl_username=xxxxxxxxxxxxxx.com_admin
    Jan 11 00:26:39 xxxxxxxxxxxxxx postfix/cleanup[3644]: E5CF33102B3: message-id=<[email protected]                                >
    Jan 11 00:26:39 xxxxxxxxxxxxxx postfix/qmgr[3410]: E5CF33102B3: from=<[email protected]>, size=1396, nrcpt=1 (queue active)
    Jan 11 00:26:39 xxxxxxxxxxxxxx postfix/smtpd[3638]: disconnect from cm3012.red91-117.mundo-r.com[91.117.3.12]
    Jan 11 00:26:39 xxxxxxxxxxxxxx postfix/smtp[3645]: warning: connect to private/tlsmgr: Connection refused
    Jan 11 00:26:39 xxxxxxxxxxxxxx postfix/smtp[3645]: warning: problem talking to server private/tlsmgr: Connection refused
    Jan 11 00:26:40 xxxxxxxxxxxxxx postfix/smtp[3645]: warning: connect to private/tlsmgr: Connection refused
    Jan 11 00:26:40 xxxxxxxxxxxxxx postfix/smtp[3645]: warning: problem talking to server private/tlsmgr: Connection refused
    Jan 11 00:26:40 xxxxxxxxxxxxxx postfix/smtp[3645]: warning: no entropy for TLS key generation: disabling TLS support
    Jan 11 00:26:40 xxxxxxxxxxxxxx postfix/smtp[3645]: E5CF33102B3: host f.mx.mail.yahoo.com[209.191.88.247] refused to talk to me:                                 421 Message from (213.60.254.125) temporarily deferred - 4.16.50. Please refer to http://help.yahoo.com/help/us/mail/defer/d                                efer-06.html
    Jan 11 00:26:41 xxxxxxxxxxxxxx postfix/smtp[3645]: E5CF33102B3: to=<[email protected]>, relay=c.mx.mail.yahoo.com[68.142.237.1                                82]:25, delay=2.7, delays=0.16/1.1/0.95/0.5, dsn=2.0.0, status=sent (250 ok dirdel)
    Jan 11 00:26:41 xxxxxxxxxxxxxx postfix/qmgr[3410]: E5CF33102B3: removed
    Jan 11 00:26:44 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.3.12, l                                ip=::ffff:213.60.254.125
    Jan 11 00:26:44 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 00:27:07 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.3.12, l                                ip=::ffff:213.60.254.125
    Jan 11 00:27:07 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 00:27:23 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.3.12, l                                ip=::ffff:213.60.254.125
    Jan 11 00:27:23 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 00:27:26 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.3.12, l                                ip=::ffff:213.60.254.125
    Jan 11 00:27:26 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 00:27:29 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.3.12, l                                ip=::ffff:213.60.254.125
    Jan 11 00:27:29 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 00:27:32 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.3.12, l                                ip=::ffff:213.60.254.125
    Jan 11 00:27:32 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 00:27:35 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.3.12, l                                ip=::ffff:213.60.254.125
    Jan 11 00:27:35 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    
    xxxxxxxxxxxxxx.com is my ispconfig.

    :(
     
    Last edited: Mar 8, 2008
  15. till

    till Super Moderator Staff Member ISPConfig Developer

  16. chua_jose

    chua_jose New Member

    Thanks Till, but i continue with same problem

    This my master.cf
    Code:
    # Postfix master process configuration file.  For details on the format
    # of the file, see the master(5) manual page (command: "man 5 master").
    #
    # ==========================================================================
    # service type  private unpriv  chroot  wakeup  maxproc command + args
    #               (yes)   (yes)   (yes)   (never) (100)
    # ==========================================================================
    smtp      inet  n       -       n       -       -       smtpd
    #submission inet n       -       n       -       -       smtpd
    #  -o smtpd_enforce_tls=yes
    #  -o smtpd_sasl_auth_enable=yes
    #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    #smtps     inet  n       -       n       -       -       smtpd
    #  -o smtpd_tls_wrappermode=yes
    #  -o smtpd_sasl_auth_enable=yes
    #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    #628      inet  n       -       n       -       -       qmqpd
    pickup    fifo  n       -       n       60      1       pickup
    cleanup   unix  n       -       n       -       0       cleanup
    qmgr      fifo  n       -       n       300     1       qmgr
    #qmgr     fifo  n       -       n       300     1       oqmgr
    tlsmgr    unix  -       -       n       1000?   1       tlsmgr
    rewrite   unix  -       -       n       -       -       trivial-rewrite
    bounce    unix  -       -       n       -       0       bounce
    defer     unix  -       -       n       -       0       bounce
    trace     unix  -       -       n       -       0       bounce
    verify    unix  -       -       n       -       1       verify
    flush     unix  n       -       n       1000?   0       flush
    proxymap  unix  -       -       n       -       -       proxymap
    smtp      unix  -       -       n       -       -       smtp
    # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
    relay     unix  -       -       n       -       -       smtp
            -o fallback_relay=
    #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
    showq     unix  n       -       n       -       -       showq
    error     unix  -       -       n       -       -       error
    retry     unix  -       -       n       -       -       error
    discard   unix  -       -       n       -       -       discard
    local     unix  -       n       n       -       -       local
    virtual   unix  -       n       n       -       -       virtual
    lmtp      unix  -       -       n       -       -       lmtp
    anvil     unix  -       -       n       -       1       anvil
    scache    unix  -       -       n       -       1       scache
    
    This my main.cf
    Code:
    queue_directory = /var/spool/postfix
    command_directory = /usr/sbin
    daemon_directory = /usr/libexec/postfix
    mail_owner = postfix
    inet_interfaces = all
    unknown_local_recipient_reject_code = 550
    alias_maps = hash:/etc/aliases
    alias_database = hash:/etc/aliases
    home_mailbox = Maildir/
    debug_peer_level = 2
    debugger_command =
    	 PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
    	 xxgdb $daemon_directory/$process_name $process_id & sleep 5
    sendmail_path = /usr/sbin/sendmail.postfix
    newaliases_path = /usr/bin/newaliases.postfix
    mailq_path = /usr/bin/mailq.postfix
    setgid_group = postdrop
    html_directory = no
    manpage_directory = /usr/share/man
    sample_directory = /usr/share/doc/postfix-2.3.3/samples
    readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
    virtual_maps = hash:/etc/postfix/virtusertable
    mydestination = /etc/postfix/local-host-names
    smtpd_sasl_local_domain =
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_security_options = noanonymous
    broken_sasl_auth_clients = yes
    smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
    mynetworks = 127.0.0.0/8
    smtpd_tls_auth_only = no
    smtp_use_tls = yes
    smtpd_use_tls = yes
    smtp_tls_note_starttls_offer = yes
    smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
    smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
    smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
    smtpd_tls_loglevel = 1
    smtpd_tls_received_header = yes
    smtpd_tls_session_cache_timeout = 3600s
    tls_random_source = dev:/dev/urandom
    smtpd_sasl_authenticated_header = yes
    myhostname =SD1111100130.xxxxxxxxxxxxxx.com
    my /etc/postifx/local-host-domain
    Code:
    ###################################
    #
    # ISPConfig local-host-names Configuration File
    #         Version 1.0
    #
    ###################################
    localhost
    SD1111100130.xxxxxxxxxxxxxxgacela.com
    localhost.SD1111100130.xxxxxxxxxxxxxxgacela.com
    localhost.xxxxxxxxxxxxxxgacela.com
    localhost.localdomain
    www.xxxxxxxxxxxxxxgacela.com
    wwwxxxxxxxxxxxxxx.com
    xxxxxxxxxxxxxx.com
    xxxxxxxxxxxxxx.com
    #### MAKE MANUAL ENTRIES BELOW THIS LINE! ####
    
    my /etc/postfix/virtusertable
    Code:
    ###################################
    #
    # ISPConfig virtusertable Configuration File
    #         Version 1.0
    #
    ###################################
    [email protected]    xxxxxxxxxxxxxx.com_admin
    [email protected]    xxxxxxxxxxxxxx.com_admin
    [email protected]    xxxxxxxxxxxxxx.com_admin
    [email protected]    xxxxxxxxxxxxxx.com_admin
    [email protected]    xxxxxxxxxxxxxx.com_admin
    [email protected]    xxxxxxxxxxxxxx.com_admin
    [email protected]    xxxxxxxxxxxxxx.com_admin
    [email protected]    xxxxxxxxxxxxxx.com_admin
    
    and my /etc/hosts

    Code:
    ::1     localhost6.localdomain6 localhost6
    127.0.0.1       localhost.localdomain   localhost
    10.0.147.66     SD1111100130.xxxxxxxxxxxxxx.com  SD1111100130  xxxxxxxxxxxxxx.com
    213.60.254.125    SD1111100130.xxxxxxxxxxxxxx.com SD1111100130  xxxxxxxxxxxxxx.com
    
    and my log
    Code:
    Jan 11 11:05:54 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.103.174, lip=::ffff:213.60.254.125
    Jan 11 11:05:54 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 11:05:55 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.103.174, lip=::ffff:213.60.254.125
    Jan 11 11:05:55 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 11:05:57 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.103.174, lip=::ffff:213.60.254.125
    Jan 11 11:05:57 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 11:05:59 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.103.174, lip=::ffff:213.60.254.125
    Jan 11 11:05:59 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 11:06:00 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.103.174, lip=::ffff:213.60.254.125
    Jan 11 11:06:00 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 11:06:02 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.103.174, lip=::ffff:213.60.254.125
    Jan 11 11:06:02 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 11:06:03 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.103.174, lip=::ffff:213.60.254.125
    Jan 11 11:06:03 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 11:06:06 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.103.174, lip=::ffff:213.60.254.125
    Jan 11 11:06:06 xxxxxxxxxxxxxx dovecot: POP3(xxxxxxxxxxxxxxxxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Jan 11 11:06:07 xxxxxxxxxxxxxx dovecot: pop3-login: Login: user=<xxxxxxxxxxxxxx.com_admin>, method=PLAIN, rip=::ffff:91.117.103.174, lip=::ffff:213.60.254.125
    Jan 11 11:06:07 hostingacela dovecot: POP3(xxxxxxxxxxxxxx.com_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    [root@xxxxxxxxxxxxxx ~]#
    

    Error when i send mail from gmail to xxxxxxxxxxxxxx.com

    '550 <[email protected]>: Recipient address rejected: User unknown in local recipient table', Puerto: 25, Seguridad (SSL): No, Error de servidor: 550, Número de error: 0x800CCC79

    Only it happens to me with the domain xxxxxxxxxxxxxx.com
    The rest works correctly.
    :(
     
    Last edited: Mar 8, 2008
  17. falko

    falko Super Moderator ISPConfig Developer

    Does the MX record for videopubli.com point to the right server? You can check that with
    Code:
    dig mx videopubli.com
     
  18. chua_jose

    chua_jose New Member

    all ok
    thanks for all
     
  19. Rockdrala

    Rockdrala New Member

    I love you Falko. Please be a woman...
     

Share This Page