Hello,
I am setting up an email server using postfix.
I use an internal domain for internal mails, and address rewriting for
outgoing emails. In main.cf, the parameter
smtp_generic_maps = hash:/etc/postfix/generic
and a file "generic" with lines like this:
user@mycompany.localextern_u...@m
On 2012-03-14 10:55 AM, Wietse Venema wrote:
Example to send forwarded mail direct to MX.
/etc/postfix/main.cf:
relayhost =
sender_dependent_relayhost_maps = pcre:/etc/postfix/relayhost_maps
/etc/postfix/relayhost_maps:
# Local domain(s) below.
/[@.]example\.com$/ postini
An
Example to send forwarded mail direct to MX.
/etc/postfix/main.cf:
relayhost =
sender_dependent_relayhost_maps = pcre:/etc/postfix/relayhost_maps
/etc/postfix/relayhost_maps:
# Local domain(s) below.
/[@.]example\.com$/ postini
Another possibility may be sender_dependent_default
On 2012-03-14 10:16 AM, Reindl Harald wrote:
Am 14.03.2012 14:42, schrieb Charles Marcus:
The real question is: Why are you bothering to use Postini for outbound
delivery, given these problems, instead of continuing to send direct to MX?
Biggest reason is, if I don't relay outbound mail thro
Am 14.03.2012 14:42, schrieb Charles Marcus:
>> The real question is: Why are you bothering to use Postini for outbound
>> delivery, given these problems, instead of continuing to send direct to MX?
>
> Biggest reason is, if I don't relay outbound mail through postini, we lose
> the
> 'auto-wh
On 2012-03-14 9:07 AM, Stan Hoeppner wrote:
On 3/14/2012 6:38 AM, Charles Marcus wrote:
It turns out it is simply that when you are using postini, and use them
for outbound relay/filtering as well, they expect the 'From' address to
be from our domain... this is just stupid. They require me to a
On 3/14/2012 6:38 AM, Charles Marcus wrote:
> On 2012-03-12 12:18 PM, Viktor Dukhovni wrote:
>> On Mon, Mar 12, 2012 at 12:10:30PM -0400, Charles Marcus wrote:
>>> relay=outbounds6.obsmtp.com[64.18.5.12]:25, delay=1,
>>> delays=0.65/0.01/0.27/0.07, dsn=5.0.0, status=bounced (host
>>> outbounds6.ob
On 2012-03-12 12:18 PM, Viktor Dukhovni wrote:
On Mon, Mar 12, 2012 at 12:10:30PM -0400, Charles Marcus wrote:
relay=outbounds6.obsmtp.com[64.18.5.12]:25, delay=1,
delays=0.65/0.01/0.27/0.07, dsn=5.0.0, status=bounced (host
outbounds6.obsmtp.com[64.18.5.12] said: 518 Sender not authorized
from
On 3/12/2012 11:10 AM, Charles Marcus wrote:
> I hope someone here who has used Postini can suggest a way to
> resolve this.
>
> One of my clients just switched from webroot's EMail SaaS (antispam
> service) to Postini, and they do use postini (as they did webroot)
> for outbound relaying/filterin
On Mon, Mar 12, 2012 at 12:10:30PM -0400, Charles Marcus wrote:
> I hope someone here who has used Postini can suggest a way to resolve this.
>
> I get the following error in the logs ( is a valid
> user on our system):
>
> Mar 12 02:48:29 myhost postfix-25/smtpd[25932]: C0F52760CFF:
> client=ex
I hope someone here who has used Postini can suggest a way to resolve this.
One of my clients just switched from webroot's EMail SaaS (antispam
service) to Postini, and they do use postini (as they did webroot) for
outbound relaying/filtering.
This change has broken mail forwarding via aliase
Jack:
> Hello All,
>
> I just wanted to confirm that if I create a recipient bcc map and have a
> messages forwarding basically to another address, if that additional address
> rejects the message it will go back to the sender?
This depends on your Postfix version. Postfix < 2.3 will send
a bounc
Hello All,
I just wanted to confirm that if I create a recipient bcc map and have a
messages forwarding basically to another address, if that additional address
rejects the message it will go back to the sender?
If so whats the real difference if I am doing a 1 to 1 bcc between that and
addin
Ranjith Kumar пишет:
Hi,
I have enabled sender_bcc_maps on my postfix mta using the
documentation available on postfix site. The mails are being forwarded
successfully, but I am receiving 2 copies of the mail.
What could be the problem?
Please, show main.cf and master.cf, specifically
recie
* Ranjith Kumar <[EMAIL PROTECTED]>:
> Hi,
>
> I am not using amavisd-new. I am using spamassassin as the content filter.
Please show master.cf then.
--
Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED]
Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155
htt
Hi,
I am not using amavisd-new. I am using spamassassin as the content filter.
On Wed, Oct 29, 2008 at 2:35 PM, Ralf Hildebrandt
<[EMAIL PROTECTED]> wrote:
> * Ranjith Kumar <[EMAIL PROTECTED]>:
>
>> I have enabled sender_bcc_maps on my postfix mta using the
>> documentation available on postfix
* Ranjith Kumar <[EMAIL PROTECTED]>:
> I have enabled sender_bcc_maps on my postfix mta using the
> documentation available on postfix site. The mails are being forwarded
> successfully, but I am receiving 2 copies of the mail.
>
> What could be the problem?
You didn't read the installation inst
Hi,
I have enabled sender_bcc_maps on my postfix mta using the
documentation available on postfix site. The mails are being forwarded
successfully, but I am receiving 2 copies of the mail.
What could be the problem?
On Tue, Oct 14, 2008 at 3:35 PM, Barney Desmond <[EMAIL PROTECTED]> wrote:
>
Ranjith Kumar wrote:
> I want to forward outgoing mails of particular user to another
> account. I searched on the internet and found that it is possible
> using sender_bcc_maps command.
>
> What is the procedure to use this command.
The documentation indicates it functions much like any other t
Hi,
I want to forward outgoing mails of particular user to another
account. I searched on the internet and found that it is possible
using sender_bcc_maps command.
What is the procedure to use this command.
Thanks
Ranjith
Adam Tauno Williams wrote:
On Mon, 2008-09-29 at 12:11 -0400, Jeff wrote:
Jeff wrote:
I have recipient_bcc_maps set up and configured correctly on a per-user
basis:
[EMAIL PROTECTED] [EMAIL PROTECTED]
How would I do this for an entire domain? Would it be:
[EMAIL PROTECTED] [EMAIL PROTECTED]
Or
On Mon, 2008-09-29 at 12:11 -0400, Jeff wrote:
> > Jeff wrote:
> >> I have recipient_bcc_maps set up and configured correctly on a per-user
> >> basis:
> >> [EMAIL PROTECTED] [EMAIL PROTECTED]
> >> How would I do this for an entire domain? Would it be:
> >> [EMAIL PROTECTED] [EMAIL PROTECTED]
> >>
Jeff wrote:
Jeff wrote:
I have recipient_bcc_maps set up and configured correctly on a per-user
basis:
[EMAIL PROTECTED] [EMAIL PROTECTED]
How would I do this for an entire domain? Would it be:
[EMAIL PROTECTED] [EMAIL PROTECTED]
Or would it be
@domain.tld [EMAIL PROTECTED]
Thanks!
http://
> Jeff wrote:
>> I have recipient_bcc_maps set up and configured correctly on a per-user
>> basis:
>> [EMAIL PROTECTED] [EMAIL PROTECTED]
>>
>> How would I do this for an entire domain? Would it be:
>> [EMAIL PROTECTED] [EMAIL PROTECTED]
>>
>> Or would it be
>> @domain.tld [EMAIL PROTECTED]
>>
>> T
Jeff wrote:
I have recipient_bcc_maps set up and configured correctly on a per-user
basis:
[EMAIL PROTECTED] [EMAIL PROTECTED]
How would I do this for an entire domain? Would it be:
[EMAIL PROTECTED] [EMAIL PROTECTED]
Or would it be
@domain.tld [EMAIL PROTECTED]
Thanks!
http://www.postfix.
I have recipient_bcc_maps set up and configured correctly on a per-user
basis:
[EMAIL PROTECTED] [EMAIL PROTECTED]
How would I do this for an entire domain? Would it be:
[EMAIL PROTECTED] [EMAIL PROTECTED]
Or would it be
@domain.tld [EMAIL PROTECTED]
Thanks!
26 matches
Mail list logo