@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16



Comments:

<0> and what is a character?
<1> something 8 bits large, usually unsigned :p
<0> lol
<2> actually, a char isn't unsigned in C90
<2> ... unless specifically made so.
<0> damn technical death of a good joke....
<2> lol.
<3> does any of use use ebtables?
<0> ebtables?
<3> yes
<3> "the loopback interface is a figment of your kernel's imagination" :)
<4> /quit
<5> now my laptop is working good with my Ubuntu
<6> anyone familiar with ~/.gtkrc-2.0 i'm setting verdana 10 as my gtk font, firefox's menus show up properly but gaim's application text is all huge. anyone know how to fix this?



<7> hey red
<0> hiya maxx
<0> i'm gonna need a proof reader/editor hehe
<8> naiad: what version of gaim?
<0> freakin hell, 66 pages an i aint very far into this
<7> well looks like I will have some time next week
<7> just finished an 80hour workweek, while normally it's 40
<0> well if i'm not to lazy it will be bigger by then :)
<0> eww 80 hours, sounds like my kinda week
<7> today 14hours, yesterday 12
<7> but we solved the problem
<7> which is always fun
<0> is good to have another problem out of the way :)
<7> yeah, still have about 5more lined up
<7> but those are going to have to wait till at least tuesday
<0> i have a very very long list of problems but i think i'm gonna demand a few days off, the stress has finally gotten to me way to much after the years and years of work
<0> without break
<9> hy ..
<9> is there any program that tels me the cpu temperature ...
<7> lm sensors
<9> (system is a debian sarge, text mode only, no KDA:))
<0> !lm_sensors
<10> lm_sensors is, like, at http://www.netroedge.com/~lm78 does CPU temperature and fan speed monitoring using about 5 kernel modules, or in the lm-sensors-source package
<0> !lm sensors
<0> dont have to much fun :)
<9> thank you:)
<7> Im to tired to go the extra mile to type shift key
<9> :))
<7> Redragon^, btw what shows were on friday night?
<0> umm dr. who, sg-atlantis, john doe
<7> Redragon^, new sga or reruns?
<0> rerun
<0> the one where the folks were in a bubble of sorts trying to ascend
<7> oh right
<0> john got ****ed in, ect ect
<7> seen it
<7> current only thing I have left is 24 and prison break
<0> you believe that, like show #5 of dr. who and no derilicts
<7> hmm my exam still hasnt shown up on lpi
<11> hi all
<7> hi
<11> i need an advice about postfix+mysql+sasl2+imap, anybody to help?
<11> themaxxz: ;)
<0> fell are you going to be using any spam filtering? and why would you prefer virtual mail over real accounts?
<11> D-side: okej, but thanx for authentication;)
<11> Redragon^: no spamfilters at this time, later sure, i preffer virtual mail because i like this idea, and i want to separate real users from mailusers
<11> Redragon^: but i got problem with authentication
<0> well let me fill you in on a few details before you go to all this effort
<0> first off virtual mail doesn't really save you anything except some entries in /etc/p***wd and /etc/shadow
<11> Redragon^: yeah ok
<0> second if you use user based spam filtering such as spam******in or others you loose the individuality of the users
<0> see in systems using spam filtering users have the ability to customize their settings, such as white lists, black lists, and the ability of the spam filtering to learn their mail habbits
<0> this greatly increases the effectiveness of a spam filter
<0> if you go virtual you loose all of that
<11> Redragon^: okej but i got more domains and i'm trying to have effective user creation via postfixadmin
<0> Fell i manage hundreds of domains across multiple servers :)
<0> a good management tool (such as postfixadmin would be for virtual users) is much more important than trying to go virtual just for the benefit of management
<0> there are lots of management tools, some that you can use for single installation up to multiple servers, numerous domains, ect
<0> having developed some virtual mail systems to work with my software one place I was at was the postfix admin site
<0> they have some broken systems and dont seem very well supported, this is a primary problem of any virtual mail system
<0> they are all sketchy for the most part, something someone threw together and it worked on their system but they dont take the time to make sure it works on multiple systems



