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 biv343 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 psi07004

  1. psi07004

    Maximum attachment size for Emails - why, and do you agree with me?

    Somewhat.... It is not difficult to exceed 6MB with say a pdf version of a contract. Having such sent by ftp or http is typically not practical. Given internet speeds, it would not be unusual to allow up to 50MB. With that said, if you are in an environment where you "know" that such things will...
  2. psi07004

    root pw AIX 4.1.5

    If you know what it is, simply use "passwd" and hit a return at the prompt. If you don't know what it is you will need the cd's.
  3. psi07004

    Info Request - SSL VPNs

    Take a look at the Sonicwall products. You can have an SSL VPN as part of a total solution (Ex: TZ210) or a separate device such as a the SSL VPN-2000. Plenty of models to choose from depending upon performance needs and price point. www.sonicwall.com
  4. psi07004

    sendmail cannot save rejected email anywhere

    If you want to be able to receive mail on newcareweb you must start sendmail. You can send mail from newcareweb without it. Before you start sendmail I would copy or compare sendmail.cf from careweb with that on newcareweb, and make any changes as needed. Again, typically these will have...
  5. psi07004

    sendmail cannot save rejected email anywhere

    It sounds like carelot (lotus notes) is not configured to accept a mail relay from careweb and maybe other systems. Each system must be explicitly permitted to relay mail to the post office. Not sure where you do that on lotus notes but on AIX you must place the hostname that is permitted to...
  6. psi07004

    AIX Sendmail stopped suddenly

    Apparently something has changed on server60.appriver.com to prevent you from connecting to it. I assume this is where your post office is, and you have it set as the smarthost. You can try to telnet server60.appriver.com 25 to perhaps see more info. You need to talk with whomever...
  7. psi07004

    AIX Sendmail stopped suddenly

    Try sending mail to someplace you know to be good using the following. This will detail all the steps and any error that is stopping it. mail -v somebody@somewhere.com Note that when sending mail this way you end the message with a CTRL-D.
  8. psi07004

    Technology Level vs Service Packs

    Go here: http://www-933.ibm.com/support/fixcentral/main/System+p/AIX then supply the info and you can get what you are looking for.
  9. psi07004

    Add drives to Raid 5 array

    Unless the system if very busy, it will probably take an hour. Also depends on processor speed, RAID card, cache etc. I would not do it during any copies or backup.
  10. psi07004

    AIX Sendmail stopped suddenly

    When you say still no luck, do you mean sendmail is not running or the queue is not being emptied. Do "ps -ef | grep sendmail" to see if it is running. If not, check syslog for error messages. If it is running, it might be a problem with dns. If you run your own nameserver then stop and restart...
  11. psi07004

    sendmail cannot save rejected email anywhere

    Does the default gateway on newcareweb point to carelot or your real gateway? Type "netstat -rn" and look at the line labeled default. What does this ip address represent on your network. If you do "mail -v root" on newcareweb (with sendmail off), does it work? In your last reply you metioned...
  12. psi07004

    howto forward via alias mail using smart_host

    Try the following and see if it makes any difference. Make sure you have an entry in sendmail.cf for: Cwlocalhost Also make sure the sendmail.cw file has the entry localhost on a line by itself. After making these changes be sure to refresh sendmail so it reads them.
  13. psi07004

    sendmail cannot save rejected email anywhere

    This is somewhat confusing. It appears that your post office is on carelot, from which you send all your mail. If this is true, then all you mail should be sent there and then distributed. If carelot is ONLY supposed to get mail from careweb, why? Why don't you just send email from careweb...
  14. psi07004

    howto forward via alias mail using smart_host

    Why don't you just define the aliases in the /etc/mail/aliases file? For example, to get root email sent somewhere else as well, you can make an entry... root: root, somebody@domain.com If you change aliases, then issue "newaliases" to load the aliases.db with the new info.
  15. psi07004

    sendmail cannot save rejected email anywhere

    Lets try the following to collect more info. Please send two emails and post the result. One to someone on the inside and one to someone on the outside. mail -v somebody@inside.com mail -v anybody@outside.com Then please post ONLY the changed lines in sendmail.cf. This is typically lines...

Part and Inventory Search

Back
Top