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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Eric33
  • Content: Threads
  • Order by date
  1. Eric33

    Is it possible to disable mail spooling/retry on Sendmail?

    Hi, I need to configure a sendmail relay to guarantee that the first mail that comes in will be the first to go out. Can anyone advise if this is possible with sendmail, and how? It is ok for the rest of the mails to be delayed, if the first mail is deferred. Sequencing is more important than...
  2. Eric33

    Sendmail SMTP connection very slow

    Hi All, I am a newbie to sendmail and need some help. Currently, connections to the sendmail (8.14.3) SMTP port is very slow. I have already set Ident Timeout to 0. My observation is that the slowness is due to sendmail performing a reverse/forward DNS lookup on the source IP of the...
  3. Eric33

    Sendmail TLS slow

    Hi, I am new to sendmail. As I need starttls support for sendmail, I had compiled sendmail 8.14.3 with cyrus-sasl-2.1.22 on solaris 9 (instructions from various sources on the internet) The setup works but is very slow. I did a google and found a probable reason to be that sasl is...
  4. Eric33

    How to log commands issued by specific user on Solaris?

    Hi, I need to log all commands issued by a specific user from the time he logs into the server (either telnet or console) till he exits. I can think of 2 options but both did not really work: 1. Use BSM - But it is logging too much info and is difficult to comprehend. All that I need are the...
  5. Eric33

    Enable "cd" with root privilege on RBAC

    Hi, I am implementing RBAC and need to create a role with "cd" privileges that is similar to root. The role should be able to cd into any directory, even if it does not have execute rights on the directory. I have added the following entries: exec_attr Additional...
  6. Eric33

    How to configure a NTP service that is both client and server?

    Hi, I need to set up a solaris 9 NTP server that is client to another NTP server and at the same time provide a NTP service to clients on another subnet.(It has 2 NIC card) I am able to configure it to be a client but do not know how to configure it to serve to other servers. Can anyone help...
  7. Eric33

    Reset/ Recover directory manager password in LDAP

    Hi, I need to reset/recover the directory manager account in Sun One Directory server. Can we reset it similar to the deleting the encrypted password in /etc/shadow? Can anyone help to point me to the correct file and entry to amend? If not, any advice? Thanks.
  8. Eric33

    How to restrict FTP users to their own directory?

    Hi, I need to create 2 FTP users on solaris 8 and to restrict them to only their home directory(and any sub-directories under it). I am using the generic FTP server and I do not want to install any freeware or external software on the system. Can anyone help advise me how I can configure the...
  9. Eric33

    How to monitor user login

    Hi, I have an account that is meant to be used for "su" and not for login directly.ie oracle. (User is to log in with their individual account and then su to oracle) To ensure that this is carry out, I need to write a script that will log to a file if the oracle account is log in directly and...
  10. Eric33

    Monitoring performance statistics in Windows 2000

    I need to gather performance statistics of specific counters of a Win2k server with the following needs: 1. Weekdays ie Monday to Fiday 2. 8am - 6pm 3. Appended to the same file.(A new file to be created at the start of each month) The default performance monitoring tool does not seem to allow...
  11. Eric33

    Find and replace specific entries in awk

    I am newbie writing a awk script that read dynamically assigned variables from shell, and perform the following logic: 1. if Field1=var1 and Field2=var2, extract Field3 (i)if Field3 contains "%1" or "%2"..."%n" (not determinate), replace with corresponding...

Part and Inventory Search

Back
Top