<0> having given ya the low down on some of the support your going to loose by going virtual if you still wanna go that way then you can look over how my system was developed and probably come up with an authentication solution
<11> Redragon^: okey, but can you do on one server with 2 domains to do: xxx@domain1.com is a different from xxx@domain2.com? because I was trying with real account to do this but i have failed
<0> its not hard at all fell
<0> using postfix or sendmail you simply put the entries in a virtual users mapping file
<0> for sendmail thats virtusertable by default for most installs
<11> Redragon^ yes i forget....
<0> if you use a virtual mapping file you can map email address to user so you have multiple xxx@domain1.com @domain2.com @domain3.com ect
<0> by mapping each individual email address to a different user
<0> http://hostingsoftware.net/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=56&MMN_position=64:64
<0> thats the virtual mail howto that goes along with my software
<0> you can look at the courier-imap configuration section and sasl section for ideas on how to fix the bugs in the postfix admin stuff
<11> okej, but my problem is that sasl/imap is not able to auth against mysql and i don't know why
<11> Redragon^ give me a sec, i'm gonna read that link;)
<0> well i cheated, if you look at my example you'll see i dont authenticate against the mysql directly
<0> i couldn't get that work correctly on all systems
<0> so I tell sasl to contact imap and authenticate that way
<0> that is one of the failing of postfixadmin
<11> yep
<11> but i need sasl and imap to ask mysql if user/p***wd is correct
<0> they ***umed their idea would work everywhere and it doesn't
<0> and they have made no attempt to fix it
<0> okay if you get imap to work then you just tell sasl to authenticate via imap
<11> imap has the same problem as sasl
<0> you may find some good info in that howto then
<11> they're asking mysql if user exist and the p***wd is correct but the sql tells them no result found
<11> and that is strange, i cannot find problem
<0> as far as problems with postfixadmin and its how-tos you'd probably have to ask them
<0> personally I could never get their system to work right
<11> hmmmm
<0> thats why mine is so different, i just build one and incorporated its administration into my software
<11> yep but i don't have your soft
<0> only thing i can suggest is merging their stuff with mine kinda
<11> yes, i'm reading both and trying to find out solution, thanx for help
<0> :)
<12> bbl
<11> Redragon^ you're right i will wright my own tools in php;)
<0> :)
<11> why not? it's simple;)
<0> i messed with theirs for awhile and it was just messy all the way around
<0> its a fair guide but its a broken system so you have to iron some things out on your own
<0> hopefully my configuration examples will help some
<11> Redragon^ yes sure
<11> really appriciate your help, you know i'm just second line support in incident management, not 3rd line;) i need experiences;)
<0> :)
<13> is ubuntu one of the linux destros?
<14> yeah
<13> is that based on red hat too?
<14> no idea
<13> okay
<11> Redragon^ are you still here?
<15> based on debian
<13> shields_, thanks
<5> im using ubuntu now :)
<14> OrTigaS: cool
<14> on your laptop?
<5> yup
<5> i tried to my desktop in my house but the modem wont work yet :)
<14> external or winmodem?
<0> kinda
<0> ubuntu is a debian derivitive
<11> Redragon^ i almost did it, but smtp auth is not working
<11> can you give me advice
<0> you'd have to put your config somewhere
<0> !paste
<10> More than 3 lines? Paste your stuff at http://paste.getlinuxhelp.org/ and then tell us the url it gives you.
<5> PCI
<5> but its shows on device manager
<14> OrTigaS: gudlak, i hate using winmodems over linux..really ****!
<5> yea i know
<5> but theres a driver... but dunno yet to setup
<5> kuto, do u use chikka in linux?
<14> nope, but chikka ofc reside within my building also =)
<11> http://paste.getlinuxhelp.org/2095


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

#chatzone
wirdina
iptables conenction limit
#java
#AllNiteCafe
#linux
ipset slackware
#gentoo
javascript crossite variables
the biggest bell is the ____________, cast in the kremlin in 1733.



Home  |  disclaimer  |  contact  |  submit quotes