3 messages in net.sourceforge.lists.courier-users[courier-users] Relaying question...a...
FromSent OnAttachments
Robert HortonMay 24, 2004 7:47 pm 
Sam VarshavchikMay 24, 2004 8:07 pm 
Phillip HutchingsMay 24, 2004 8:29 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Relaying question...againActions...
From:Robert Horton (tre@agarithil-nost.com)
Date:May 24, 2004 7:47:39 pm
List:net.sourceforge.lists.courier-users

So...here is my smptaccess file:

# Copyright 1998 - 1999 Double Precision, Inc. See COPYING for # distribution information. # # Default access policies for courieresmtpd

localhost allow,RELAYCLIENT

# Also, enable relaying for 10.0.0.0/8 and 192.168.0.0/16

10 allow,RELAYCLIENT 192.168 allow,RELAYCLIENT

# Use the following entry to deny connections from bad IP addresses # # 192.168.5 deny # Another way to block mail from IP addresses is by initializing the # BLOCK variable to a non-empty value. This is enforced in submit. # # 192.168.5 allow,BLOCK="550 Shoo! Go away!"

# If 192.168.2.3 is listed in a blocklist that initializes the BLOCK # environment variable, and you wish to whitelist the IP address, just # set BLOCK to an empty value, like this: # # 192.168.2.3 allow,BLOCK

Ok? All normal and very simple. And yes only one tab space between localhost and allow,RELAYCLIENT.

Someone tell me why I get this error then: May 24 19:39:56 kitykage courieresmtpd: started,ip=[::ffff:127.0.0.1] May 24 19:40:02 kitykage courieresmtpd: error,relay=::ffff:127.0.0.1,from=<ro@agarithil-nost.com>,to=<your@domain.com>: 513 Relaying denied.

Cause I surely have no idea once more.

Thanks everyone!