From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 20:29:12 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CC031FF for ; Wed, 25 Jun 2014 20:29:12 +0000 (UTC) Received: from mail-ve0-x230.google.com (mail-ve0-x230.google.com [IPv6:2607:f8b0:400c:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D30C21F7 for ; Wed, 25 Jun 2014 20:29:12 +0000 (UTC) Received: by mail-ve0-f176.google.com with SMTP id db12so2634433veb.35 for ; Wed, 25 Jun 2014 13:29:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=AcRxsJ1GYM4VatBevVXXqMryV66INY149nNI2PZRxyk=; b=BYLpU/M4SXawHQQjfC4gBxJhxDls0czU+32h+waQtM0rUFrotGFRp58al6W4UOqdGH 3Yhm1B6BOXcU49SVm5+rw54yS5R8p12WUtrdpS3corXaskWSO9vrt/rTUME1TiNC984N KTkF2lMH15dEinAbylHO93Z8IcIHnL2bXR3MvliNBIamVp1FTeY/DW+2uFZdUTfg56pR o2vEfdl62Ghml3/Y4c3ZV7xqmM8yHyLNucyHNq3YSXdT39YvYpy3GUIw7R2lG1F1U22+ k9RMo/IkJNDUXZ4VJCEwe+35+tvM1mJ83Y4sYIJoXqYPWH6F0xcgzVMhWJaZAghJ8EMx Sdag== MIME-Version: 1.0 X-Received: by 10.52.232.133 with SMTP id to5mr7553017vdc.16.1403728151266; Wed, 25 Jun 2014 13:29:11 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.58.162.37 with HTTP; Wed, 25 Jun 2014 13:29:11 -0700 (PDT) Date: Wed, 25 Jun 2014 13:29:11 -0700 X-Google-Sender-Auth: i6AjQ79LnDuUDs1UwHIWSr0vtzY Message-ID: Subject: Strange Mailer Activity From: Chris Maness To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 20:29:12 -0000 I am getting a lot of strange bounces in my inbox. I checked to make sure that my mailer wasn't running as an open relay. Running #ps aux | less I see some possibilities of processes running sendmail. Is ./s5N5AsEo003358 the file that is calling sendmail? root 6961 0.0 0.3 12864 5540 - I 12:24PM 0:00.18 sendmail: ./s5N5AsEo003358 zb169.net.: user open (sendmail) There are also a lot of "to" entries in my maillog that don't look like they are being sent from any of my users. Also, I no longer use my server as a relay of any sort. Everyone is now using gmail to send, and my friends have custom email domains that I host incoming mail for. This mail is no longer spooled on my server. It is just redirected to their (and my) google accounts. Thanks, Chris