problem with mail server setup

Discussion in 'HOWTO-Related Questions' started by kentor, Jul 4, 2009.

  1. kentor

    kentor New Member

    Hello,

    I started following the guide on Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 5.3 x86_64) http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-centos-5.3-x86_64. I already had apache setup as well as a few other things but after going through the first page of the guide, I think I overwrote the old installation and now my previous application is not working =/ should I just skip this part "3 Install Apache, MySQL, phpMyAdmin" ? Thank you.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    If these are already installed, you can skip that chapter.
     
  3. kentor

    kentor New Member

    stuck at 2nd page

    Ok so now im following this guide -> http://www.howtoforge.com/virtual-u...urier-mysql-squirrelmail-centos-5.3-x86_64-p2 but on the 2nd page im stuck when it says to do "/etc/init.d/postfix start" it fails...

    I'm pretty sure something is missing cuz I don't see mysql in here:

    [root@domU-12-31-39-00-5D-07 postfix]# postconf -m
    btree
    cidr
    environ
    hash
    ldap
    nis
    pcre
    proxy
    regexp
    static
    unix

    any help would be really appreciated. I followed exactly what is said in the tutorial except for this command:

    yum install ntp httpd mysql-server php php-mysql php-mbstring rpm-build gcc mysql-devel openssl-devel cyrus-sasl-devel pkgconfig zlib-devel phpmyadmin pcre-devel openldap-devel postgresql-devel expect libtool-ltdl-devel openldap-servers libtool gdbm-devel pam-devel gamin-devel

    I didn't install
    httpd
    php-mbstring
    mysql-server

    cuz the box already had httpd/mysql and I wasn't sure what php-mbstring was but I didn't need php so I skipped it for now.

    Please help :) Thanks!
     
  4. Mark_NL

    Mark_NL Member

    "it fails" .. what error(s) do you get in your log files?
     
  5. kentor

    kentor New Member

    error

    the errors in /var/log/maillog are

    Jul 8 08:06:32 domU-12-31-39-00-5D-07 postfix/master[2128]: warning: process /usr/libexec/postfix/proxymap pid 7658 exit status 1
    Jul 8 08:06:32 domU-12-31-39-00-5D-07 postfix/master[2128]: warning: /usr/libexec/postfix/proxymap: bad command startup -- throttling
    Jul 8 08:06:32 domU-12-31-39-00-5D-07 postfix/smtpd[24110]: warning: premature end-of-input on private/proxymap socket while reading input attribute name
    Jul 8 08:06:32 domU-12-31-39-00-5D-07 postfix/smtpd[24110]: warning: private/proxymap socket: service dict_proxy_open: Success
    Jul 8 08:06:32 domU-12-31-39-00-5D-07 postfix/cleanup[13491]: warning: premature end-of-input on private/proxymap socket while reading input attribute name
    Jul 8 08:06:32 domU-12-31-39-00-5D-07 postfix/cleanup[13491]: warning: private/proxymap socket: service dict_proxy_open: Connection reset by peer

    it fails when I try to start postfix:

    [root@domU-12-31-39-00-5D-07 postfix]# /etc/init.d/postfix start
    Starting postfix: [FAILED]
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Did you get any errors when you applied the quota patch to Postfix?
    What's in /etc/postfix/main.cf?
     
  7. kentor

    kentor New Member

    From what I remember, I didn't get any errors, only warnings. I applied it again and I got the warnings again (like in the guide)

    [root@domU-12-31-39-00-5D-07 src]# rpm -ivh postfix-2.3.3-2.1.el5_2.src.rpm
    1:postfix warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    .
    .
    .
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    ########################################### [100%]
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    [root@domU-12-31-39-00-5D-07 src]#


    here is what's inside /etc/postfix/main.cf -> http://pastebin.com/f61211566
     
  8. kentor

    kentor New Member

    ahhhhhhhh
    so postfix IS running... hehe..

    the mysql error is still there though =/
     
  9. kentor

    kentor New Member

  10. Mark_NL

    Mark_NL Member

    omg, typo in the package? .. lol

    nice that you found the problem! :D
     
  11. kentor

    kentor New Member

    yea its pretty strange hehe

    so I'm done following the whole guide. I am able to send emails from the box using "mailx [email protected]" but am unable to receive emails to [email protected] =/
    first when i try to log into [email protected] with squirellmail, I get:

    ERROR: Connection dropped by IMAP server.

    from my understanding, this is caused because the user dir does not exist as mentioned here: http://www.linuxquestions.org/quest...ail-connection-dropped-by-imap-server-221427/

    but then if i send an email from my gmail box to [email protected], the email is bounced back and gmail says

    Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550-5.1.1 The email account that you tried to reach does not exist. Please try
    550-5.1.1 double-checking the recipient's email address for typos or
    550-5.1.1 unnecessary spaces. Learn more at
    550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 26si133464qwa.27 (state 14)

    anybody have any idea how to get this working =/ its the last piece to the whole setup :)
     
  12. kentor

    kentor New Member

    still not working =/

    I checked the /var/log/maillog file and it was giving me some warning so i fixed it using this -> http://www.howtoforge.com/forums/showpost.php?p=42337&postcount=12 but It still won't receive emails =/
    (i removed the mydomain.com line and added mail.mydomain.com to the conf file and left mydomain.com in the "domains" table.

    Here is the rest of the log

    Jul 9 15:55:26 domU-12-31-39-00-5D-07 postfix/postfix-script: stopping the Postfix mail system
    Jul 9 15:55:26 domU-12-31-39-00-5D-07 postfix/master[14780]: terminating on signal 15
    Jul 9 15:55:26 domU-12-31-39-00-5D-07 sendmail[16142]: alias database /etc/aliases rebuilt by root
    Jul 9 15:55:26 domU-12-31-39-00-5D-07 sendmail[16142]: /etc/aliases: 78 aliases, longest 23 bytes, 806 bytes total
    Jul 9 15:55:26 domU-12-31-39-00-5D-07 postfix/postfix-script: starting the Postfix mail system
    Jul 9 15:55:26 domU-12-31-39-00-5D-07 postfix/master[16194]: daemon started -- version 2.3.3, configuration /etc/postfix
    Jul 9 15:59:32 domU-12-31-39-00-5D-07 imapd: Connection, ip=[::ffff:127.0.0.1]
    Jul 9 15:59:32 domU-12-31-39-00-5D-07 imapd: chdir mydomain.com/sales/: No such file or directory
    Jul 9 16:01:01 domU-12-31-39-00-5D-07 sendmail[17765]: n69K11i8017765: from=root, size=440, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost
    Jul 9 16:01:01 domU-12-31-39-00-5D-07 postfix/smtpd[17769]: connect from localhost[127.0.0.1]
    Jul 9 16:01:01 domU-12-31-39-00-5D-07 sendmail[17765]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
    Jul 9 16:01:02 domU-12-31-39-00-5D-07 postfix/smtpd[17769]: 164F5F4352: client=localhost[127.0.0.1], [email protected]
    Jul 9 16:01:02 domU-12-31-39-00-5D-07 postfix/cleanup[17778]: 164F5F4352: message-id=<[email protected]>
    Jul 9 16:01:02 domU-12-31-39-00-5D-07 postfix/qmgr[16196]: 164F5F4352: from=<[email protected]>, size=1048, nrcpt=1 (queue active)
    Jul 9 16:01:02 domU-12-31-39-00-5D-07 sendmail[17765]: n69K11i8017765: to=root, ctladdr=root (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30440, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as 164F5F4352)
    Jul 9 16:01:02 domU-12-31-39-00-5D-07 postfix/smtpd[17769]: disconnect from localhost[127.0.0.1]
    Jul 9 16:01:03 domU-12-31-39-00-5D-07 amavis[7696]: (07696-08) (!)ClamAV-clamd: Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory, retrying (2)
    Jul 9 16:01:09 domU-12-31-39-00-5D-07 amavis[7696]: (07696-08) (!)run_av (ClamAV-clamd, built-in i/f): Too many retries to talk to /tmp/clamd.socket (Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory) at (eval 80) line 310.
    Jul 9 16:01:09 domU-12-31-39-00-5D-07 amavis[7696]: (07696-08) (!!)ClamAV-clamd av-scanner FAILED: CODE(0x804d5e8) Too many retries to talk to /tmp/clamd.socket (Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory) at (eval 80) line 310. at (eval 80) line 511.
    Jul 9 16:01:09 domU-12-31-39-00-5D-07 amavis[7696]: (07696-08) (!!)WARN: all primary virus scanners failed, considering backups
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/smtpd[17866]: connect from unknown[127.0.0.1]
    Jul 9 20:01:21 domU-12-31-39-00-5D-07 postfix/smtpd[17866]: 5A959F4350: client=unknown[127.0.0.1]
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/cleanup[17778]: 5A959F4350: message-id=<[email protected]>
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/qmgr[16196]: 5A959F4350: from=<[email protected]>, size=1549, nrcpt=1 (queue active)
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 amavis[7696]: (07696-08) Passed CLEAN, MYNETS LOCAL [127.0.0.1] [127.0.0.1] <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: XGOlfxKX7+7s, Hits: 3.291, size: 1048, queued_as: 5A959F4350, 19298 ms
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/smtp[17779]: 164F5F4352: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=19, delays=0.09/0.01/0/19, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 5A959F4350)
    Jul 9 20:01:21 domU-12-31-39-00-5D-07 postfix/smtpd[17866]: disconnect from unknown[127.0.0.1]
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/qmgr[16196]: 164F5F4352: removed
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/smtp[17868]: 5A959F4350: to=<[email protected]>, relay=none, delay=0.12, delays=0.1/0.02/0/0, dsn=5.4.6, status=bounced (mail for xxx.amazonec2.compute-1.internal loops back to myself)
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/cleanup[17778]: 7B9C9F4352: message-id=<[email protected]>
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/qmgr[16196]: 7B9C9F4352: from=<>, size=3605, nrcpt=1 (queue active)
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/bounce[17870]: 5A959F4350: sender non-delivery notification: 7B9C9F4352
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/qmgr[16196]: 5A959F4350: removed
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/smtp[17868]: 7B9C9F4352: to=<[email protected]>, relay=none, delay=0.04, delays=0.03/0/0/0, dsn=5.4.6, status=bounced (mail for xxx.amazonec2.compute-1.internal loops back to myself)
    Jul 9 16:01:21 domU-12-31-39-00-5D-07 postfix/qmgr[16196]: 7B9C9F4352: removed

    [root@domU-12-31-39-00-5D-07 log]#

    I don't know if this is causing a problem but there is an existing wiki app setup at mydomain.com ... which i can see imapd seems to be complaining about but... I don't know if that's actually causing the setup not to receive email and im not sure how to avoid that... I didn't think I would need to create a dir for every user that has a mailbox...

    any more help would be great :) thank you!
     
  13. falko

    falko Super Moderator ISPConfig Developer

    Please make sure that clamd is running.

    Please add xxx.amazonec2.compute-1.internal to the mydestination line in /etc/postfix/main.cf and restart Postfix.
     
  14. kentor

    kentor New Member

    Thanks for replying falko.

    From what I see, clamd is already running:

    [[email protected] vmail]# /etc/init.d/clamd start
    Starting Clam AntiVirus Daemon: ERROR: /var/log/clamav/clamd.log is locked by another process
    ERROR: Can't initialize the internal logger
    [FAILED]
    [[email protected] vmail]# ps aux | grep clamd
    clamav 18003 0.0 4.1 82520 71832 ? Ssl Jul08 0:04 clamd
    root 28028 0.0 0.0 1844 496 pts/1 R+ 07:58 0:00 grep clamd
    [[email protected] vmail]# /etc/init.d/clamd restart
    Stopping Clam AntiVirus Daemon: [ OK ]
    Starting Clam AntiVirus Daemon: [ OK ]
    [[email protected] vmail]#


    I also added xxx.amazonec2.compute-1.internal to mydestination in /etc/postfix/main.cf and restarted it.

    I am still getting the following errors:

    Jul 10 08:01:01 domU-12-31-39-00-5D-07 sendmail[28068]: n6AC11bI028068: from=root, size=440, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost
    Jul 10 08:01:01 domU-12-31-39-00-5D-07 postfix/smtpd[28074]: connect from localhost[127.0.0.1]
    Jul 10 08:01:01 domU-12-31-39-00-5D-07 sendmail[28068]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
    Jul 10 08:01:01 domU-12-31-39-00-5D-07 postfix/smtpd[28074]: B63DDF4935: client=localhost[127.0.0.1], [email protected]
    Jul 10 08:01:01 domU-12-31-39-00-5D-07 postfix/cleanup[28081]: B63DDF4935: message-id=<[email protected]>
    Jul 10 08:01:01 domU-12-31-39-00-5D-07 postfix/qmgr[27988]: B63DDF4935: from=<[email protected]>, size=1050, nrcpt=1 (queue active)
    Jul 10 08:01:01 domU-12-31-39-00-5D-07 sendmail[28068]: n6AC11bI028068: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30440, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as B63DDF4935)
    Jul 10 08:01:01 domU-12-31-39-00-5D-07 postfix/smtpd[28074]: disconnect from localhost[127.0.0.1]
    Jul 10 08:01:02 domU-12-31-39-00-5D-07 amavis[7696]: (07696-18) (!)ClamAV-clamd: Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory, retrying (2)
    Jul 10 08:01:08 domU-12-31-39-00-5D-07 amavis[7696]: (07696-18) (!)run_av (ClamAV-clamd, built-in i/f): Too many retries to talk to /tmp/clamd.socket (Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory) at (eval 80) line 310.
    Jul 10 08:01:08 domU-12-31-39-00-5D-07 amavis[7696]: (07696-18) (!!)ClamAV-clamd av-scanner FAILED: CODE(0x804d5e8) Too many retries to talk to /tmp/clamd.socket (Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory) at (eval 80) line 310. at (eval 80) line 511.
    Jul 10 08:01:08 domU-12-31-39-00-5D-07 amavis[7696]: (07696-18) (!!)WARN: all primary virus scanners failed, considering backups
    Jul 10 08:01:15 domU-12-31-39-00-5D-07 postfix/smtpd[28087]: connect from unknown[127.0.0.1]
    Jul 10 12:01:15 domU-12-31-39-00-5D-07 postfix/smtpd[28087]: 89445F4933: client=unknown[127.0.0.1]
    Jul 10 08:01:15 domU-12-31-39-00-5D-07 postfix/cleanup[28081]: 89445F4933: message-id=<[email protected]>
    Jul 10 08:01:15 domU-12-31-39-00-5D-07 postfix/qmgr[27988]: 89445F4933: from=<[email protected]>, size=1551, nrcpt=1 (queue active)
    Jul 10 12:01:15 domU-12-31-39-00-5D-07 postfix/smtpd[28087]: disconnect from unknown[127.0.0.1]
    Jul 10 08:01:15 domU-12-31-39-00-5D-07 amavis[7696]: (07696-18) Passed CLEAN, MYNETS LOCAL [127.0.0.1] [127.0.0.1] <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: rHeTIuZ3xW4V, Hits: 3.388, size: 1050, queued_as: 89445F4933, 13768 ms
    Jul 10 08:01:15 domU-12-31-39-00-5D-07 postfix/smtp[28082]: B63DDF4935: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=14, delays=0.07/0.01/0/14, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 89445F4933)
    Jul 10 08:01:15 domU-12-31-39-00-5D-07 postfix/qmgr[27988]: B63DDF4935: removed
    Jul 10 08:01:15 domU-12-31-39-00-5D-07 postfix/cleanup[28081]: 9DB33F4935: message-id=<[email protected]>
    Jul 10 08:01:15 domU-12-31-39-00-5D-07 postfix/qmgr[27988]: 9DB33F4935: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 10 08:01:15 domU-12-31-39-00-5D-07 postfix/local[28089]: 89445F4933: to=<[email protected]>, relay=local, delay=0.09, delays=0.01/0.08/0/0, dsn=2.0.0, status=sent (forwarded as 9DB33F4935)
    Jul 10 08:01:15 domU-12-31-39-00-5D-07 postfix/qmgr[27988]: 89445F4933: removed
    Jul 10 08:01:45 domU-12-31-39-00-5D-07 postfix/smtp[28090]: connect to mail.mydomain.com[74.125.113.121]: Connection timed out (port 25)
    Jul 10 08:01:45 domU-12-31-39-00-5D-07 postfix/smtp[28090]: 9DB33F4935: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=30, delays=0/0.01/30/0, dsn=4.4.1, status=deferred (connect to mail.mydomain.com[74.125.113.121]: Connection timed out)
    Jul 10 08:02:13 domU-12-31-39-00-5D-07 imapd: Connection, ip=[::ffff:127.0.0.1]
    Jul 10 08:02:13 domU-12-31-39-00-5D-07 imapd: chdir myomegaportal.com/sales/: No such file or directory
    Jul 10 08:02:15 domU-12-31-39-00-5D-07 imapd: Connection, ip=[::ffff:127.0.0.1]
    Jul 10 08:02:15 domU-12-31-39-00-5D-07 imapd: chdir myomegaportal.com/sales/: No such file or directory

    and even some weird example.com line in the logs... I don't understand where it is coming from because I checked everything twice

    Jul 10 07:45:56 domU-12-31-39-00-5D-07 postfix/smtp[27909]: connect to example.com[208.77.188.166]: Connection timed out (port 25)
    Jul 10 07:45:56 domU-12-31-39-00-5D-07 postfix/smtp[27909]: ABB62F432E: to=<[email protected]>, relay=none, delay=72338, delays=72308/0.02/30/0, dsn=4.4.1, status=deferred (connect to example.com[208.77.188.166]: Connection timed out)

    Also, I'm not sure what to do with mail.mydomain.com , do I have to set that DNS up in Power DNS and CNAME it to mydomain.com ? and do I need to create a mail.vhost file in www/vhosts.d/com.mydomain.d so that it points somewhere?

    You're really helpful falko, thanks a lot :)
     
  15. kentor

    kentor New Member

    Ooops =\ I had all the mx records setup for google apps in the poweradmin settings before... i forgot about that =/ so now I removed all of them. I've restarted postfix/clamd . I'm not sure if I need to restart anything else.

    It seems like I'm getting less errors from the time I send an email from gmail:

    Jul 10 08:31:02 xxx.amazonec2.compute-1.internal imapd: Connection, ip=[::ffff:127.0.0.1]
    Jul 10 08:31:02 xxx.amazonec2.compute-1.internal imapd: chdir mydomain.com/sales/: No such file or directory

    but when sending from the box using mailx im getting many more errors but at least im receiving it in gmail:

    Jul 10 08:37:46 domU-12-31-39-00-5D-07 sendmail[28358]: n6ACbk03028358: from=root, size=81, class=0, nrcpts=2, msgid=<[email protected]>, relay=root@localhost
    Jul 10 08:37:46 domU-12-31-39-00-5D-07 postfix/smtpd[28361]: connect from localhost[127.0.0.1]
    Jul 10 08:37:46 domU-12-31-39-00-5D-07 sendmail[28358]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
    Jul 10 08:37:46 domU-12-31-39-00-5D-07 postfix/smtpd[28361]: 80A80F493E: client=localhost[127.0.0.1], [email protected]
    Jul 10 08:37:46 domU-12-31-39-00-5D-07 postfix/cleanup[28370]: 80A80F493E: message-id=<[email protected]>
    Jul 10 08:37:46 domU-12-31-39-00-5D-07 postfix/qmgr[28321]: 80A80F493E: from=<[email protected]>, size=608, nrcpt=2 (queue active)
    Jul 10 08:37:46 domU-12-31-39-00-5D-07 sendmail[28358]: n6ACbk03028358: [email protected],[email protected], ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=60081, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as 80A80F493E)
    Jul 10 08:37:46 domU-12-31-39-00-5D-07 postfix/smtpd[28361]: disconnect from localhost[127.0.0.1]
    Jul 10 08:37:47 domU-12-31-39-00-5D-07 amavis[7696]: (07696-19) (!)ClamAV-clamd: Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory, retrying (2)
    Jul 10 08:37:50 domU-12-31-39-00-5D-07 imapd: Connection, ip=[::ffff:127.0.0.1]
    Jul 10 08:37:50 domU-12-31-39-00-5D-07 imapd: chdir mydomain.com/sales/: No such file or directory
    Jul 10 08:37:53 domU-12-31-39-00-5D-07 amavis[7696]: (07696-19) (!)run_av (ClamAV-clamd, built-in i/f): Too many retries to talk to /tmp/clamd.socket (Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory) at (eval 80) line 310.
    Jul 10 08:37:53 domU-12-31-39-00-5D-07 amavis[7696]: (07696-19) (!!)ClamAV-clamd av-scanner FAILED: CODE(0x804d5e8) Too many retries to talk to /tmp/clamd.socket (Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory) at (eval 80) line 310. at (eval 80) line 511.
    Jul 10 08:37:53 domU-12-31-39-00-5D-07 amavis[7696]: (07696-19) (!!)WARN: all primary virus scanners failed, considering backups
    Jul 10 08:38:00 domU-12-31-39-00-5D-07 postfix/smtpd[28381]: connect from unknown[127.0.0.1]
    Jul 10 12:38:00 domU-12-31-39-00-5D-07 postfix/smtpd[28381]: 316F8F493C: client=unknown[127.0.0.1]
    Jul 10 08:38:00 domU-12-31-39-00-5D-07 postfix/cleanup[28370]: 316F8F493C: message-id=<[email protected]>
    Jul 10 08:38:00 domU-12-31-39-00-5D-07 postfix/qmgr[28321]: 316F8F493C: from=<[email protected]>, size=999, nrcpt=2 (queue active)
    Jul 10 08:38:00 domU-12-31-39-00-5D-07 amavis[7696]: (07696-19) Passed CLEAN, MYNETS LOCAL [127.0.0.1] [127.0.0.1] <[email protected]> -> <[email protected]>,<[email protected]>, Message-ID: <[email protected]>, mail_id: iEuOaUc88--i, Hits: 0.641, size: 608, queued_as: 316F8F493C, 13702 ms
    Jul 10 08:38:00 domU-12-31-39-00-5D-07 postfix/smtp[28373]: 80A80F493E: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=14, delays=0.12/0.01/0/14, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 316F8F493C)
    Jul 10 12:38:00 domU-12-31-39-00-5D-07 postfix/smtp[28373]: 80A80F493E: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=14, delays=0.12/0.01/0/14, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 316F8F493C)
    Jul 10 12:38:00 domU-12-31-39-00-5D-07 postfix/smtpd[28381]: disconnect from unknown[127.0.0.1]
    Jul 10 08:38:00 domU-12-31-39-00-5D-07 postfix/qmgr[28321]: 80A80F493E: removed
    Jul 10 08:38:00 domU-12-31-39-00-5D-07 postfix/smtp[28383]: 316F8F493C: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[209.85.212.60]:25, delay=0.52, delays=0.04/0.02/0.19/0.27, dsn=2.0.0, status=sent (250 2.0.0 OK 1247229480 34si1655191vwj.93)
    Jul 10 08:38:30 domU-12-31-39-00-5D-07 postfix/smtp[28384]: 316F8F493C: to=<[email protected]>, relay=none, delay=30, delays=0.04/0.03/30/0, dsn=4.4.1, status=deferred (connect to mail.mydomain.com[74.125.113.121]: Connection timed out)

    It's kinda strage cuz this last line mentions 74.125.113.121 but if you dns that IP, you get vw-in-f121.google.com...

    And I'm also seeing some [email protected] entry in the error log... even though I haven't created an admin user if I remember correctly from the guide... I know that the [email protected] account existed in the google apps but i've disabled it now

    Jul 10 08:45:24 domU-12-31-39-00-5D-07 postfix/smtp[28396]: 9DB33F4935: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=2649, delays=2619/0.12/30/0, dsn=4.4.1, status=deferred (connect to mail.mydomain.com[74.125.113.121]: Connection timed out)

    I still can't log into squirrelmail and I don't see anything in /home/vmail/ and I'm still not sure what to do with mail.mydomain.com.. at the moment mail.mydomain.com is not in the power dns settings so if i /dns mail.mydomain.com, nothing comes up... I'm not sure if I need it or not

    woops example.com floated back in there once again

    Jul 10 09:02:05 domU-12-31-39-00-5D-07 postfix/smtp[28465]: ABB62F432E: to=<[email protected]>, relay=none, delay=76906, delays=76876/0.01/30/0, dsn=4.4.1, status=deferred (connect to example.com[208.77.188.166]: Connection timed out)
     
    Last edited: Jul 10, 2009
  16. kentor

    kentor New Member

    ok i had the socket path wrong cuz amavisd.conf / clamd.conf have to match.
    i can see that the file "clamd.sock" exists in /var/run/clamav/clamd.sock which is what it is set to in /etc/amavisd.conf but in /etc/clamd.conf it is set to /tmp/clamd.sock which doesn't exist so i changed it to /var/run/clamav/clamd.sock . then restarted clamd and now im stuck again =/
     
  17. falko

    falko Super Moderator ISPConfig Developer

    What errors do you get now?
     
  18. kentor

    kentor New Member

    I changed /tmp/clamd.socket to /var/run/clamav/clamd.sock and restarted clamd but the old path still appears in the error log =/

    here are all the errors:

    Jul 11 12:44:50 domU-12-31-39-00-5D-07 postfix/smtp[813]: 2538DF4C2D: to=<[email protected]>, orig_to=<[email protected]>, relay=aspmx2.googlemail.com[209.85.135.27]:25, delay=27810, delays=27809/0.01/0.44/1, dsn=2.0.0, status=sent (250 2.0.0 OK 1247330690 t10si9375220muh.30)
    Jul 11 12:44:50 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 2538DF4C2D: removed
    Jul 11 13:01:01 domU-12-31-39-00-5D-07 sendmail[836]: n6BH11wT000836: from=root, size=440, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost
    Jul 11 13:01:01 domU-12-31-39-00-5D-07 postfix/smtpd[840]: connect from localhost[127.0.0.1]
    Jul 11 13:01:02 domU-12-31-39-00-5D-07 sendmail[836]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
    Jul 11 13:01:02 domU-12-31-39-00-5D-07 postfix/smtpd[840]: 20D5FF4C30: client=localhost[127.0.0.1], [email protected]
    Jul 11 13:01:02 domU-12-31-39-00-5D-07 postfix/cleanup[847]: 20D5FF4C30: message-id=<[email protected]>
    Jul 11 13:01:02 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 20D5FF4C30: from=<[email protected]>, size=1050, nrcpt=1 (queue active)
    Jul 11 13:01:02 domU-12-31-39-00-5D-07 sendmail[836]: n6BH11wT000836: to=root, ctladdr=root (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30440, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as 20D5FF4C30)
    Jul 11 13:01:02 domU-12-31-39-00-5D-07 postfix/smtpd[840]: disconnect from localhost[127.0.0.1]
    Jul 11 13:01:03 domU-12-31-39-00-5D-07 amavis[28735]: (28735-15) (!)ClamAV-clamd: Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory, retrying (2)
    Jul 11 13:01:09 domU-12-31-39-00-5D-07 amavis[28735]: (28735-15) (!)run_av (ClamAV-clamd, built-in i/f): Too many retries to talk to /tmp/clamd.socket (Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory) at (eval 80) line 310.
    Jul 11 13:01:09 domU-12-31-39-00-5D-07 amavis[28735]: (28735-15) (!!)ClamAV-clamd av-scanner FAILED: CODE(0x804d5e8) Too many retries to talk to /tmp/clamd.socket (Can't connect to UNIX socket /tmp/clamd.socket: No such file or directory) at (eval 80) line 310. at (eval 80) line 511.
    Jul 11 13:01:09 domU-12-31-39-00-5D-07 amavis[28735]: (28735-15) (!!)WARN: all primary virus scanners failed, considering backups
    Jul 11 13:01:22 domU-12-31-39-00-5D-07 postfix/smtpd[859]: connect from unknown[127.0.0.1]
    Jul 11 17:01:22 domU-12-31-39-00-5D-07 postfix/smtpd[859]: 204E9F4C2D: client=unknown[127.0.0.1]
    Jul 11 13:01:22 domU-12-31-39-00-5D-07 postfix/cleanup[847]: 204E9F4C2D: message-id=<[email protected]>
    Jul 11 13:01:22 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 204E9F4C2D: from=<[email protected]>, size=1551, nrcpt=1 (queue active)
    Jul 11 13:01:22 domU-12-31-39-00-5D-07 postfix/cleanup[863]: 3ED29F4C2F: message-id=<[email protected]>
    Jul 11 13:01:22 domU-12-31-39-00-5D-07 amavis[28735]: (28735-15) Passed CLEAN, MYNETS LOCAL [127.0.0.1] [127.0.0.1] <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: p7Vv33b9xp+X, Hits: 3.47, size: 1050, queued_as: 204E9F4C2D, 20122 ms
    Jul 11 17:01:22 domU-12-31-39-00-5D-07 postfix/smtpd[859]: disconnect from unknown[127.0.0.1]
    Jul 11 13:01:22 domU-12-31-39-00-5D-07 postfix/smtp[849]: 20D5FF4C30: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=20, delays=0.1/0.01/0/20, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 204E9F4C2D)
    Jul 11 13:01:22 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 20D5FF4C30: removed
    Jul 11 13:01:22 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 3ED29F4C2F: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 11 13:01:22 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 204E9F4C2D: removed
    Jul 11 13:01:22 domU-12-31-39-00-5D-07 postfix/local[862]: 204E9F4C2D: to=<[email protected]>, relay=local, delay=0.24, delays=0.11/0.01/0/0.12, dsn=2.0.0, status=sent (forwarded as 3ED29F4C2F)
    Jul 11 13:01:29 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 43435F4C2B: from=<[email protected]>, size=1740, nrcpt=1 (queue active)
    Jul 11 13:01:29 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: E5E96F4936: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 11 13:01:29 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 70AF8F4C37: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 11 13:01:29 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 97713F493C: from=<[email protected]>, size=19021, nrcpt=1 (queue active)
    Jul 11 13:01:52 domU-12-31-39-00-5D-07 postfix/smtp[865]: connect to mail.mydomain.com[74.125.47.121]: Connection timed out (port 25)
    Jul 11 13:01:52 domU-12-31-39-00-5D-07 postfix/smtp[865]: 3ED29F4C2F: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=30, delays=0.1/0.01/30/0, dsn=4.4.1, status=deferred (connect to mail.mydomain.com[74.125.47.121]: Connection timed out)
    Jul 11 13:01:59 domU-12-31-39-00-5D-07 postfix/smtp[867]: connect to mail.mydomain.com[74.125.47.121]: Connection timed out (port 25)
    Jul 11 13:01:59 domU-12-31-39-00-5D-07 postfix/smtp[867]: E5E96F4936: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=32439, delays=32409/0.03/30/0, dsn=4.4.1, status=deferred (connect to mail.mydomain.com[74.125.47.121]: Connection timed out)
    Jul 11 13:01:59 domU-12-31-39-00-5D-07 postfix/smtp[866]: connect to mail.mydomain.com[74.125.47.121]: Connection timed out (port 25)
    Jul 11 13:01:59 domU-12-31-39-00-5D-07 postfix/smtp[868]: connect to mail.mydomain.com[74.125.47.121]: Connection timed out (port 25)
    Jul 11 13:01:59 domU-12-31-39-00-5D-07 postfix/smtp[866]: 43435F4C2B: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=32101, delays=32071/0.03/30/0, dsn=4.4.1, status=deferred (connect to mail.mydomain.com[74.125.47.121]: Connection timed out)
    Jul 11 13:01:59 domU-12-31-39-00-5D-07 postfix/smtp[869]: connect to mail.mydomain.com[74.125.47.121]: Connection timed out (port 25)
    Jul 11 13:01:59 domU-12-31-39-00-5D-07 postfix/smtp[869]: 97713F493C: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=32359, delays=32329/0.03/30/0, dsn=4.4.1, status=deferred (connect to mail.mydomain.com[74.125.47.121]: Connection timed out)
    Jul 11 13:01:59 domU-12-31-39-00-5D-07 postfix/smtp[868]: 70AF8F4C37: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=7239, delays=7209/0.03/30/0, dsn=4.4.1, status=deferred (connect to mail.mydomain.com[74.125.47.121]: Connection timed out)
    Jul 11 13:18:09 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 964DEF4C31: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 11 13:18:09 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 964DEF4C31: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=22610, delays=22610/0.01/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to mail.mydomain.com[74.125.47.121]: Connection timed out)
    Jul 11 13:30:04 domU-12-31-39-00-5D-07 imapd: Connection, ip=[::ffff:127.0.0.1]
    Jul 11 13:30:04 domU-12-31-39-00-5D-07 imapd: chdir mydomain.com/sales/: No such file or directory
    Jul 11 13:34:49 domU-12-31-39-00-5D-07 postfix/qmgr[29334]: 3ED29F4C2F: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 11 13:35:19 domU-12-31-39-00-5D-07 postfix/smtp[889]: connect to mail.mydomain.com[74.125.113.121]: Connection timed out (port 25)
    Jul 11 13:35:19 domU-12-31-39-00-5D-07 postfix/smtp[889]: 3ED29F4C2F: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=2037, delays=2007/0.01/30/0, dsn=4.4.1, status=deferred (connect to mail.mydomain.com[74.125.113.121]: Connection timed out)
    [root@domU-12-31-39-00-5D-07 postfix]#
     
  19. falko

    falko Super Moderator ISPConfig Developer

    Try to create a symlink from /tmp/clamd.socket to /var/run/clamav/clamd.sock.
     
  20. kentor

    kentor New Member

    Ok i've added the symbolic link. Unfortunately the email is still bouncing back =/
    There are 3 things that are bothering me which i'm not sure how to fix...

    I still see [email protected] in the logs... I went through all the config files and checked so that there is no entries of example.com so I"m not sure why it's still there.

    I still see *googe.com* in the logs even though i completely removed the google apps account (they said it will take 5 days for the account to be completely erased so maybe they are still trying to catch emails that go to @mydomain.com... but it has already been 4-5 days I think.

    And the other thing that's bothering me is -> Jul 12 14:02:05 domU-12-31-39-00-5D-07 imapd: chdir mydomain.com/sales/: No such file or directory

    We have a wiki setup on mydomain.com so going to mydomain.com/anypage creates a new page... I'm not sure how to fix this chdir error.
    I copied the whole log file after adding the symbolic link so that I don't miss anything, here it is:


    Code:
    Jul 12 13:56:35 domU-12-31-39-00-5D-07 postfix/postfix-script: stopping the Postfix mail system
    Jul 12 13:56:35 domU-12-31-39-00-5D-07 postfix/master[29332]: terminating on signal 15
    Jul 12 13:56:35 domU-12-31-39-00-5D-07 sendmail[23577]: alias database /etc/aliases rebuilt by root
    Jul 12 13:56:35 domU-12-31-39-00-5D-07 sendmail[23577]: /etc/aliases: 78 aliases, longest 23 bytes, 806 bytes total
    Jul 12 13:56:36 domU-12-31-39-00-5D-07 postfix/postfix-script: starting the Postfix mail system
    Jul 12 13:56:36 domU-12-31-39-00-5D-07 postfix/master[23625]: daemon started -- version 2.3.3, configuration /etc/postfix
    Jul 12 13:56:36 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 8A0D2F4C3C: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 12 13:56:36 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 71C92F4C3D: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 12 13:56:37 domU-12-31-39-00-5D-07 postfix/smtp[23633]: 8A0D2F4C3C: to=<[email protected]>, orig_to=<[email protected]>, relay=aspmx3.googlemail.com[209.85.199.27]:25, delay=6918, delays=6917/0.02/0.29/0.61, dsn=2.0.0, status=sent (250 2.0.0 OK 1247421397 c20si18608043rvf.11)
    Jul 12 13:56:37 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 8A0D2F4C3C: removed
    Jul 12 13:56:41 domU-12-31-39-00-5D-07 postfix/smtp[23634]: 71C92F4C3D: to=<[email protected]>, orig_to=<[email protected]>, relay=aspmx.l.google.com[209.85.221.1]:25, delay=3321, delays=3316/0.01/0.12/5.5, dsn=2.0.0, status=sent (250 2.0.0 OK 1247421401 1si3578510qyk.160)
    Jul 12 13:56:41 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 71C92F4C3D: removed
    Jul 12 13:57:10 domU-12-31-39-00-5D-07 amavis[23670]: starting.  /usr/sbin/amavisd at mydomain.com amavisd-new-2.5.4 (20080312), Unicode aware
    Jul 12 13:57:10 domU-12-31-39-00-5D-07 amavis[23670]: Perl version               5.008008
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Net::Server: Group Not Defined.  Defaulting to EGID '105 105'
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Net::Server: User Not Defined.  Defaulting to EUID '102'
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Amavis::Conf        2.094
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Archive::Zip        1.26
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module BerkeleyDB          0.36
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Compress::Zlib      1.42
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Convert::TNEF       0.17
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Convert::UUlib      1.11
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module DBD::mysql          3.0007
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module DBI                 1.52
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module DB_File             1.814
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Digest::MD5         2.36
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Digest::SHA1        2.12
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module MIME::Entity        5.420
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module MIME::Parser        5.420
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module MIME::Tools         5.420
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Mail::Header        2.04
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Mail::Internet      2.04
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Mail::SpamAssassin  3.002005
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Net::DNS            0.65
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Net::Server         0.97
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Razor2::Client::Version 2.84
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Time::HiRes         1.86
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module URI                 1.35
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Module Unix::Syslog        1.1
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Amavis::DB code      loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Amavis::Cache code   loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: SQL base code        loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: SQL::Log code        NOT loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: SQL::Quarantine      NOT loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Lookup::SQL code     loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Lookup::LDAP code    NOT loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: AM.PDP-in proto code loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: SMTP-in proto code   loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Courier proto code   NOT loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: SMTP-out proto code  loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Pipe-out proto code  NOT loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: BSMTP-out proto code NOT loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Local-out proto code loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: OS_Fingerprint code  NOT loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: ANTI-VIRUS code      loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: ANTI-SPAM code       loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: ANTI-SPAM-SA code    loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Unpackers code       loaded
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found $file            at /usr/bin/file
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: No $dspam,             not using it
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: No $altermime,         not using it
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Internal decoder for .mail
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Internal decoder for .asc
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Internal decoder for .uue
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Internal decoder for .hqx
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Internal decoder for .ync
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .F    at /usr/bin/unfreeze
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .Z    at /usr/bin/uncompress
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .gz   at /usr/bin/gzip -d
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .bz2  at /usr/bin/bzip2 -d
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .lzo  at /usr/bin/lzop -d
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .rpm  at /usr/bin/rpm2cpio
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .cpio at /usr/bin/pax
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .tar  at /usr/bin/pax
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .deb  at /usr/bin/ar
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Internal decoder for .zip
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: No decoder for       .7z   tried: 7zr, 7za, 7z
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .rar  at /usr/bin/unrar
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .arj  at /usr/bin/arj
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .arc  at /usr/bin/nomarch
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .zoo  at /usr/bin/zoo
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .lha  at /usr/bin/lha
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .cab  at /usr/bin/cabextract
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: No decoder for       .tnef tried: tnef
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Internal decoder for .tnef
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found decoder for    .exe  at /usr/bin/unrar; /usr/bin/lha; /usr/bin/arj
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Using primary internal av scanner code for ClamAV-clamd
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Found secondary av scanner ClamAV-clamscan at /usr/bin/clamscan
    Jul 12 13:57:11 domU-12-31-39-00-5D-07 amavis[23671]: Creating db in /var/amavis/db/; BerkeleyDB 0.36, libdb 4.3
    Jul 12 13:59:19 domU-12-31-39-00-5D-07 imapd: Connection, ip=[::ffff:127.0.0.1]
    Jul 12 13:59:19 domU-12-31-39-00-5D-07 imapd: chdir mydomain.com/sales/: No such file or directory
    Jul 12 14:00:47 domU-12-31-39-00-5D-07 sendmail[23713]: n6CI0l0q023713: from=root, size=85, class=0, nrcpts=2, msgid=<[email protected]>, relay=root@localhost
    Jul 12 14:00:47 domU-12-31-39-00-5D-07 postfix/smtpd[23716]: connect from localhost[127.0.0.1]
    Jul 12 14:00:47 domU-12-31-39-00-5D-07 sendmail[23713]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
    Jul 12 14:00:48 domU-12-31-39-00-5D-07 postfix/smtpd[23716]: 0B943F4C3D: client=localhost[127.0.0.1], [email protected]
    Jul 12 14:00:48 domU-12-31-39-00-5D-07 postfix/cleanup[23724]: 0B943F4C3D: message-id=<[email protected]>
    Jul 12 14:00:48 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 0B943F4C3D: from=<[email protected]>, size=612, nrcpt=2 (queue active)
    Jul 12 14:00:48 domU-12-31-39-00-5D-07 sendmail[23713]: n6CI0l0q023713: [email protected],[email protected], ctladdr=root (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=60085, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as 0B943F4C3D)
    Jul 12 14:00:48 domU-12-31-39-00-5D-07 postfix/smtpd[23716]: disconnect from localhost[127.0.0.1]
    Jul 12 14:00:48 domU-12-31-39-00-5D-07 postfix/smtpd[23734]: connect from unknown[127.0.0.1]
    Jul 12 18:00:48 domU-12-31-39-00-5D-07 postfix/smtpd[23734]: F0EE5F4C2A: client=unknown[127.0.0.1]
    Jul 12 14:00:48 domU-12-31-39-00-5D-07 postfix/cleanup[23724]: F0EE5F4C2A: message-id=<[email protected]>
    Jul 12 14:00:48 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: F0EE5F4C2A: from=<[email protected]>, size=1003, nrcpt=2 (queue active)
    Jul 12 18:00:48 domU-12-31-39-00-5D-07 postfix/smtpd[23734]: disconnect from unknown[127.0.0.1]
    Jul 12 14:00:49 domU-12-31-39-00-5D-07 amavis[23675]: (23675-01) Passed CLEAN, MYNETS LOCAL [127.0.0.1] [127.0.0.1] <[email protected]> -> <[email protected]>,<[email protected]>, Message-ID: <[email protected]>, mail_id: tenpGhfbhDUN, Hits: 0.826, size: 612, queued_as: F0EE5F4C2A, 898 ms
    Jul 12 14:00:49 domU-12-31-39-00-5D-07 postfix/smtp[23728]: 0B943F4C3D: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=1, delays=0.11/0.01/0.01/0.91, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as F0EE5F4C2A)
    Jul 12 18:00:49 domU-12-31-39-00-5D-07 postfix/smtp[23728]: 0B943F4C3D: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=1, delays=0.11/0.01/0.01/0.91, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as F0EE5F4C2A)
    Jul 12 14:00:49 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 0B943F4C3D: removed
    Jul 12 14:00:49 domU-12-31-39-00-5D-07 postfix/smtp[23736]: F0EE5F4C2A: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[209.85.212.58]:25, delay=0.44, delays=0.01/0.03/0.17/0.24, dsn=2.0.0, status=sent (250 2.0.0 OK 1247421649 32si5916182vwj.75)
    Jul 12 14:00:52 domU-12-31-39-00-5D-07 postfix/smtp[23737]: F0EE5F4C2A: to=<[email protected]>, relay=aspmx.l.google.com[209.85.221.58]:25, delay=3.2, delays=0.01/0.03/0.09/3.1, dsn=5.1.1, status=bounced (host aspmx.l.google.com[209.85.221.58] said: 550-5.1.1 The email account that you tried to reach does not exist. Please try 550-5.1.1 double-checking the recipient's email address for typos or 550-5.1.1 unnecessary spaces. Learn more at                              550 5.1.1 [url]http://mail.google.com/support/bin/answer.py?answer=6596[/url] 32si3539236qyk.31 (in reply to RCPT TO command))
    Jul 12 14:00:52 domU-12-31-39-00-5D-07 postfix/cleanup[23724]: 3A629F4C3D: message-id=<[email protected]>
    Jul 12 14:00:52 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 3A629F4C3D: from=<>, size=3542, nrcpt=1 (queue active)
    Jul 12 14:00:52 domU-12-31-39-00-5D-07 postfix/bounce[23739]: F0EE5F4C2A: sender non-delivery notification: 3A629F4C3D
    Jul 12 14:00:52 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: F0EE5F4C2A: removed
    Jul 12 14:00:52 domU-12-31-39-00-5D-07 postfix/cleanup[23724]: 3D564F4C2A: message-id=<[email protected]>
    Jul 12 14:00:52 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 3D564F4C2A: from=<>, size=3701, nrcpt=1 (queue active)
    Jul 12 14:00:52 domU-12-31-39-00-5D-07 postfix/local[23740]: 3A629F4C3D: to=<[email protected]>, relay=local, delay=0.02, delays=0/0.01/0/0, dsn=2.0.0, status=sent (forwarded as 3D564F4C2A)
    Jul 12 14:00:52 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 3A629F4C3D: removed
    Jul 12 14:00:52 domU-12-31-39-00-5D-07 postfix/smtp[23736]: 3D564F4C2A: to=<[email protected]>, orig_to=<[email protected]>, relay=alt1.aspmx.l.google.com[209.85.210.67]:25, delay=0.53, delays=0/0/0.13/0.4, dsn=2.0.0, status=sent (250 2.0.0 OK 1247421652 41si8895708yxe.46)
    Jul 12 14:00:52 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 3D564F4C2A: removed
    Jul 12 14:01:01 domU-12-31-39-00-5D-07 sendmail[23755]: n6CI11x5023755: from=root, size=440, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost
    Jul 12 14:01:01 domU-12-31-39-00-5D-07 postfix/smtpd[23716]: connect from localhost[127.0.0.1]
    Jul 12 14:01:02 domU-12-31-39-00-5D-07 sendmail[23755]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
    Jul 12 14:01:02 domU-12-31-39-00-5D-07 postfix/smtpd[23716]: 15991F4C3D: client=localhost[127.0.0.1], [email protected]
    Jul 12 14:01:02 domU-12-31-39-00-5D-07 postfix/cleanup[23724]: 15991F4C3D: message-id=<[email protected]>
    Jul 12 14:01:02 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 15991F4C3D: from=<[email protected]>, size=1050, nrcpt=1 (queue active)
    Jul 12 14:01:02 domU-12-31-39-00-5D-07 sendmail[23755]: n6CI11x5023755: to=root, ctladdr=root (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30440, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as 15991F4C3D)
    Jul 12 14:01:02 domU-12-31-39-00-5D-07 postfix/smtpd[23716]: disconnect from localhost[127.0.0.1]
    Jul 12 18:01:03 domU-12-31-39-00-5D-07 postfix/smtpd[23734]: connect from unknown[127.0.0.1]
    Jul 12 18:01:03 domU-12-31-39-00-5D-07 postfix/smtpd[23734]: 48471F4C2A: client=unknown[127.0.0.1]
    Jul 12 14:01:03 domU-12-31-39-00-5D-07 postfix/cleanup[23724]: 48471F4C2A: message-id=<[email protected]>
    Jul 12 14:01:03 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 48471F4C2A: from=<[email protected]>, size=1551, nrcpt=1 (queue active)
    Jul 12 14:01:03 domU-12-31-39-00-5D-07 amavis[23676]: (23676-01) Passed CLEAN, MYNETS LOCAL [127.0.0.1] [127.0.0.1] <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: zSHWbq0pfNk5, Hits: 2.256, size: 1050, queued_as: 48471F4C2A, 1223 ms
    Jul 12 18:01:03 domU-12-31-39-00-5D-07 postfix/smtpd[23734]: disconnect from unknown[127.0.0.1]
    Jul 12 18:01:03 domU-12-31-39-00-5D-07 postfix/smtp[23728]: 15991F4C3D: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.3, delays=0.04/0/0.01/1.2, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 48471F4C2A)
    Jul 12 14:01:03 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 15991F4C3D: removed
    Jul 12 14:01:03 domU-12-31-39-00-5D-07 postfix/cleanup[23724]: 56BD5F4C3C: message-id=<[email protected]>
    Jul 12 14:01:03 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 56BD5F4C3C: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 12 14:01:03 domU-12-31-39-00-5D-07 postfix/local[23740]: 48471F4C2A: to=<[email protected]>, relay=local, delay=0.06, delays=0.04/0/0/0.03, dsn=2.0.0, status=sent (forwarded as 56BD5F4C3C)
    Jul 12 14:01:03 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 48471F4C2A: removed
    Jul 12 14:01:04 domU-12-31-39-00-5D-07 postfix/smtp[23737]: 56BD5F4C3C: to=<[email protected]>, orig_to=<[email protected]>, relay=alt2.aspmx.l.google.com[209.85.219.33]:25, delay=1.2, delays=0/0/0.47/0.77, dsn=2.0.0, status=sent (250 2.0.0 OK 1247421664 9si7937979ewy.47)
    Jul 12 14:01:04 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 56BD5F4C3C: removed
    Jul 12 14:02:05 domU-12-31-39-00-5D-07 imapd: Connection, ip=[::ffff:127.0.0.1]
    Jul 12 14:02:05 domU-12-31-39-00-5D-07 imapd: chdir mydomain.com/sales/: No such file or directory
    Jul 12 14:29:56 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 2FD2DF4C36: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 12 14:29:56 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: D95C6F4936: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 12 14:29:57 domU-12-31-39-00-5D-07 postfix/smtp[23784]: 2FD2DF4C36: to=<[email protected]>, orig_to=<[email protected]>, relay=aspmx3.googlemail.com[209.85.199.27]:25, delay=12517, delays=12516/0.01/0.43/0.53, dsn=2.0.0, status=sent (250 2.0.0 OK 1247423397 c20si18723985rvf.11)
    Jul 12 14:29:57 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 2FD2DF4C36: removed
    Jul 12 14:29:58 domU-12-31-39-00-5D-07 postfix/smtp[23785]: D95C6F4936: to=<[email protected]>, orig_to=<[email protected]>, relay=aspmx2.googlemail.com[209.85.135.27]:25, delay=19717, delays=19716/0.01/0.54/1, dsn=2.0.0, status=sent (250 2.0.0 OK 1247423398 i5si8267511mue.25)
    Jul 12 14:29:58 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: D95C6F4936: removed
    Jul 12 14:46:36 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: ABB62F432E: from=<[email protected]>, size=1050, nrcpt=1 (queue active)
    Jul 12 14:46:36 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: F144DF4948: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 12 14:46:36 domU-12-31-39-00-5D-07 postfix/smtp[23798]: F144DF4948: to=<[email protected]>, orig_to=<[email protected]>, relay=alt1.aspmx.l.google.com[209.85.211.14]:25, delay=17117, delays=17116/0.07/0.09/0.18, dsn=2.0.0, status=sent (250 2.0.0 OK 1247424396 14si1135416ywh.67)
    Jul 12 14:46:36 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: F144DF4948: removed
    Jul 12 14:47:06 domU-12-31-39-00-5D-07 postfix/smtp[23797]: connect to example.com[208.77.188.166]: Connection timed out (port 25)
    Jul 12 14:47:06 domU-12-31-39-00-5D-07 postfix/smtp[23797]: ABB62F432E: to=<[email protected]>, relay=none, delay=270408, delays=270378/0.09/30/0, dsn=4.4.1, status=deferred (connect to example.com[208.77.188.166]: Connection timed out)
    Jul 12 15:01:02 domU-12-31-39-00-5D-07 sendmail[23820]: n6CJ11RA023820: from=root, size=440, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost
    Jul 12 15:01:02 domU-12-31-39-00-5D-07 postfix/smtpd[23824]: connect from localhost[127.0.0.1]
    Jul 12 15:01:02 domU-12-31-39-00-5D-07 sendmail[23820]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
    Jul 12 15:01:02 domU-12-31-39-00-5D-07 postfix/smtpd[23824]: 86CCCF493C: client=localhost[127.0.0.1], [email protected]
    Jul 12 15:01:02 domU-12-31-39-00-5D-07 postfix/cleanup[23831]: 86CCCF493C: message-id=<[email protected]>
    Jul 12 15:01:02 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 86CCCF493C: from=<[email protected]>, size=1050, nrcpt=1 (queue active)
    Jul 12 15:01:02 domU-12-31-39-00-5D-07 sendmail[23820]: n6CJ11RA023820: to=root, ctladdr=root (0/0), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=30440, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as 86CCCF493C)
    Jul 12 15:01:02 domU-12-31-39-00-5D-07 postfix/smtpd[23824]: disconnect from localhost[127.0.0.1]
    Jul 12 15:01:08 domU-12-31-39-00-5D-07 postfix/smtpd[23838]: connect from unknown[127.0.0.1]
    Jul 12 19:01:08 domU-12-31-39-00-5D-07 postfix/smtpd[23838]: 0C645F434D: client=unknown[127.0.0.1]
    Jul 12 15:01:08 domU-12-31-39-00-5D-07 postfix/cleanup[23831]: 0C645F434D: message-id=<[email protected]>
    Jul 12 15:01:08 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 0C645F434D: from=<[email protected]>, size=1551, nrcpt=1 (queue active)
    Jul 12 15:01:08 domU-12-31-39-00-5D-07 amavis[23675]: (23675-02) Passed CLEAN, MYNETS LOCAL [127.0.0.1] [127.0.0.1] <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: l+pJ9UJFNuSw, Hits: 2.249, size: 1050, queued_as: 0C645F434D, 5500 ms
    Jul 12 15:01:08 domU-12-31-39-00-5D-07 postfix/smtp[23832]: 86CCCF493C: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=5.6, delays=0.07/0.01/0/5.5, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 0C645F434D)
    Jul 12 15:01:08 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 86CCCF493C: removed
    Jul 12 19:01:08 domU-12-31-39-00-5D-07 postfix/smtpd[23838]: disconnect from unknown[127.0.0.1]
    Jul 12 15:01:08 domU-12-31-39-00-5D-07 postfix/cleanup[23831]: 213A7F4936: message-id=<[email protected]>
    Jul 12 15:01:08 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 213A7F4936: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 12 15:01:08 domU-12-31-39-00-5D-07 postfix/local[23840]: 0C645F434D: to=<[email protected]>, relay=local, delay=0.09, delays=0.06/0.02/0/0.01, dsn=2.0.0, status=sent (forwarded as 213A7F4936)
    Jul 12 15:01:08 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 0C645F434D: removed
    Jul 12 15:01:38 domU-12-31-39-00-5D-07 postfix/smtp[23841]: connect to mail.mydomain.com[74.125.113.121]: Connection timed out (port 25)
    Jul 12 15:01:38 domU-12-31-39-00-5D-07 postfix/smtp[23841]: 213A7F4936: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=30, delays=0/0.01/30/0, dsn=4.4.1, status=deferred (connect to mail.mydomain.com[74.125.113.121]: Connection timed out)
    Jul 12 15:19:56 domU-12-31-39-00-5D-07 postfix/qmgr[23628]: 213A7F4936: from=<[email protected]>, size=1710, nrcpt=1 (queue active)
    Jul 12 15:20:26 domU-12-31-39-00-5D-07 postfix/smtp[23847]: connect to mail.mydomain.com[74.125.113.121]: Connection timed out (port 25)
    Jul 12 15:20:26 domU-12-31-39-00-5D-07 postfix/smtp[23847]: 213A7F4936: to=<[email protected]>, orig_to=<[email protected]>, relay=none, delay=1158, delays=1128/0.01/30/0, dsn=4.4.1, status=deferred (connect to mail.mydomain.com[74.125.113.121]: Connection timed out)
    [root@domU-12-31-39-00-5D-07 tmp]#
    Thank you very much for your help! :)
     

Share This Page