From owner-freebsd-questions@FreeBSD.ORG Sat Aug 16 22:27:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10D761065676 for ; Sat, 16 Aug 2008 22:27:52 +0000 (UTC) (envelope-from freebsdemail@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.235]) by mx1.freebsd.org (Postfix) with ESMTP id B44C18FC0A for ; Sat, 16 Aug 2008 22:27:51 +0000 (UTC) (envelope-from freebsdemail@gmail.com) Received: by qb-out-0506.google.com with SMTP id e34so1768619qbe.35 for ; Sat, 16 Aug 2008 15:27:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Xxnm7EjK2028JDV8kyS+Ff+ydCfDliQML0ndVaL/PQA=; b=MZUKQp3AkoClkbkWIRup/AaZoJRT+37/FbKUezm13CkNWPqf8psK9PLh3ccNf3/ct7 OUBZnwaD852FuCpaKJH08RJwk9hGC5CTs7T8NrYZ0AIHUjklG/e08tOKUilQsqkbCt2W S6QyWzXRRd3ZaF7g9tmGB6R1mKMXK2TZPZxvQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Kh1+ss+kLBNCxT+m3dhVh+bkH4MJUF0OLl7KoIJl4rY1USfqZiMQkSVozxGADQi4xn V33/Tb/VMbrYPemMW+wH1s2nduaSR6e4dhRG3X/KfLm1m6NhHUf/hPOOWD8PrAio9R+B UAmlIDZZP8Q72l8eQr6z1rFgZTGJAUdELeeYo= Received: by 10.181.21.6 with SMTP id y6mr2412259bki.50.1218925670302; Sat, 16 Aug 2008 15:27:50 -0700 (PDT) Received: by 10.180.244.3 with HTTP; Sat, 16 Aug 2008 15:27:50 -0700 (PDT) Message-ID: <5cdef660808161527y96510dfte86e08a5dbc7a9e2@mail.gmail.com> Date: Sat, 16 Aug 2008 16:27:50 -0600 From: "Tom Stuart" To: "Giorgos Keramidas" In-Reply-To: <871w0pqtw7.fsf@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5cdef660808151349j462df140pcec0d76109ac17b3@mail.gmail.com> <6.0.0.22.2.20080815192128.024bf890@mail.computinginnovations.com> <5cdef660808151749n722a5b92ufcf85e59b1e0b4b@mail.gmail.com> <871w0pqtw7.fsf@kobe.laptop> Cc: freebsd-questions@freebsd.org, Derek Ragona Subject: Re: Sendmail email delays X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2008 22:27:52 -0000 Here are my diffs for the files as requested. I'm thinking the actual issue may lay in my submit.mc configuration. Right now I have just the base file as I've tried editing it to no success so I changed it back to normal. I "assumed" you had to edit this line. I'll also note that the "smarthost" is a Windows 2003 Server running Exchange, relaying is enable FEATURE(`msp', `[127.0.0.1]')dnl and change the value to 10.0.0.2(which is the Smarthost IP), The Diffs: firewall-1# diff freebsd.mc firewall-1.xxx.com.mc 77c77 < dnl define(`SMART_HOST', `your.isp.mail.server') --- > define(`SMART_HOST', `smtp.xxx.com') firewall-1# firewall-1# diff freebsd.submit.mc firewall-1.xxx.com.submit.mc firewall-1# On Sat, Aug 16, 2008 at 1:52 AM, Giorgos Keramidas wrote: > > On Fri, 15 Aug 2008 18:49:39 -0600, "Tom Stuart" wrote: > > I have tried doing the forwarding via /etc/mail/aliases and it worked > > identically as it was with the /root/.forward. The mail does go through but > > gets delayed 5+ minutes, however when I send mail interactively using mailx > > or mail commands the receiving mailserver receives the message instantly. > > > > I'd also like to add that if I restart sendmail via /etc/rc.d/sendmail > > restart the mail gets instantly received also...Thanks for the help thus far > > It usually helps to see what changes you have made to `sendmail.mc' from > the stock FreeBSD version. Can you post diff output from the following? > > # cd /etc/mail > # diff -c freebsd.mc `hostname`.mc >