Re: Submitting a new port if send-pr is broken

2007-11-26 Thread Byung-Hee HWANG
Aryeh,

On Mon, 2007-11-26 at 00:19 -0500, Aryeh M. Friedman wrote:
> Due to a ISP firewall it is not possible for me to send/recv mail how
> do I submit a new port since send-pr requires email?

according to the Jeremy's guidance, i would give you one information:

http://souptonuts.sourceforge.net/postfix_tutorial.html

that's easy if you like postfix. after all, your send-pr(1) will reach
to mx1.freebsd.org via Gmail's magic smtp ;;

-- 
"That sounds like another great story."
-- Kay Adams, "Chapter 1", page 42

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Submitting a new port if send-pr is broken

2007-11-26 Thread Remko Lodder

On Mon, November 26, 2007 9:55 am, Aryeh M. Friedman wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
>>
>> Indeed, that is the online version, be sure to mark the correct category
>> etc though (Aryeh did that wrong when submitting the bug).
>
> Ok how is ports not the right category for graphics/libfpx ?
>

The ticket was submitted to freebsd-bugs with the category misc; it should
have been freebsd-ports-bugs with category ports, so yes the ports
category is correct; but it wasn't like that.

>


-- 
/"\   Best regards,  | [EMAIL PROTECTED]
\ /   Remko Lodder   | [EMAIL PROTECTED]
 Xhttp://www.evilcoder.org/  |
/ \   ASCII Ribbon Campaign  | Against HTML Mail and News


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Submitting a new port if send-pr is broken

2007-11-26 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


>
> Indeed, that is the online version, be sure to mark the correct category
> etc though (Aryeh did that wrong when submitting the bug).

Ok how is ports not the right category for graphics/libfpx ?


- --
Aryeh M. Friedman
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHSonlJ9+1V27SttsRAghvAJ9RUSqXVAoLYr7L6z8dVNupVEc27ACgkhsi
uBRz/JKpFnetKJHTd0kjLj8=
=tYHD
-END PGP SIGNATURE-

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Submitting a new port if send-pr is broken

2007-11-25 Thread Remko Lodder

On Mon, November 26, 2007 7:01 am, Chris Haulmark wrote:
> Hi Aryeh!
>> Due to a ISP firewall it is not possible for me to send/recv mail how
>> do I submit a new port since send-pr requires email?
>
> If you have a web browser, you can submit it via FreeBSD's website:
>
> http://www.freebsd.org/support/bugreports.html
>
> The link is "Submit a Problem Report".
>
> Chris
>

Indeed, that is the online version, be sure to mark the correct category
etc though (Aryeh did that wrong when submitting the bug).

-- 
/"\   Best regards,  | [EMAIL PROTECTED]
\ /   Remko Lodder   | [EMAIL PROTECTED]
 Xhttp://www.evilcoder.org/  |
/ \   ASCII Ribbon Campaign  | Against HTML Mail and News


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Submitting a new port if send-pr is broken

2007-11-25 Thread Chris Haulmark
Hi Aryeh! 
> Due to a ISP firewall it is not possible for me to send/recv mail how
> do I submit a new port since send-pr requires email?

If you have a web browser, you can submit it via FreeBSD's website:

http://www.freebsd.org/support/bugreports.html

The link is "Submit a Problem Report".

Chris

> - --
> Aryeh M. Friedman
> Developer, not business, friendly
> http://www.flosoft-systems.com
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2.0.4 (FreeBSD)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFHSld/J9+1V27SttsRAsFJAJ928L/E/JnA0zOHrp/2kc4u7fxNHACfbXog
> zIBUl4eyOoYjFg/ut5wNNwU=
> =kpcW
> -END PGP SIGNATURE-
> 
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-
> [EMAIL PROTECTED]"
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Submitting a new port if send-pr is broken

2007-11-25 Thread Jeremy Chadwick
On Mon, Nov 26, 2007 at 12:19:59AM -0500, Aryeh M. Friedman wrote:
> Due to a ISP firewall it is not possible for me to send/recv mail how
> do I submit a new port since send-pr requires email?

If your ISP filters outbound TCP port 25, then it means they're probably
doing so to stop/curb spam or trojans that proliferate through SMTP.
They likely leave TCP port 587 open to the world (but there's no
guarantee of that either).

Every ISP I've seen who does the above outbound filtering does so while
providing their own SMTP server available for customer use -- and
provides a firewall hole for communicating with their own SMTP servers
on TCP port 25.  If your ISP filters outbound port 25 and doesn't offer
you an SMTP server of their own for use, then that's truly bizarre and
you should discuss it with your ISP.

You should be able to set up a local mailer/MTA (sendmail, postfix,
etc.) and tell it to use your ISP's mail server on TCP port 25, and it
all should just "magically work" unless they require SMTP AUTH (not many
do from what I've seen; they base authentication on the source IP of
customers).

sendmail refers to this feature as SMART_HOST, while postfix refers to
it as a transport destination (see transport(5)).

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Submitting a new port if send-pr is broken

2007-11-25 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Due to a ISP firewall it is not possible for me to send/recv mail how
do I submit a new port since send-pr requires email?

- --
Aryeh M. Friedman
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHSld/J9+1V27SttsRAsFJAJ928L/E/JnA0zOHrp/2kc4u7fxNHACfbXog
zIBUl4eyOoYjFg/ut5wNNwU=
=kpcW
-END PGP SIGNATURE-

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"