What is a proper way to set up smtp

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: What is a proper way to set up smtp

    You may have to add the IP address of the server in the relay restrictions:

    - Go to Control Panel, Administrative Tools, IIS
    - Right click on "Default SMTP Virtual Server"
    - Go to Properties, Access Tab

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "jaekim" <jkim65@socal.rr.com> wrote in message
    news:91d0d16b.0307021447.7cd646ca@posting.google.c om...
    > What is a proper way to set up smtp so that only people authenticated
    > to my site can send emails to each other?
    >
    > I am using SmtpMail class, but
    > relay problems doesn't allow me to open smtp to all ip addresses.
    >
    > I want the only people who is authenticated to my aspnet site to be
    > allowed to send email.
    >
    > How can I do that?

    Steve C. Orr, MCSD Guest

  2. Similar Questions and Discussions

    1. Proper way to do modules
      Hi all, What's the proper way to create a module in the Flex editor and have it referenced by other applications? specifically, when i make a...
    2. this isn't really the proper forum but...
      it seems like this forum is a magnet for a lot of people, from different backgrounds that know the ins and outs of design,printing,etc, so i'm going...
    3. Proper way to resize
      My image off the digital camera comes in at 26.667 x 35.556, resolution 72. Document size 14.1 MB What is the best way and in what order to bring...
    4. proper name for one who uses ruby
      I've seen two: Rubyist and Rubicon. Which is correct? -Kurt
    5. How to set sendmail SMTP auth and SMTP SSL on Solaris 9 (x86)
      Dear all, Can anybody tell me how to set sendmail SMTP auth and SMTP SSL on Solaris 9(x86). Thanks!
  3. #2

    Default Re: What is a proper way to set up smtp

    Thanks for the reply, but
    I don't think it will work.

    Those ip addressed are one of the computer that access the smtp server.

    If I put in the ip address of the server, only from the server you can send emails.



    "Steve C. Orr, MCSD" <Steve@Orr.net> wrote in message news:<O39ZLzOQDHA.2460@TK2MSFTNGP10.phx.gbl>...
    > You may have to add the IP address of the server in the relay restrictions:
    >
    > - Go to Control Panel, Administrative Tools, IIS
    > - Right click on "Default SMTP Virtual Server"
    > - Go to Properties, Access Tab
    >
    > --
    > I hope this helps,
    > Steve C. Orr, MCSD
    > [url]http://Steve.Orr.net[/url]
    >
    >
    > "jaekim" <jkim65@socal.rr.com> wrote in message
    > news:91d0d16b.0307021447.7cd646ca@posting.google.c om...
    > > What is a proper way to set up smtp so that only people authenticated
    > > to my site can send emails to each other?
    > >
    > > I am using SmtpMail class, but
    > > relay problems doesn't allow me to open smtp to all ip addresses.
    > >
    > > I want the only people who is authenticated to my aspnet site to be
    > > allowed to send email.
    > >
    > > How can I do that?
    jaekim Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139