Search:

Type: Posts; User: dan_erat

Page 1 of 27 1 2 3 4

Search: Search took 0.09 seconds.

  1. Not really. Are you asking how to find out which...

    Not really. Are you asking how to find out which resolver a computer is using to get its DNS queries answered? If so, /etc/resolv.conf (/etc/hosts is the equivalent of the HOSTS file on Windows).
  2. Replies
    4
    Views
    956

    The TLD servers (that handle com, net, etc.)...

    The TLD servers (that handle com, net, etc.) typically hand out referrals with TTLs of between one and three days. If you change your domain's delegations at your registrar, it could take this long...
  3. You seem to have a misconception of how DNS...

    You seem to have a misconception of how DNS works. I would recommend reading http://cr.yp.to/djbdns/intro-dns.html.

    Unless you're using a resolver with a high level of logging (and log...
  4. Tell them you'll turn them in to the FBI and U.S....

    Tell them you'll turn them in to the FBI and U.S. Secret Service unless they hook you up with some free registrations. :)
  5. Replies
    8
    Views
    1,151

    Make sure your server is configured to reject...

    Make sure your server is configured to reject mail addressed to non-existent recipients during the SMTP conversation, instead of accepting the mail and then sending a bounce.

    Use DNS blocking...
  6. http://support.microsoft.com/default.aspx?scid=kb;...

    http://support.microsoft.com/default.aspx?scid=kb;EN-US;172953 might help.

    You need to add an A record for dns1.herbalid.com on 38.118.153.188 too.
  7. What software are you using to host sites?

    What software are you using to host sites?
  8. See...

    See http://httpd.apache.org/docs/mod/mod_rewrite.html for mod_rewrite documentation.

    Just using "blah" as a regular expression will match any lines containing the word "blah". If you need to do...
  9. What do you hope to improve from your current...

    What do you hope to improve from your current config?
  10. I posted a Perl script a while back to pop a...

    I posted a Perl script a while back to pop a mailbox and reinject the messages to a different address. You could use that, or change it so it writes directly into the mailbox file.
  11. sasha: register_globals could be turned off, or...

    sasha: register_globals could be turned off, or $headers could be getting initialized to '' earlier in the script...

    vaaaska: Depending on the MTA running on the server, the script might be...
  12. "user@foo.com" takes 13 bytes (don't forget the...

    "user@foo.com" takes 13 bytes (don't forget the null character at the end).

    Non-smart-aleck answer: An email account will take up, at most, the size of its quota on disk. Quotas around 25 MB...
  13. Replies
    15
    Views
    1,547

    lynx sucks, use w3m.

    lynx sucks, use w3m.
  14. Replies
    9
    Views
    1,007

    Postfix and qmail have better track records in...

    Postfix and qmail have better track records in security. Postfix has a lot of functionality built-in, while qmail's design is very modular, allowing you to add features by replacing parts of it (see...
  15. Yep, and it's called /etc/syslog.conf. Unless...

    Yep, and it's called /etc/syslog.conf. Unless your application handles logging on its own, like Apache does.
  16. Gets logged where?

    Gets logged where?
  17. Replies
    16
    Views
    3,982

    Please paste the output of "cat...

    Please paste the output of "cat /etc/xinetd.d/smtp" (if that's where qmail-smtpd is being started).
  18. Vague question. /etc/syslog.conf?

    Vague question. /etc/syslog.conf?
  19. Replies
    16
    Views
    3,982

    Make sure that you're not checking any broken...

    Make sure that you're not checking any broken DNSbls from rblsmtpd, if you're using it.
  20. http://us4.php.net/reserved.variables

    http://us4.php.net/reserved.variables
  21. Replies
    16
    Views
    864

    Hmm, that bind-to-tinydns program sounds...

    Hmm, that bind-to-tinydns program sounds familiar... Wait a second, I wrote it. :)

    All the same, I'd recommend using axfr-get if possible. I trust djb's code more than my own. Glad to hear that...
  22. http://www.google.com/search?q=tcprules%20tcpserve...

    http://www.google.com/search?q=tcprules%20tcpserver%20qmail-smtpd

    (Akamai permitting) :)
  23. You need to update the tcprules database that...

    You need to update the tcprules database that qmail-smtpd's tcpserver process is using, so it contains the IP ranges that you want to permit to relay through the server.
  24. I would make the PTR record match whatever your...

    I would make the PTR record match whatever your server issues in the HELO greeting when it connects to another server.
  25. There are a couple of potential problems that I...

    There are a couple of potential problems that I see.

    When you call passwd, it's going to interactively prompt you for the new password. You can use "expect" or something similar to feed it the...
Results 1 to 25 of 674
Page 1 of 27 1 2 3 4