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 TouchToneTommy 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 ryansdv

  1. ryansdv

    cannot resolve PTR record

    thank very much to all of you. of your precious time. i put the gateway ip in /etc/mail/access ip address RELAY then it solves the problem.
  2. ryansdv

    cannot resolve PTR record

    The ip address of the mail server PTR record is already set by my ISP. So no problem anymore with my email server reversed DNS. but the problem is... sample: this is my email address: abc@teksample.com email server ip address : 125.5.50.56 i try to send email to xyz@yahoo.com this is exactly...
  3. ryansdv

    cannot resolve PTR record

    /etc/resolv.conf contains the ff: search <dns name> nameserver <dns ip address> nameserver <dns ip address>
  4. ryansdv

    cannot resolve PTR record

    thank you Noway2 for the idea. i would like to clarify if the dns directory you mean is /etc/named.conf
  5. ryansdv

    cannot resolve PTR record

    hello all! please help me this, im new with linux centOS mail server. everytime i send email (ex. yahoo account), cannot send. this error will be sent back to me -> cannot resolve PTR record on "client ip" regards, ryan
  6. ryansdv

    ado recordset very slow - on dual core

    hello everyone, please see my code. Dim con As New ADODB.Connection Dim rs As New ADODB.Recordset con.ConnectionString = mycnn con.Open Set rs.ActiveConnection = con rs.CursorLocation = adUseClient rs.LockType = adLockReadOnly rs.CursorType =...
  7. ryansdv

    Control of Email Attachment

    thank you for your time. as i check, its a sendmail. thank you.
  8. ryansdv

    Control of Email Attachment

    sorry i dont understand your answer. we have a redhat linux here install by a service company, then was made as our email server. our problem begins when somebody sent us email more than 20MB and its so hard to download. So, I mean maybe theirs a way to control this email by not accepting...
  9. ryansdv

    Control of Email Attachment

    Hi All, In redhat linux mail server, how to control by not accepting email with attachment more than 5mb. thanks,
  10. ryansdv

    view emails in server

    Dear Guys, Thank you for your valuable help. I really needs this to check emails more than the allowed 5mb attachement, cause it choke my fortigate60 firewall. More power to you all. Regards,
  11. ryansdv

    view emails in server

    Hi! Please help me. I'm using Red Hat Linux. How can I view and/or delete emails inside the server. (before this can be downloaded by users) Thank u!
  12. ryansdv

    Read Only Table

    hi everybody, its my first time with access2k project. i'm connected to "ms sql 2000 developer edition" with a "system admin" rights. im so certain that i have all the authority to select, insert, update and delete. my question is, why in ms access2k project (located in workstation, only one...
  13. ryansdv

    ActiveX Component Can't Create Object

    thank you tranman for your time. i tried your sample but still doesn't work. Dim oConn As New ADODB.Connection Dim cdiCon As String cdiCon = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Password=;Initial Catalog=cdiSeiko;Data Source=CDINETSERVER"...
  14. ryansdv

    ActiveX Component Can't Create Object

    hi everyone, i've already check so many references like "http://support.microsoft.com/kb/319841/EN-US/" but still i have not solve this problem. it works with windows xp but doesn't work with windows 98. Dim oConn As ADODB.Connection Set oConn = New ADODB.Connection activex...
  15. ryansdv

    How to Run SQL Stored Procedure?

    Thank you very much cmmrfrds and to all of you who help to solve this problem. I will try your suggestions and will be back to inform you how I solve this problem. Once again, Thank you and have a nice day!

Part and Inventory Search

Back
Top