HI All ,
My self kshitij and i am using postfix MTA for mailing service around
1.5 year EXP.
I want to built an new coustome queue same as like HOLD queue .
currrent sinerio is like i donot want any mail to be rejected as per
my mangement instruction
all the filter i applied on the smtpd_*_restr
:/etc/postfix/access_client, permit
=
Regards,
Kshitij
+91 9967490880
On 3/10/11, Jeroen Geilman wrote:
> On 03/10/2011 08:23 AM, kshitij mali wrote:
>> HI All ,
>>
>> My self kshitij and i am using postfix MTA for mailing
Hi ALL,
I wanted some coustom filter in the postfix to block /hold email in the
queue .
for eg at present i can hold an email which come from *@xyz.com by
smtpd_check_sender rule
also i can hold email to *@xyz.com by smtpd_check_ recipeint rule .
but the above rule work one at a time a can not u
Which version has postscreen functioanality?
Regards,
Kshitij
HI All
Postfix will try to deliver email based on A record suppose the mx record is
missing , so how to diable this .
I mean to say postfix should send email based on MX record only and if mx
record not bound then immediatly bounce the sender .
Regards,
Kshitij
HI all ,
Which the best lookup for postfix databases from the following one :
mysql
ldap
hash-db
cdb
I want to migrate from qmail to postfix which would be having 1378 email
account
Regards,
Kshitij
Hi ALL,
I am getting error to my postfix server while delivery email to certain
outbound domain
please find the error in the mailllog below
==
May 12 00:34:25 D1OKH680RL postfix/qmgr[2670]: A024E98291: from=<
A#1...@aplb
I want to list email send to the domain gmail.com how to achive it
cat /var/log/maillog | grep -i cleanup | egrep 'to=<*@gmail.com'
where * = all user of gmail.com domain i think
is the above reular expression is correct ?
Please help i want the count for how mail email are sent to gmail.comdo
deliver from one user to external
domains for last 3 week
etc
Regards,
Kshitij
On Wed, Jun 1, 2011 at 1:27 PM, Ralf Hildebrandt <
ralf.hildebra...@charite.de> wrote:
> * kshitij mali :
> > I want to list email send to the domain gmail.com how to achive it
> >
Hi all ,
we send the emails from the application server by making smtp session with
one of the postfix server
there’s a scenario when CRM server send out invalid email address to
postfix, we’re getting a bounced-back email saying that the email is not
delivered together with a trace-dump. But the
hi
>you'd better use unique IDs (or VERP) and keep copies of the messages
>somewhere...
will u please explain in detail the above configuration and what change need
to do on postfix
Regards,
Kshitij
On Thu, Jun 2, 2011 at 1:12 PM, mouss wrote:
> Le 02/06/2011 06:42, kshiti
Hello all,
Since till now i was using postfix 2.5 i am planning to upgrade to 2.8
because i see 2 major feature multi -instance and postscreen can any one
give me with example of an ideal conguration .
Regards,
Kshitij
On Sun, Jun 5, 2011 at 7:51 PM, Wietse Venema wrote:
> /dev/rob0:
> > Jun
Hi All,
i want only specific list of sender and specific list of recipient email
need to archive how to achive with it
where always_bcc will rediect all email . please any one can help me with
syntax or exmaple .
Regards,
Kshitij
Hi all
The Header in the attached email are getting missed or incomplete when the
message is forwarded .
I want to preserve these header . why is this behaviour ? and how to
overcome with it ?
Regards,
Kshitij
Hello Patrick ,
Will u share some doc how to get opendkim work with postfix MTA.
Such has installation and administration , configuration , troubleshooting
etc.
Regards,
Kshitij
On Mon, Jun 20, 2011 at 12:52 PM, Patrick Ben Koetter
wrote:
>
>
> Am 20.06.2011 07:50, schrieb Suresh Kumar Prajapa
Hi All ,
I want to bulid postfix with all support eq ,
ldap,mysql,tls,dovecot,cyrus,etc
What command i should give .
#make tidy
#make makefiles " ???"
regards,
Kshitij
Venema wrote:
> kshitij mali:
> > Hi All ,
> >
> >
> > I want to bulid postfix with all support eq ,
> > ldap,mysql,tls,dovecot,cyrus,etc
> >
> > What command i should give .
>
> See INSTALL, LDAP_README, MYSQL_README, SASL_README, ...
>
Thank you very very much Nilolaos , thats what is need
Wietese: why do u keep such readme file which will make postfix easy to
install
Regards,
kshitij
On Thu, Jun 23, 2011 at 12:47 PM, Nikolaos Milas wrote:
> On 23/6/2011 9:13 πμ, kshitij mali wrote:
>
> Hi have seen all the re
64/sasl2 -lsasl2 \
-L/usr/local/lib -lldap -L/usr/local/lib -llber'
[root@relay postfix-2.7.2-RC2]#make
[root@relay postfix-2.7.2-RC2]#make install
===
Thanks to all who have guided me .
Regards,
Kshitij
On 6/23/11, kshitij mali wrote:
> Thank
Hi All
Is there any guide or article or help to store users email in the mailbox
databases instead of flatfile format such as mbox,mailbox or Maildir
if yes then please give me any open source database where postfix can keep
individual user .
Can any one tell how postfix stores email in Zimbra
HI Friend,
Please confirm the file /etc/postfix/popimap_access has the below statement
204.9.157.0/24 OK
and try with the following
smtpd_recipient_restrictions =
permit_mynetworks,
check_client_access hash:/etc/postfix/popimap_access,
reject_unauth_destination
id
ote ips for pop and imap clients added for relay, and the third is
> smtp auth. We need to be able to do all three methods.
>
> Thanks
>
> On Thu, 3 Nov 2011 22:45:02 +0530, kshitij mali
> wrote:
> > HI Friend,
> >
> > Please confirm the file /etc
Hi ALL,
please find the below error from the postfix + amavis
+++
Feb 1 10:21:15 D1OKH680RL postfix/master[11324]: daemon started -- version
2.7.2-RC2, configuration /etc/postfix
Feb 1 10:21:39 D1OKH680RL postfix/postsuper[11331]: Requeued: 1
Hi ,
how to trace email from particular domain i want to trace all log from
yahoo.com
cat /var/log/maillog | egrep -i 'from=<*@yahoo.com'
the above commad is not working properly pls some help me with regular
expression
Regards
kshitij
e Hill wrote:
> Wednesday, June 1, 2011, 3:33:41 AM, Ralf wrote:
>
> > * kshitij mali :
> >> Thank u ralf
> >>
> >> Can u please give me link for learn regular experssion
>
> > The best book is:
> > http://oreilly.com/catalog/9780596002893
> >
an
then pls help.
Regards,
Kshitij Mali
On Fri, Feb 10, 2012 at 12:58 PM, Ralf Hildebrandt <
ralf.hildebra...@charite.de> wrote:
> * kshitij mali :
> > Hi ,
> >
> > how to trace email from particular domain i want to trace all log from
> > yahoo.com
> >
>
server and
configured the postfix
can any one tell me how to deliver this emails in the queue .
Regards,
Kshitij Mali
Stan Hoeppner wrote:
> On 4/12/2012 11:51 PM, kshitij mali wrote:
>
> > my postfix queue data got increased to 850MB in size that is
> > "/data/postfix/queue" directory
> > all mail in this directory got stuck because the server hardware is down
> i
> > had
Hello Moderator ,
please delete this thread for security reason
hello,
please at least remove from this site , there is security audit going on in my
organisation i dont want to maintain this thread , please remove this .
regards,
Kshitij
remove my messages
Regards,
Kshitij
Hello sir ,
Please delete the thread or atleast hide the ipadress and email address in the
content on the below archived post:
http://comments.gmane.org/gmane.mail.postfix.user/227441
Regards,
Kshitij
Hi sir,
Please delete this thread from the archive of the gmane.org or atleast hide the
ipaddress and email address from the logs from the below archive.
http://comments.gmane.org/gmane.mail.postfix.user/227441
Regards,
Kshitij Mali
33 matches
Mail list logo