Sorry, I did not CC postfix-users...
- Forwarded Message
From: Post Freak
To: Sahil Tandon
Sent: Friday, March 20, 2009 3:50:09 PM
Subject: Re: Issue with smtpd_recipient_restrictions
AH And the light comes on!
Thank you very much for the clarification
Hello Sahil,
I'm not as concerned about the locally delivered mail. My main concern is I can
email recipients outside the network even though I have specified the
restriction.
Thank you.
From: Sahil Tandon
To: Post Freak
Cc: "postfix-users@p
yhost postfix]# postmap -q gmail.com hash:/etc/postfix/allowed_users
[r...@myhost postfix]# echo $?
1
[r...@myhost postfix]# postmap -q com hash:/etc/postfix/allowed_users
[r...@myhost postfix]# echo $?
1
Thank you!
From: Victor Duchovni
To: Post Freak
Cc: post
___
From: Victor Duchovni
To: postfix-users@postfix.org
Sent: Friday, March 20, 2009 2:07:37 PM
Subject: Re: Issue with smtpd_recipient_restrictions
On Fri, Mar 20, 2009 at 12:00:25PM -0700, Post Freak wrote:
> Hello,
> Yes, postconf did respond with one line and 3 restriction
!
From: Victor Duchovni
To: Post Freak
Cc: postfix-users@postfix.org
Sent: Friday, March 20, 2009 1:51:09 PM
Subject: Re: Issue with smtpd_recipient_restrictions
On Fri, Mar 20, 2009 at 11:39:05AM -0700, Post Freak wrote:
> Thank you for the configuration, but I am st
ctions
On Fri, Mar 20, 2009 at 11:13:21AM -0700, Post Freak wrote:
> I need to only allow access to known addresses, and found that setting
> up smtpd_recipient_restrictions in main.cf would reject unauthorized
> recipients. I have this setting in main.cf:
>
> smtpd_recipient_rest
Hello,
I need to only allow access to known addresses, and found that setting up
smtpd_recipient_restrictions in main.cf would reject unauthorized recipients. I
have this setting in main.cf:
smtpd_recipient_restrictions = hash:/etc/postfix/allowed_users,
reject_unauth_destination
I ran "postm
Hello,
Is there a way (without recompiling) to increase maximal_queue_lifetime beyond
20 days? I've tried several settings, but none seem to work. I get this message
in /var/log/maillog, but I can't set the param that high:
postfix/qmgr[4176]: fatal: invalid maximal_queue_lifetime: 1296 (max
Hello,
I have a restriction that mandates only certain types of email to be allowed
outbound. If an email does not match a pattern, they want that email BCCed to
another account. Reading the documentation, I see that body_checks isn't a good
way to filter multiple lines and that I should use som