Here's how part of my main.cf file currently reads. I restarted this time, instead of reloading, which IS what I usually did. Note, no more carolyn.ld@ or whatever it was are no longer going through. Curtis
#smtpd_recipient_restrictions = permit_sasl_authenticated smtpd_client_restrictions = permit_sasl_authenticated, permit_mynetworks, reject _unknown_client, reject_non_fqdn_recipient, check_relay_domains smtpd_delay_reject = yes #local_recipient_maps = unix:passwd.byname mailbox_command = mailbox_size_limit = 0 recipient_delimiter = #relayhost = relay_domains = $mydestination, $virtual_domains virtual_domains = pacificseabass.com, vostok.pt, npc-usa.com ----- Original Message ----- From: "Matthew Weier O'Phinney" <[EMAIL PROTECTED]> To: "Debian User List" <[EMAIL PROTECTED]> Sent: Tuesday, 26 November, 2002 07:01 Subject: Re: Postfix relaying like crazy !!! > -- Curtis <[EMAIL PROTECTED]> wrote > (on Tuesday, 26 November 2002, 06:33 AM -0800): > > Here I am still relaying like crazy. Here's an example. Interestingly > > enough, as of lately it's all to carolyn.d @ changing domains. They are > > not even FQDNs and still its relaying. This is nuts. > Did you uncomment the "relay_domains" directive as several of us > suggested? > > I ask this, because I was running as an open relay for several months > after setting up Postfix on my (then) Slackware server. After setting > "relay_domains", "smtpd_client_restrictions", and "mynetworks", my > problems went away. The full settings for my "TRUST AND RELAY CONTROL" > section are: > smtpd_client_restrictions = permit_mynetworks, reject_unknown_client > mynetworks = 192.168.0.0/24, 127.0.0.0/8 > relay_domains = *.domain.tld > where "domain.tld" is my domain. > > Try this out, make sure you restart (not just reload) postfix, and then > see what happens. > > -- > Matthew Weier O'Phinney > [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

