Troy Piggins:
> I'm using sender_bcc maps to archive/backup sent mail. Config
> extracts below. It does work, but is creating duplicates when mail
> is sent from clients other than localhost. IE if I send mail using
See http://www.postfix.org/FILTER_README.html, and look for the
examples with r
I'm using sender_bcc maps to archive/backup sent mail. Config
extracts below. It does work, but is creating duplicates when mail
is sent from clients other than localhost. IE if I send mail using
mutt on the postfix server machine, no duplicate is created. If
I send mail using Thunderbird on a
Andy Jezierski:
> : Recipient address rejected:
> undeliverable address: User unknown in virtual alias table;
> from= to=
This means that there is no rule that rewrites this recipient to an
address that is not in a virtual alias domain.
To debug tables, use the postmap command.
postmap -q u...@e
On Tue, Sep 27, 2011 at 2:35 PM, Wietse Venema wrote:
> Andy Jezierski:
>> address: User unknown in virtual alias table; from=
>
> This error message means that you need to have a virtual alias that
> replaces the recipient by an address that is not in a virtual alias
> domain.
>
> Wietse
>
On Tue, Sep 27, 2011 at 2:28 PM, Andreas Berton wrote:
>
>
> On Tue, 27 Sep 2011, Andy Jezierski wrote:
>
>> Hi,
>>
>> Trying to add an entry to a virtual alias table and for some reason, I
>> keep getting an error stating the recipient can't be found.
>>
>> lipidnutritxxx.com DOMAIN
>> erik.
Andy Jezierski:
> address: User unknown in virtual alias table; from=
This error message means that you need to have a virtual alias that
replaces the recipient by an address that is not in a virtual alias
domain.
Wietse
On Tue, 27 Sep 2011, Andy Jezierski wrote:
Hi,
Trying to add an entry to a virtual alias table and for some reason, I keep
getting an error stating the recipient can't be found.
lipidnutritxxx.com DOMAIN
erik.bakk...@lipidnutritxxx.com erik.bakk...@stexxx.com
[snip]
#
# Temp
Hi,
Trying to add an entry to a virtual alias table and for some reason, I keep
getting an error stating the recipient can't be found.
lipidnutritxxx.com DOMAIN
erik.bakk...@lipidnutritxxx.com erik.bakk...@stexxx.com
[snip]
#
# Temp forwarding for employees not recruited
#
louis.de
On 9/27/2011 4:29 AM, Thomas Trepper wrote:
Hi Stan,
thanks a lot for your eMail und sorry for the inconvenience. Here is the
hundred feet back down big picture: :-)
That's not a big picture. A big picture is something like this:
"I need to drive my grandmother to the airport, but I don't
On Tue, Sep 27, 2011 at 6:29 AM, Thomas Trepper
wrote:
> Hi Stan,
>
> thanks a lot for your eMail und sorry for the inconvenience. Here is the
> hundred feet back down big picture: :-)
>
> Postfix 2.5 on ubuntu 8.04.4. One physical interface with two public IPs.
>
> eth0 -> 10.0.0.1 -> needs relay
Randy Ramsdell:
> Sep 27 12:25:42 mail1-test postfix/error[16593]: 6252A17A809:
> to=, orig_to=, relay=none,
> delay=25, delays=25/0/0/0.03, dsn=5.0.0, status=bounced (User unknown in
> virtual alias table)
You need to override the virtual_alias_domains default setting.
/etc/postfix/main.cf:
thanks - that did the trick :-)
I was also able to whitelist whole domains using the parentheses/matching
technique.
Here's my final config, in case its useful for Randy or others:
/etc/postfix/virtual :
# 1. whitelisted individuals:
r...@hotmail.com r...@hotmail.com
# 2. whitelisted doma
On 09/27/11 09:33, Noel Jones wrote:
On 9/27/2011 8:03 AM, Randy Ramsdell wrote:
/etc/postfix/virtual:
#f...@example.com stays itself.
f...@example.comf...@example.com
#b...@example.com goes elsewhere.
b...@example.comother@elsewhere
/etc/postfix/virtu
Am 27.09.2011 17:54, schrieb Amira Othman:
> I want to configure postfix to reply automatically for specific e-mail
> address. I googled that but
> I found that I must have another software (vacation) that handles this issue.
> I am using
> postfix-2.3.3-2.3.el5_6 and using virtual domains. I
Hi all,
I want to configure postfix to reply automatically for specific e-mail
address. I googled that but I found that I must have another software
(vacation) that handles this issue. I am using postfix-2.3.3-2.3.el5_6 and
using virtual domains. I am not using MySQL I use regular files for dov
Thanks rob0,
when i set
postscreen_blacklist_action = drop
all works like a charm.
marko, from sunny hamburg
Am 27.09.2011 17:08, schrieb /dev/rob0:
On Tuesday 27 September 2011 09:52:16 Marko Weber wrote:
Hello i created an etc/postfix/postscreen_access.cidr in my postfix
dir.
now posts
On Tuesday 27 September 2011 09:52:16 Marko Weber wrote:
> Hello i created an etc/postfix/postscreen_access.cidr in my postfix
> dir.
> now postscreen checks on connect for the entries.
>
> i set one server in the list with reject
>
> Is it right, that the test mail goes thru postfix?
>
> i see
Hello i created an etc/postfix/postscreen_access.cidr in my postfix
dir.
now postscreen checks on connect for the entries.
i set one server in the list with reject
Is it right, that the test mail goes thru postfix?
i see in logs :
Sep 27 16:43:30 netcogw postfix/postscreen[15206]: CONNECT f
On 9/27/2011 8:03 AM, Randy Ramsdell wrote:
>>> /etc/postfix/virtual:
>>>#f...@example.com stays itself.
>>>f...@example.comf...@example.com
>>>
>>>#b...@example.com goes elsewhere.
>>>b...@example.comother@elsewhere
>>>
>>> /etc/postfix/virtual.pcre:
>>>
P.S Just noticed that Randy ramsdell's thread "Many to one address rewriting,
exceptions exist" is pretty much the same question as I'm asking, I shall play
around with that approach too :
( virtual_alias_maps = hash:/etc/postfix/virtual pcre:/etc/postfix/virtual.pcre
- Original Message --
On 9/27/2011 8:12 AM, Robin Sinclair wrote:
> that works fine - thanks . Ideally we wouldnt want the REDIRECT
> affecting all recipients on the message, but from the access() man
> page it looks as if this is a feature of REDIRECT so I guess we have
> to live with it ? - is there any way around t
that works fine - thanks . Ideally we wouldnt want the REDIRECT affecting all
recipients on the message, but from the access() man page it looks as if this
is a feature of REDIRECT so I guess we have to live with it ? - is there any
way around this ? ( i.e. deliver a copy to the whitelisted rec
On 09/26/11 16:12, Wietse Venema wrote:
Randy Ramsdell:
[ Charset ISO-8859-1 unsupported, converting... ]
On 09/26/11 14:36, Noel Jones wrote:
On 9/26/2011 1:31 PM, Randy Ramsdell wrote:
On 09/26/11 14:18, Noel Jones wrote:
On 9/26/2011 1:00 PM, Randy Ramsdell wrote:
On 09/22/11 13:45, Randy
Antonio Tommasi:
> Hi to all,
> i need to set smtp_bind_address dynamically with a query in mysql
> table but it dowesn't work.
The following may come as a surprise.
The smtp_bind_address feature works exactly as documented at
http://www.postfix.org/postconf.5.html#smtp_bind_address.
> Is it p
Hi to all,
i need to set smtp_bind_address dynamically with a query in mysql table but it
dowesn't work.
Is it possible with another parameter?
thanks
--
Ing. Antonio Tommasi
Area Informatica
Area Infrastrutture - Servizio Posta Elettronica
Università del Salento - Lecce
tel. 0832 297373-7302-
Noel Jones:
> On 9/26/2011 3:12 PM, Wietse Venema wrote:
> > Randy Ramsdell:
> >> /etc/postfix/virtual:
> >> #f...@example.com stays itself.
> >> f...@example.com f...@example.com
> >>
> >> #b...@example.com goes elsewhere.
> >> b...@example.com other@elsewhere
> >
Hi Stan,
thanks a lot for your eMail und sorry for the inconvenience. Here is the
hundred feet back down big picture: :-)
Postfix 2.5 on ubuntu 8.04.4. One physical interface with two public IPs.
eth0 -> 10.0.0.1 -> needs relay (with auth) for abc.com, def.com, ghi.com
to myIp.dyndns.org
eth0 ->
27 matches
Mail list logo