Click to See Complete Forum and Search --> : pop3 and smpt


manju5122
02-10-2006, 06:19 AM
hi

i m getting some code after executing the commands like "fwup" or "fwdown": i m not getting any such code in another firewall and i dont want this to display.what should i do ??? is there any changes to be made in shell configuration???????????


the code i m gettin is like:



declare -x BASH_ENV="/root/.bashrc"
declare -x HISTSIZE="1000"
declare -x HOME="/root"
declare -x HOSTNAME="Firewall"
declare -x HOSTTYPE="i386"
declare -x INPUTRC="/etc/inputrc"
declare -x LESSOPEN="|/usr/bin/lesspipe.sh %s"
declare -x LOGNAME="root"
declare -x LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd =40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;4 1:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.b tm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar= 01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01 ;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.b z2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio= 01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01 ;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:"
declare -x MACHTYPE="i386-redhat-linux-gnu"
declare -x MAIL="/var/spool/mail/root"
declare -x OSTYPE="linux-gnu"
declare -x PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin"
declare -x PWD="/etc/init.d"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x TERM="linux"
declare -x USER="root"
declare -x USERNAME="root"

Firewall is stoped ...
e:

manju5122
02-10-2006, 06:46 AM
hi

i dont how to make pop3 (port 110) or port 995 for pop 3s and SMTP (port 25) available....
actually i am unable to go for outlook express untill i make my firewall down.
can u please tell me the step by step procedure for this :)

serz
02-10-2006, 09:39 AM
Are you behind a router or just behind a software firewall? What distro are you using? You can probably configure it or slow down the level of the firewall.

serz
02-10-2006, 09:41 AM
Those are just system variables and it has nothing to do with your firewall...

Try to keep everything in ONE single thread, you don't need to create 3 different threads.

Thank you.

cybertron
02-10-2006, 01:05 PM
declare -x BASH_ENV="/root/.bashrc"
declare -x HISTSIZE="1000"
declare -x HOME="/root"
declare -x HOSTNAME="Firewall"
declare -x HOSTTYPE="i386"
declare -x INPUTRC="/etc/inputrc"
declare -x LESSOPEN="|/usr/bin/lesspipe.sh %s"
declare -x LOGNAME="root"
declare -x LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd =40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;4 1:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.b tm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar= 01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01 ;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.b z2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio= 01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01 ;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:"
declare -x MACHTYPE="i386-redhat-linux-gnu"
declare -x MAIL="/var/spool/mail/root"
declare -x OSTYPE="linux-gnu"
declare -x PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin"
declare -x PWD="/etc/init.d"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x TERM="linux"
declare -x USER="root"
declare -x USERNAME="root"
I remember someone else getting those messages here, and I think in their case it was that they had split their PATH variable definition in .bash_profile over two lines. I don't know how much that will help in your case, but you may want to look for some errant newlines in the config files and such. I don't know exactly where you should look, but I recognized the messages and thought I'd let you know what might cause them.