email not working anymore

Discussion in 'General' started by oddo, Feb 12, 2008.

  1. oddo

    oddo New Member

    hi
    i have a problem with my server
    i cannot recive e-mails on any domain

    when i send an e-mail from gmail
    /var/log/maillog
    Code:
    Feb 12 14:01:53 web postfix/cleanup[29445]: 8FE5538409E: message-id=<[email protected]>
    Feb 12 14:01:53 web postfix/qmgr[29262]: 8FE5538409E: from=<[email protected]>, size=2046, nrcpt=1 (queue active)
    Feb 12 14:01:53 web postfix/smtp[29446]: 8FE5538409E: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=0, status=bounced (mail for web.epon.ro loops back to myself)
    Feb 12 14:01:53 web postfix/cleanup[29445]: E0D3938483E: message-id=<[email protected]>
    Feb 12 14:01:53 web postfix/qmgr[29262]: E0D3938483E: from=<>, size=3771, nrcpt=1 (queue active)
    Feb 12 14:01:53 web postfix/qmgr[29262]: 8FE5538409E: removed
    Feb 12 14:01:56 web postfix/smtp[29734]: E0D3938483E: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[66.249.93.27], delay=3, status=sent (250 2.0.0 OK 1202817716 m1si9708357uge.69)
    Feb 12 14:01:56 web postfix/qmgr[29262]: E0D3938483E: removed
    when i send an e-mail from a localdomain
    /var/log/maillog
    Code:
    Feb 12 14:15:28 web imap-login: Login: user.domanin1.com [127.0.0.1]
    Feb 12 14:15:44 web postfix/smtpd[31502]: warning: 10.10.10.11: hostname adress.serverdomain.com verification failed: Name or service not known
    Feb 12 14:15:44 web postfix/smtpd[31502]: connect from unknown[10.10.10.11] -(my local ip)
    Feb 12 14:15:44 web postfix/smtpd[31502]: 0E93338409E: client=unknown[10.10.10.11] -(my local ip)
    Feb 12 14:15:44 web postfix/cleanup[31483]: 0E93338409E: message-id=<[email protected]>
    Feb 12 14:15:44 web postfix/qmgr[29262]: 0E93338409E: from=<[email protected]>, size=837, nrcpt=1 (queue active)
    Feb 12 14:15:44 web postfix/smtpd[31502]: disconnect from unknown[10.10.10.11] -(my local ip)
    Feb 12 14:15:44 web postfix/smtp[31498]: 0E93338409E: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=0, status=bounced (mail for web.serverdomain.com loops back to myself)
    Feb 12 14:15:44 web postfix/cleanup[31483]: 115A238483E: message-id=<[email protected]>
    Feb 12 14:15:44 web postfix/qmgr[29262]: 115A238483E: from=<>, size=2590, nrcpt=1 (queue active)
    Feb 12 14:15:44 web postfix/qmgr[29262]: 0E93338409E: removed
    Feb 12 14:15:44 web postfix/smtp[31498]: 115A238483E: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=0, status=bounced (mail for web.serverdomain.com loops back to myself)
    Feb 12 14:15:44 web postfix/qmgr[29262]: 115A238483E: removed
    
    i tried with what i can find on this forum and nothing works
    what should i do ?
    thanx
     
  2. oddo

    oddo New Member

    if i add "web.myserver.com" to /etc/postfix/local-host-names

    /var/log/maillog

    PHP:
    Feb 12 16:58:20 web postfix/qmgr[5581]: 3C10C38409Efrom=<user@domain2.com>, size=977nrcpt=(queue active)
    Feb 12 16:58:20 web postfix/smtpd[5738]: disconnect from unknown[10.10.10.10] - my ip address
    Feb 12 16
    :58:20 web postfix/pickup[5580]: 537B7384ABFuid=10638 from=<user.domain1.com>
    Feb 12 16:58:20 web postfix/cleanup[5584]: 537B7384ABFmessage-id=<20080212145820.537B7384ABF@web.myserver.com>
    Feb 12 16:58:20 web postfix/local[5640]: 3C10C38409Eto=<user.domain1.com@web.myserver.com>, orig_to=<user@domain1.com>, relay=localdelay=0status=sent (delivered to command: /usr/bin/procmail -f-)
    Feb 12 16:58:20 web postfix/qmgr[5581]: 3C10C38409Eremoved
    Feb 12 16
    :58:20 web postfix/qmgr[5581]: 537B7384ABFfrom=<user.domain1.com@web.myserver.com>, size=377nrcpt=(queue active)
    Feb 12 16:58:20 web postfix/local[5607]: 537B7384ABFto=<admispconfig@localhost.localdomain>, relay=localdelay=0status=sent (delivered to command: /usr/bin/procmail -f-)
    Feb 12 16:58:20 web postfix/qmgr[5581]: 537B7384ABFremoved
     
    Last edited: Feb 13, 2008
  3. falko

    falko Super Moderator ISPConfig Developer

    Please add web.epon.ro and web.serverdomain.com to /etc/postfix/local-host-names and restart Postfix.
     

Share This Page