| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> the is the copyright symbol and the is part of the company logo that becomes ? <0> netbeui: and i think some java and xml driven tags, styles and characters are not showing also :( <1> kurdapy0: you have to enable java extension and xml extention to make it work <2> i think you have so many things to update <1> kuto update isn't required his just missing php modules <1> same as your problem before with the thumbnail thingie <2> aaah <0> so what should i do? <2> well i solve it through updating <0> one example of my problem is here >>> http://ttesaudi.com/contact.php <1> kuto, updating only updates whats installed already <2> kurdapy0: try /etc/php.ini <1> kurdapy0: create a php page with this in it > <?php info(); ?> <1> you should see what extension ur lacking and which extension should be enabled and disabled <2> yeah <1> brb
<0> kuto: its not showing anything? :-/ <0> netbeui: i just put this <?php info(); ?> in php_info.php file <2> create a new templates <2> <? phpinfo; ?> <= try this <0> kuto: here it is >>> http://ttesaudi.com/erwin/php_info.php <3> with iptables how might i open a port range for all the clients in a lan so they can send/rec through a jabber client like gaim? <2> hmm xml is enabled <2> kurdapy0: did you create your website using frontpage? <0> the info was created by the secretary, she use microsoft and save the file as html i guess <2> there you go <2> i think some syntax were not supported by apache <0> so the ones created from frontpage and msoffice has the problem, but my files dont have. :( <2> redo their files if i were you <0> wow... what a work ahihihhi... is there a way that i can make the apache support those? <2> apache and iis are not friends <0> hmmmm <0> so theres no other way... <2> modify the site <0> i guess thats the best way to do it ;)) <2> yep <0> hahayyyy... well thats the last option i have... thanks <2> now get back to WORK! <2> lols <0> ahahaha... yeah brb peeps <0> back to work <4> hello <4> i have a problem with the firewall on a server. because of it i cant send mail from the server <4> i use iptables <2> andrei_cupa: POP3 OR IMAP? <5> cant send* so that wouldnt be pop or imap :P <4> if i set the policy for the input table ACCEPT i can send emails <4> smtp <4> usimg mutt <4> or mail() function from php <2> andrei_cupa: try telnetting port 25 <4> it works <2> how about from the outside, can you telnet the port? <4> i accept all the connections from the internal interface, but i block the ones from the extenal interface except 25, 22, 80 ports <2> how about port 110? <2> you only unblock smtp, what happen to imap and pop3 <4> why 110? i dont whant to use pop <2> then unblock imap <2> also <4> the output table accepts all connections <4> i want only to send mail using mutt from the server <4> ok i will try to unblock imap <1> andrei_cupa: imap or pop got nothing to do with sending mails <1> ur concern is smtp if sending mail is the issue <4> well if i accept all connections i can send emails <4> if i set the policy for the input table ACCEPT it works <4> brb <6> has anyone had a problem with Banshee music player, with it just closing randomly? <4> so... can anybody help me? <1> andrei_cupa: with what? <4> i want to send mails using mutt or mail function from php, but, because of the firewall i cant <4> i have sendmail installed and working <4> when i set the policy ACCEPT for the INPUT table it works fine <4> i accept all the connections from lo and eth1 (internatl network) <4> and, from eth0 (extif) i accept only connections from 25,143,80,22 ports <1> andrei_cupa: iptables -I INPUT -p tcp -s your.ip.goes.here -j ACCEPT <4> i allready done that ... no succes
<1> andrei_cupa: iptables -L INPUT -n <1> !paste <7> More than 3 lines? Paste your stuff at http://paste.getlinuxhelp.org/ and then tell us the url it gives you. <4> ACCEPT tcp -- 192.168.2.1 0.0.0.0/0 <4> ACCEPT tcp -- 127.0.0.1 0.0.0.0/0 <4> ACCEPT tcp -- 82.78.97.28 0.0.0.0/0 <4> ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 <4> ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 <1> paste the results here > http://paste.getlinuxhelp.org/ <4> srry <1> paste the results here > http://paste.getlinuxhelp.org/ <4> k <4> http://paste.getlinuxhelp.org/2231 <4> as you can see i tried a lot of things :) <4> any ideas? <1> yeah <1> 009ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:25 <1> 010ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp spt:25 <1> 011ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:25 <1> 012ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:25 <1> ??? <1> andrei_cupa: you don't set the source port <4> yes i know only destination <1> and remove that udp entry <4> but that will not solve my problem <1> 16:37 < netbeui> 010IACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp spt:25 < this source port <1> source port are random ports mostly 1024 higher <1> you don't have to set that <8> hi all. <4> ok ... i will paste the config without that lines <1> can you paste your firewall rule? <4> yes <1> paste it then <1> let me see it <4> http://paste.getlinuxhelp.org/2232 <9> how i can mount p***word protected USBS's Linux <1> 032iptables -A INPUT -i eth0 -p udp --destination-port 25 -j ACCEPT <1> 033iptables -A INPUT -i eth0 -p udp --source-port 25 -j ACCEPT <1> andrei_cupa: loose those <1> smtp is tcp <9> any body can help me <4> yes i removed that lines <9> i have U3 Kingston flash drives <9> its p***word protected <4> with udp <9> how i can mount it on linux <1> andrei_cupa: distro? <4> fc4 <1> andrei_cupa: do a `netstat -lnt` paste the entry that has 25 in it <4> tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN <4> http://paste.getlinuxhelp.org/2233 <1> andrei_cupa: if your going to send mail, u can't use any other ip other than ur localhost <1> cause your mail server is bind to localhost <4> i use localhost <9> hi netbeui <1> andrei_cupa: flush ur current firewall and repopulate it <4> ok done <4> same problem <4> :) <9> hi netbeui <1> andrei_cupa: iptables -L INPUT -n and paste it again <4> ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:25 <4> ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 <4> ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 <4> ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 <4> that's it <4> netbui what if i use relayng in sendmail? <1> andrei_cupa: use localhost as your outgoing mailserver address <1> and it should work fine <4> whaa <4> what? <4> echo | mutt -s "da da da" andrei.cupaciu@aquasoft.ro <4> no succes
Return to
#linuxhelp or Go to some related
logs:
#php #linuxhelp #skype x-kilt #chatzone vmware files needed to display video are not installed #AllNiteCafe openvpn ECONNREFUSED dermofardi
#linux
|
|