
popbsmtpd-users
[EnGarde] Re: Pop B4 SMTP Probs
First did you run the pop-before-smtp tests to check if your pattern file
was able to read your mail log? I know the instructions talk about
smtpd_client_restrictions = check_client_access>
hash:/etc/postfix/pop-before-smtp but that did not work for me, and I
recomend removing that entry and putting this in instead
mynetworks = hash:/etc/postfix/pop-before-smtp
Now I have not done further testing but the above line makes alot more sense
then the UCE command. But I imagine you would use them together once you get
it working. I also set mynetworks_style = host to give my server full relay
ability.
Jared
> -----Original Message-----
> From: engarde-users-bounce
> Sent: Sunday, September 08, 2002 2:56 AM
> To: engarde-users
> Subject: [EnGarde] Pop B4 SMTP Probs
>
>
>
> Hi All,
>
>
> I have got a few issues with the pop-before-smtp daemon.
> If i manualy enter my ip into the
> /etc/postfix/pop-before-smtp file and run
> postmap hash:/etc/postfix/pop-before-smtp, i am able to send
> mail out from
> that client and everything seems fine.
>
> When i remove that entry, and connect via spop from a client
> machine using a
> correct username and password, it will not allow me to send
> mail out from
> that machine. It just comes up with 'relaying not allowed'.
>
> I have removed the line 'mynetworks =' from
> /etc/popbsmtpd.conf, so it will
> attempt to authenticate any user, but still no luck.
>
> The popbsmtpd starts up when i power my machine on, so i
> 'think' that is
> running ok.
>
>
> I have followed how-to, step-by-step and even cut and paste
> the commands
> from the website to my server to make sure i don't make a typo!
>
> Extracts from my postfix config are below:
>
> smtpd_client_restrictions = check_client_access
> hash:/etc/postfix/pop-before-smtp
> smtpd_recipient_restrictions = check_client_access
> hash:/etc/postfix/pop-before-smtp,
> reject_unknown_sender_domain,
> permit_mynetworks,
> check_relay_domains
>
>
> Any Extracts from my syslog-ng.conf:
>
> destination spop3 { pipe("/var/log/spop3.log"); };
>
> filter f_spop3 { match("stunnel") or match("spop3"); };
>
> log { source(src); filter(f_spop3); destination(spop3); };
>
>
> Any ideas peeps? This has got me ripping my hair out!
>
>
> Thanks
>
>
> James
>
------------------------------------------------------------------------
To unsubscribe email engarde-users-request
with "unsubscribe" in the subject of the message.
This archive was generated by hypermail 2.1.6 on 2005-11-05 00:15:05 PST
|