Re: Postfix SASL SMTP AUTH help, please. [re-post from comp.mail.misc]

2010-12-18 Thread s. keeling
s. keeling keel...@nucleus.com: [I asked this in cmm, but see no help there yet. I'm trying to get this: http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mailservers.html working on Debian Lenny.] Camaleon, Darac, Osamu, Bob, thanks. All good suggestions, lots

Re: Postfix SASL SMTP AUTH help, please. [re-post from comp.mail.misc]

2010-12-15 Thread CamaleĆ³n
On Tue, 14 Dec 2010 18:39:23 -0700, s. keeling wrote: (...) Background: I run fetchmail in a script wrapper called by my user crontab. Changing the interval at which the cronjob runs to 10 min. instead of every five minutes broke the implied POP before SMTP authorization. Apparently, my

Re: Postfix SASL SMTP AUTH help, please. [re-post from comp.mail.misc]

2010-12-15 Thread Darac Marjal
On Tue, Dec 14, 2010 at 06:39:23PM -0700, s. keeling wrote: [cut] The official documentation for how to do this would appear to be at http://www.postfix.org/SASL_README.html#client_sasl_enable I'd prefer to have SASL SMTP AUTH working instead of relying on PbS. Essentially, this means

Re: Postfix SASL SMTP AUTH help, please. [re-post from comp.mail.misc]

2010-12-15 Thread Osamu Aoki
On Tue, Dec 14, 2010 at 06:39:23PM -0700, s. keeling wrote: Background: I run fetchmail in a script wrapper called by my user crontab. Changing the interval at which the cronjob runs to 10 min. instead of every five minutes broke the implied POP before SMTP authorization. Apparently, my

Re: Postfix SASL SMTP AUTH help, please.

2010-12-15 Thread Bob Proulx
s. keeling wrote: and (for the heck of it): /etc/init.d/postfix restart What am I missing, or how do I get SASL SMTP AUTH working? In Debian postfix is run chroot'd in /var/spool/postfix. Therefore all of those files you are changing in /etc need to be replicated into the chroot. This is

Postfix SASL SMTP AUTH help, please. [re-post from comp.mail.misc]

2010-12-14 Thread s. keeling
[I asked this in cmm, but see no help there yet. I'm trying to get this: http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mailservers.html working on Debian Lenny.] Background: I run fetchmail in a script wrapper called by