Edit bounced message by postfix and dovecot

2013-12-02 Thread pgala
Hi, I want edit default bounced message witch is bounced by Mail Delivered System. I edit and configure bounce.cf but to my text automatically is adding smtp transcritpion. Below example: "My text. was automatically rejected: My dovecot text Reporting-UA: localhost.localdomain; Dovecot Mail D

RE: Edit bounced message by postfix and dovecot

2013-12-03 Thread pgala
I need it to internal mail system which will be used by Liferay so I want hide inform about mail server. From: Kris Deugau [via Postfix] [mailto:ml-node+s1071664n63521...@n5.nabble.com] Sent: Monday, December 02, 2013 4:58 PM To: pgala Subject: Re: Edit bounced message by postfix and dovecot

relay mail - smtp_generic_maps

2014-01-08 Thread pgala
Hi, i want be able to relay mail sent by all of postfix server users. I try do it by smtp_generic_maps. My generic file is: " /.*/myrelaym...@domain.com " my problem is that rewriting is also recipient addres so the mails is send to myrelaym...@domain.com. I know that i can set generic f

Re: relay mail - smtp_generic_maps

2014-01-08 Thread pgala
but when i use generic file rewriting is field "mail from" and "recipient". I want disabled recipient rewriting and rewrite only field "mail from". Is it possible? .* wildcard is ok when i use regexp, i tested it. -- View this message in context: http://postfix.1071664.n5.nabble.com/relay-mail-

Re: relay mail - smtp_generic_maps

2014-01-10 Thread pgala
i have application where user can set sender and recipient. This application dosen't have error check. I want set able relay mail for all user settings, independent of correctness. For example corect user are: user1@domain1 (default user) user2@domain2 i want get situation that if user set user3@d

sender_canonical_maps and no delivered mails

2014-02-03 Thread pgala
Hi, i am using sender_canonical_maps to rewrite sender when i want send outgoing mail. Sender_canonical_maps is: Sender_canonical_maps--- /^.*/ mym...@isp.com - Sender_canonical_classes=envelope_address. I also used dovecot to reply mail when recipient's ma

Re: sender_canonical_maps and no delivered mails

2014-02-19 Thread pgala
Thanks, i read it but i can't resolve my problem still. I have private mail server using by my java application. I rewrite envelope sender to relay mail outgoing, but i want disable this rewriting when mail is delivered inside my domain. I have to enable rewriting for outgoing mail to be able rel

Re: sender_canonical_maps and no delivered mails

2014-02-19 Thread pgala
but generic rewrite envelope and header addresses. I want rewrite only envelope addresses for only mails which are relay (not from my internal domains). -- View this message in context: http://postfix.1071664.n5.nabble.com/sender-canonical-maps-and-no-delivered-mails-tp64909p65345.html Sent fr

Re: sender_canonical_maps and no delivered mails

2014-02-19 Thread pgala
I use postfix and dovecot as mail server in java application. I use virutal domain, mysql database etc. to send internal mail. If i want send mail to world i use my mail account in mail service provider. I want everybody can send outgoing mail so i set in sender_canonical --- /^

Re: sender_canonical_maps and no delivered mails

2014-02-19 Thread pgala
but i want info about exceeded quota only if recipient is user in my internal domain. For example user2 have full mailbox. If try user1@mydomain send mail to user2@mydomain then get mail "your mails to user2@mydomain can't be delivered". This mail is generate by dovecto if i use quota exceeded plug