Date: Wed, 7 Dec 2005 18:53:40 -0500 From: Michael Sherman <msherman77@gmail.com> To: Giorgos Keramidas <keramida@ceid.upatras.gr>, FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: postfix help Message-ID: <d5f57b9c0512071553s5b07bb08p3f6368beea0e43c9@mail.gmail.com> In-Reply-To: <20051207233304.GA2553@flame.pc> References: <d5f57b9c0512071501i2e32ed52q7e7a8a3b7eb41a22@mail.gmail.com> <20051207233304.GA2553@flame.pc>
next in thread | previous in thread | raw e-mail | index | archive | help
No, just postfix: /etc/rc.conf sendmail_enable=3D"NO" sendmail_submit_enable=3D"NO" sendmail_outbound_enable=3D"NO" sendmail_msp_queue_enable=3D"NO" and ls -l /usr/local/etc/rc.d/postfix.sh lrwxr-xr-x 1 root wheel 23 Dec 4 20:41 /usr/local/etc/rc.d/postfix.sh -> /usr/local/sbin/postfix ps aux | grep sendmail returns nothing ps aux | grep postfix returns: root 613 0.0 1.2 3404 2344 ?? Ss 6:03PM 0:00.08 /usr/local/libexec/postfix/master postfix 618 0.0 1.2 3424 2328 ?? S 6:03PM 0:00.03 pickup -l -t fifo -u postfix 619 0.0 1.3 3480 2408 ?? I 6:03PM 0:00.03 qmgr -l -t fifo -u root is the owner, since I reloaded it as root. Just doing testing. On 12/7/05, Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > On 2005-12-07 18:01, Michael Sherman <msherman77@gmail.com> wrote: > > Hello all. > > > > I am trying to get postfix to relay mail through my ISP, without much > > luck though. > > > > I installed postfix with sasl compiled in: > > ldd /usr/local/libexec/postfix/smtpd > > libsasl.so.8 =3D> /usr/local/lib/libsasl.so.8 (0x280be000) > > libpam.so.3 =3D> /usr/lib/libpam.so.3 (0x280cb000) > > libcrypt.so.3 =3D> /lib/libcrypt.so.3 (0x280d2000) > > libsasl2.so.2 =3D> /usr/local/lib/libsasl2.so.2 (0x280eb000) > > libssl.so.4 =3D> /usr/lib/libssl.so.4 (0x280ff000) > > libcrypto.so.4 =3D> /lib/libcrypto.so.4 (0x28132000) > > libpcre.so.0 =3D> /usr/local/lib/libpcre.so.0 (0x28243000) > > libc.so.6 =3D> /lib/libc.so.6 (0x2826b000) > > libldap-2.2.so.7 =3D> /usr/local/lib/libldap-2.2.so.7 (0x28354000= ) > > liblber-2.2.so.7 =3D> /usr/local/lib/liblber-2.2.so.7 (0x2837e000= ) > > > > sasld is running, was started before postfix was. > > ps aux | grep sasl > > root 14646 0.0 0.4 1444 712 ?? Is 4:54PM 0:00.00 > > /usr/local/sbin/saslauthd1 -a pam > > > > here is an excerpt of my main.cf > > > > relayhost =3D smtp.broadband.rogers.com > > smtp_sasl_auth_enable =3D yes > > smtp_sasl_security_options =3D noanonymous > > smtp_sasl_password_maps =3D hash:/usr/local/etc/postfix/sasl_passwd > > I think you don't need sasld for uathenticating as a client. > > > Yet when I try to send any mail it gets bounced back by Rogers (which > > uses Yahoo for mail services) : > > > > tail /var/log/maillog > > > > Dec 7 17:46:09 mike postfix/cleanup[14941]: 70BED50856: message-id=3D<= 200512072246.jB7Mk981014938@FreeBSD> > > Dec 7 17:46:09 FreeBSD postfix/qmgr[14908]: 70BED50856: from=3D<micha= el@mike.dyndns.org>, size=3D565, nrcpt=3D1 (queue active) > > Dec 7 17:46:09 m sendmail[14938]: jB7Mk981014938: > > to=3Dmsherman@gmail.com, ctladdr=3Dmichael (1001/1001), delay=3D00:00:0= 0, > > xdelay=3D00:00:00, mailer=3Drelay, pri=3D30057, relay=3D[127.0.0.1] > > [127.0.0.1], dsn=3D2.0.0, stat=3DSent (Ok: queued as 70BED50856) > > Hmm, why do I see messages from both Postfix *AND* Sendmail here? > > You are not running both, right? > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d5f57b9c0512071553s5b07bb08p3f6368beea0e43c9>