On Wed, 10 Jun 2009, William Michael wrote:

> Long story - but to jump to end....  I changed platforms (Debian etch which
> I am no comfortable with yet - from SuSE 6.2 system that serverely ate
> itself with a heat spell)
> 
> I followed an ISP online how-to guide to set up the "perfect" debian ISP
> server (I am NOT an ISP - but I do let family and friends host web stuff)
> and my kids do their e-mail/aliases to virtual domains.  I had to sing up
> for this g-mail acct because I have been stuck for the last two weeks.

It is dangerous to follow such "perfect" setup guides without understanding
how the underlying software actually works.  You're better off reading the
Postfix documentation.

> I get the following in the log:
> 
> Jun 10 17:18:42 dns1 postfix/smtpd[30268]: warning: connect #4 to subsystem
> private/rewrite: Connection refused

Likely a misconfiguration of master.cf.

>  --master.cf--
> smtp      inet  n       -       n       -       -       smtpd -v
> uucp      unix  -       n       n       -       -       pipe
>   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
> ($recipient)
> ifmail    unix  -       n       n       -       -       pipe
>   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
> bsmtp     unix  -       n       n       -       -       pipe
>   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender
> $recipient
> scalemail-backend unix - n n - 2 pipe
>   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
> ${nexthop} ${user} ${extension}
> mailman   unix  -       n       n       -       -       pipe
>   flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
>   ${nexthop} ${user}
> flush     unix  n       -       -       1000?   0       flush
> proxymap  unix  -       -       n       -       -       proxymap
> trace     unix  -       -       -       -       0       bounce
> verify    unix  -       -       -       -       1       verify
> tlsmgr    unix  -       -       -       1000?   1       tlsmgr
> anvil     unix  -       -       -       -       1       anvil
> scache    unix  -       -       -       -       1       scache
> discard   unix  -       -       -       -       -       discard
> relay     unix  -       -       n       -       -       smtp -o
> fallback_relay=

Why is trivial-rewrite missing?

> Netstat also available but makes message too big...

% netstat | grep rewrite

-- 
Sahil Tandon <sa...@tandon.net>

Reply via email to