@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4



Comments:

<0> there is an option called: smtpd_tls_loglevel
<0> I set it to 3
<0> just for TLS though
<1> pitty. I'm trying to log everything it does and can't find it
<2> timas: master.cf
<1> I'm having a ton of trouble getting stuff to work as I'd like it to but a new tutorial so new chances I suppose :)
<1> oo, thanks
<0> ;)
<2> lispy_: you might check your key with openssl.
<0> lunaphyte: Uh!Oh! What's the proper way of doing this? ;-/
<0> lunaphyte: reading the manpage
<3> hi, can any one help to install a kind of access list for the amavis?
<4> pi_girl: what is the access list supposed to do?
<3> in amavis, i would like to block certain files do one people, and allow every file for others
<3> i think i can do it mixing the $banned_filename_re
<4> pi_girl: I haven't tried that yet but it sounds like @banned_files_lovers_acl is what you need.



<3> in amavis?
<4> pi_girl: Yes.
<2> lispy_: openssl x509 -in cert.pem -noout -text
<4> pi_girl: $banned_filename_re defines the types of attachments you want to ban generally.
<0> lunaphyte: thx for the shortcut.
<5> hi, all
<5> is it possible to use two ssl certificate with postfix?
<4> pi_girl: The "lovers" options define which users are not limited by that list of types.
<2> mmm. lovers... :)
<5> ChrisH, do you have any idea is it possible to have two ssl cert. for postfix?
<4> kokoko1: Not sure. I believe it's possible but you need to use different certs per IP. Not sure though. Just from reading...
<3> great! its a good start point
<3> thank you chrish, im looking for it
<0> lunaphyte: except for the dates and the encrypted stuff they look alike
<4> pi_girl: Good luck. Never tried that myself. :)
<0> lunaphyte: the names of the files don't matter as long as the paths in main.cf are correct, right
<3> owk, if i found some useful information, i'll tell you here :)
<5> ChrisH, I am helpless
<5> yes we do have two IPs for mail server
<4> kokoko1: I just know how to do that with Apache. No idea with Postfix.
<5> ChrisH, any link?
<5> but there is only one directive for it
<5> one directive for tls cert
<3> hummm no...
<5> ChrisH, gimme the link for apache things
<5> for any link for postfix will be greatly appreciated :)
<6> use -o in main.cf
<6> for each smtpd listener
<6> you will need one per IP
<4> f3ew: master.cf?
<6> oops, master.cf
<5> heheh
<5> f3ew, then how to tell postfix to use particual cert for ip ?
<5> f3ew, we are running smtpd on two ports default 25
<5> and other higher port
<5> smtp inet n - n - - smtpd
<5> so where to add -o ?
<6> man 5 master
<5> would you help me wiht this line ..
<5> # -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
<5> oki
<5> man 5 master
<5> No entry for master in section 5 of the manual
<3> Hi Chrish, i have created the access list
<3> here have some instructions
<3> http://sourceforge.net/mailarchive/forum.php?thread_id=7683930&forum_id=3289
<3> @banned_files_lovers_acl = qw( myuser@mydomain );
<3> add
<3> @byp***_banned_checks_acl = qw( myuser@mydomain );
<5> ChrisH, any comments on man 5 master ?
<5> why I don't have the entry ?
<5> any online link?
<4> kokoko1: I'd use "man 8 master". :)
<6> uhm, no
<6> master(8) documents the daemon
<6> master(5) documents the config file format
<5> which one i go ?
<5> man 8 master or man 5 master (which is not working)
<6> http://www.postfix.org/master.5.html
<6> learn to conver :)
<6> +t



<4> -f3ew
<5> heh looking
<4> No man page here for master(5).
<6> ChrisH update :)
<4> f3ew: Nah, I don't to update to Windows Vista yet. ;)
<5> ChrisH, do two cert envolve running two instances of postfix ?
<5> Kinda confuse we have smtpd listening on two ports
<0> Yea! I did it!
<0> I just forgot to edit CA.pl and add the nodes option
<7> cpm: much fun :)
<5> lispy_, two cert wiht two IPs adn one postfix instance?
<0> no, sorry. Just one. :)
<0> Fair enogh...
<5> just one what?
<0> had an annoying message in maillog.
<0> just one IP.
<5> and two cert?
<6> one IP == one cert
<7> kokoko1: a cert is host based
<6> -osmtpd_tls_....
<0> no, one cert
<0> sorry, different topic than yours.
<5> f3ew -osmtpd_tls_.... <--- what the heck ?
<7> why shouldn one cert be sufficient for two different ip addys
<0> you have to link an IP to a host
<0> and a certificate can only be tied to one commonname (i.e. hostname)
<7> at what point takes the server the hostname and by what method ?
<0> at least that's what I understand.
<7> lispy_: yes, but noone prevents you to say that this hostname has more than one ip addy
<0> rcsu: hm, I thought about that too once I wrote my comment.
<7> lispy_: i joined later ;)
<7> so simply a PTR rec to the same hostname
<7> and hopefully no re-lookup of that
<7> or a CNAME entry for the second ip
<7> but i dont think that this is sufficient
<5> damn duno what to do,
<5> we have to hostname for smtp1.xyz.com and smtp2.xyz.com
<5> how to make both of these to use the same certifcate
<5> both have differenet IPs
<7> specify xyz please
<7> i just wanna do some dns lookups
<5> no no
<7> k, cu
<5> both have one IP
<5> sorry dude i am kinda tired later
<8> can you setup postfix to run on port say... 33.. since my ISP blocks port 25...
<5> yes
<5> check master.cfg
<5> perhaps let smtpd listen on two ports
<5> in master.cf under this line....
<5> smtp inet n - n - - smtpd
<5> add under line and change the last smtpd with different port (use > 1024 port instead)
<8> so... smtp inet n - n - - smtpd_1025 ?
<9> is it normal spamc hangs, if I try to test it with spamc somemail.txt ?
<1> gokey, anyone here up for the tedious task to ***ist me in getting my postfix werking?
<9> s/werking/working/
<1> werking is indeed, working
<1> It's not -that- big.. I hope. My client gets a response that postfix can't find the Maildir after I finished my install..
<10> so what do your logfiles say?
<1> I probably was mean to my logfiles when I said 'mv mail.log mail.log.1' and 'touch mail.log' .. permissions perhaps.. checking that now
<1> its not logging at all at the moment..
<8> "smtp inet n - n - - smtpd_1025" in master.cf to make postfix run on port 1025, right?
<1> I guess I just 'fixed' the problem with log files getting too big..
<10> erm. so you removed the .log and restarted postfix?
<1> not yet, count to 10
<10> my maillog is owned by root. I think it logs through syslogd
<1> Do I really have to remove the logfile, or should moving be enough?
<10> no clue, never tampered with that
<10> my syslogd does the rotating for me
<1> I try removing..
<1> I'm thinking it does for me too, but I wanted a clean log to check the output rather than getting all the old clutter.. I'm lazy in that sense
<10> come to think of it, I dont know much about syslogd.. but if its anything like apache it doesnt close file descriptor when the filename changes


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #postfix
or
Go to some related logs:

the sum of 2 irrational numbers is irrational proof
#physics
#math
#centos
#perl
#ubuntu
realtek drivers 8029 ubuntu
fatx FC5
#linux
baghira Gdk-WARNING **: gdk_window_set_back_pixmap(): pixmap must have a colorma



Home  |  disclaimer  |  contact  |  submit quotes