Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pupu

  1. pupu

    SMTP

    It depends on smtp server you've installed. Most probably it is sendmail; so you can try '/etc/init.d/sendmail start' and watch console, /var/log/messages nad /var/log/maillog files.
  2. pupu

    How do i configure master.cf and main.cf?

    ...or tail -f /var/log/maillog for continuous listing
  3. pupu

    Changing 'Return_path' header

    printf "Subject: $SUBJECT\n\n$TEXXXXXT\n.\n" | mail ....
  4. pupu

    Problem sending email

    The reason is 'chroot'
  5. pupu

    S10Jobs runs fine, but K10Job fails. Why?

    S means that the program will be run with 'start' and K with 'stop' argument, when you enter given runlevel. You have to place your K link to different directory, probably rc0.d, rc1.d and rc6.d.
  6. pupu

    Developer Package for Kernel source

    Install from updates directory instead. cpp-2.96-113.i386.rpm gcc-2.96-113.i386.rpm gcc-c++-2.96-113.i386.rpm glibc-devel-2.2.5-43.i386.rpm glibc-kernheaders-2.4-7.16.i386.rpm kernel-source-2.4.20-19.7.i386.rpm libstdc++-devel-2.96-113.i386.rpm I think it should be enough; if some packages...
  7. pupu

    IPTABLES

    See Iptables HOWTOs. http://www.netfilter.org/unreliable-guides/packet-filtering-HOWTO/
  8. pupu

    Reject mail?

    How do you know that the address is 'invalid'?
  9. pupu

    command for ssh between public ips

    I don't understand. What is your problem? You cannot 'ssh host' from one host to another?
  10. pupu

    SMTP on Linux

    Sure. Install package named Postfix. Or Sendmail, if you are brave.
  11. pupu

    Change the "Fom:" address on a per user basis

    You can try 'sendmail -f your_address@some.server recipient' from command line. I don't know how to create server-wide configuration for this, sorry.
  12. pupu

    Nagios segmentation fault

    Try to strace it.
  13. pupu

    Need some help with SSHD

    Just install ssh server on your home machine (don't forget to use the latest package for your distribution) and ssh client on your machine at work. If there is a firewall on your home machine, open port 22. If there are firewalls between your office and home, you will have to open them, too.
  14. pupu

    smp problems with pentium III SL52R

    What does it mean, 'no success'? Be more specific please
  15. pupu

    How to print specific line in a file?

    What do you mean, specific? Or how do you specify it?

Part and Inventory Search

Back
Top