RE: Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

2007-11-27 Thread Ted Mittelstaedt
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Aryeh M.
 Friedman
 Sent: Monday, November 26, 2007 11:40 PM
 To: Ted Mittelstaedt
 Cc: freebsd-questions@freebsd.org; Bob Richards
 Subject: Re: Getting around ISP SMTP firewall settings (Re: Submitting a
 new port if send-pr is broken)
 
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 
 
  Really, as others have said, it's easier to pay the money for the
  business line.  How much extra do they want for it?
 
 Don't know but a dime is too much right now (I am personally living on
 $15/mo once the rent, food and connectivity is paid for [the wonders
 of a startup with no investors]).   That is one reason why colo is not
 possible... yes I understand most of the hassles involved since I was
 the head sysadmin for a full service ISP in a former life (mid to late
 90's).
 

Well, I think your stuck paying money for a service, but there are
some cheap ones out there.

This guy is pretty cheap:

http://www.domainmx.net/

This one is free - if you can deal with UUCP and the LD charges
to access with it:

http://www.bungi.com

Is there any way you could get your webhoster to be a bit more
flexible on their e-mail forwarding?  If for example you could get
them to forward your e-mail to a script run out of your .forward
file on their webserver, you got it made.  They might do that since
it wouldn't require them to devote disk space to a mailbox on
their server.  You would write a perl script that would make a
connection to a nonstandard port on your mailserver.

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


Re: Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

2007-11-27 Thread Bob Richards

To be perfectly clear this isn't really receiving mail.  Your
configuring a system at dydns.org or some other mail forwarder to
receive your mail for you then forward it on to your system using the
alternative port.

Not what I am doing. I only suggested that to the original poster who
has an inbound port25 restriction. I receive all my important email
directly.

Frankly, unless you processing mail for a lot of people, there is no
benefit to running your own mailserver, and you really ought to be
using a client-server model for getting mail, as you are doing.  The
OP just hasn't realized this yet.

There are very good reasons why one might want to receive mail
directly. 

I live and work aboard a trawler, I do not always have the same ISP for
connectivity. At the home dock, I have DSL, underway, I have a satellite
link, close to shore while cruising, or anchored,  I have Sprint 
some marinas offer 80211, etc 

My Important email, like weather/navigation alerts, family e-mail,
work related email is delivered directly to the on-board server, which
has a name.servebbs.org, and is kept DNS's properly via dyndns.

All of my outbound email is smart-hosted to another ISP on port 587
Start TLS.

This way, I do not have to have any special access to any particular
ISP to get and send email, it shows up immediately, and I am notified.
 
Bob





-- 
  _
 /o\
// \\ The ASCII
\\ // Ribbon Campaign
 \V/  Against HTML
 /A\  eMail!
// \\


signature.asc
Description: PGP signature


Re: Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

2007-11-27 Thread Michael C. Cambria

Ted Mittelstaedt wrote:

[deleted]
Don't know but a dime is too much right now (I am personally living on
$15/mo once the rent, food and connectivity is paid for [the wonders
of a startup with no investors]).   That is one reason why colo is not
possible... yes I understand most of the hassles involved since I was
the head sysadmin for a full service ISP in a former life (mid to late
90's).




Well, I think your stuck paying money for a service, but there are
some cheap ones out there.

This guy is pretty cheap:

http://www.domainmx.net/

This one is free - if you can deal with UUCP and the LD charges
to access with it:

http://www.bungi.com

  
I have a similar virtual company with people all over the place.  I 
was running everything locally at one time.  Since my (FreeBSD) router 
is always up, and my provider keeps the IP the same it worked for me.  
There were some reverse DNS issues where incoming mail from say AOL 
wouldn't make it but for me it was who cares.  The senders I cared 
about worked.


I since moved mail for my domains to http://www.csoft.net.  These guys 
fit my budget ($15/mo), provide a static IP, let me pick FreeBSD as my 
server (vs. OpenBSD or Linux last time I checked; there may be other 
choices now.)  I also get shell access which lets me port forward when 
needed to get around providers (or hotels) that block ports I need.  
Last I checked, there are no bandwidth or other restrictions.  They are 
also very open source friendly.


MikeC

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


Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

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

BTW I a redirected this to -questions


 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)).

I have not set the MTA up yet for it but I did test it with
thunderbird... an other question how can I set it up that I can
receive mail (dynamic IP and 25 inbound is blocked)?


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

iD8DBQFHSotEJ9+1V27SttsRAt9YAJ4jChELEEMCUfcdaGbN0cBbTNR6hwCgobMA
c0b8rVYs9bcZeAlxLtmv2AE=
=BwaS
-END PGP SIGNATURE-

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


Re: Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

2007-11-26 Thread Giorgos Keramidas
On 2007-11-26 04:00, Aryeh M. Friedman [EMAIL PROTECTED] wrote:
BTW I a redirected this to -questions
 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)).

 I have not set the MTA up yet for it but I did test it with
 thunderbird... an other question how can I set it up that I can
 receive mail (dynamic IP and 25 inbound is blocked)?

Thunderbird doesn't necessarily go through an SMTP connection to the
local host, so it may work with or without a local MTA installation 
setup (depending on which host you forward outgoing email).

If you set up Thunderbird to use `localhost' for outgoing email, then
you have to also configure a local MTA (Sendmail, Postfix, or qmail are
popular choices).

I don't think there's an easy way to set up the local Sendmail
installation to *receive* email from the world without some sort of
`static address' though.  To do that, you would have to work with your
ISP, so that:

* Your address does not change semi-randomly or ramdonly.

* Your fully qualified domain resolves correctly and its MX records
  point to your static IP address.

* Your incoming port 25 traffic is not filtered.

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


Re: Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

2007-11-26 Thread Gerard Seibert
 On November 26, 2007 at 04:00AM Aryeh M. Friedman wrote:

  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)).
 
 I have not set the MTA up yet for it but I did test it with
 thunderbird... an other question how can I set it up that I can
 receive mail (dynamic IP and 25 inbound is blocked)?

If you attempt to send mail using a dynamic IP, it is going to be blocked by
most MTAs since it fails reverse DNS checking. I am assuming that you are
attempting to bypass your ISP. You have to get a static IP from your provider.
With port 25 presently blocked, you might consider using something like mail
relaying/forwarding from a service like DYNDNS: http://www.dyndns.com/.


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


Re: Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

2007-11-26 Thread Bob Richards
On Mon, 26 Nov 2007 13:15:59 +0200
Giorgos Keramidas [EMAIL PROTECTED] wrote:

 
 I don't think there's an easy way to set up the local Sendmail
 installation to *receive* email from the world without some sort of
 `static address' though. 

Actually there is an easy way, I do it here at my work station which is
on a boat, and uses many different modes of connectivity. All of which
are floating IPs.

Get a domain name at dyndns. ANYTHING.servebbs.com/net/org. (it's free) 

You can also DNS any domain you own for about $29.00/Year, and simply
MX your mail to your dynamic domain machine on a variety of alternative
ports.

Install ddclient on your machine; it will keep your IP updated at
dyndns.

Install an mta, like sendmail, and smart-host it to your ISP; or
smart-host it to dyndns if your ISP can't/won't do it.

I have been doing this for about 2 years now, and have had no problems
at all.

Bob

-- 
  _
 /o\
// \\ The ASCII
\\ // Ribbon Campaign
 \V/  Against HTML
 /A\  eMail!
// \\
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

2007-11-26 Thread Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Bob Richards
 Sent: Monday, November 26, 2007 3:45 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: Getting around ISP SMTP firewall settings (Re: Submitting a
 new port if send-pr is broken)
 
 
 On Mon, 26 Nov 2007 13:15:59 +0200
 Giorgos Keramidas [EMAIL PROTECTED] wrote:
 
  
  I don't think there's an easy way to set up the local Sendmail
  installation to *receive* email from the world without some sort of
  `static address' though. 
 
 Actually there is an easy way, I do it here at my work station which is
 on a boat, and uses many different modes of connectivity. All of which
 are floating IPs.
 
 Get a domain name at dyndns. ANYTHING.servebbs.com/net/org. (it's free) 
 
 You can also DNS any domain you own for about $29.00/Year, and simply
 MX your mail to your dynamic domain machine on a variety of alternative
 ports.
 

To be perfectly clear this isn't really receiving mail.  Your configuring
a system at dydns.org or some other mail forwarder to receive your
mail for you then forward it on to your system using the alternative
port.

You can just as easily set up a mailbox on the dydns server (or
whoever will sell you a mailbox - tons of ISPs will do it) and
fetchmail your mail via POP3 from it.

 Install ddclient on your machine; it will keep your IP updated at
 dyndns.
 
 Install an mta, like sendmail, and smart-host it to your ISP; or
 smart-host it to dyndns if your ISP can't/won't do it.
 
 I have been doing this for about 2 years now, and have had no problems
 at all.
 

I'm sure you don't because in effect your doing exactly the same thing
that any typical e-mail client does - your offloading the heavy lifting
of receiving mail - the spam and antivirus filtering - to a real mailserver
somewhere on the Internet.

Frankly, unless you processing mail for a lot of people, there is no
benefit to running your own mailserver, and you really ought to be
using a client-server model for getting mail, as you are doing.  The
OP just hasn't realized this yet.

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


Re: Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

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



 Frankly, unless you processing mail for a lot of people, there is no
 benefit to running your own mailserver, and you really ought to be
 using a client-server model for getting mail, as you are doing.  The
 OP just hasn't realized this yet.

Actually I am processing mail for over a dozen people and almost 100
diff addrs so it does make sense if it is possible.


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

iD8DBQFHS7CnJ9+1V27SttsRArGMAJ4xhax13Nd/ikb2CSQikEJVmrAzRwCeLxhT
jz/Qhcjy8jmzwq/QP8g0i7g=
=9928
-END PGP SIGNATURE-

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


Re: Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

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

Aryeh M. Friedman wrote:

  Frankly, unless you processing mail for a lot of people, there is no
  benefit to running your own mailserver, and you really ought to be
  using a client-server model for getting mail, as you are doing.  The
  OP just hasn't realized this yet.

 Actually I am processing mail for over a dozen people and almost 100
 diff addrs so it does make sense if it is possible.



Oops forgot to mention there is a small set of complicating factors:

1. The people and addrs I process mail for all have the same domain
but live in locations all around the globe (virtual company)

2. The domain should/must be the same as the company's web page (see
my sig for addr) which is on a convention web hosting arrangement

3. As far I can all inbound/outbound smtp/http (25, 587, and 80) are
blocked by the ISP (they offer them under a business package that also
includes a static IP but currently that is too pricey)

4. The ISP is the only one in my area (semi-rural) that offers high
speed bandwidth

5. Even though my web hoster offers mail forwarding it does not offer
mail box and/or mailing list hosting (having prepaid for 2 years and
only being 2 months into the deal I am not going to switch providers)
- --
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

iD8DBQFHS7K8J9+1V27SttsRAoO0AKCaofoaJd+fg0qNXQDYaQ7lcBkeswCglitn
W0VpYc+LO3eronkojgV9lwc=
=UWBT
-END PGP SIGNATURE-

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


RE: Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

2007-11-26 Thread Ted Mittelstaedt


 -Original Message-
 From: Aryeh M. Friedman [mailto:[EMAIL PROTECTED]
 Sent: Monday, November 26, 2007 10:02 PM
 To: Aryeh M. Friedman
 Cc: Ted Mittelstaedt; Bob Richards; freebsd-questions@freebsd.org
 Subject: Re: Getting around ISP SMTP firewall settings (Re: Submitting a
 new port if send-pr is broken)


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Aryeh M. Friedman wrote:
 
   Frankly, unless you processing mail for a lot of people, there is no
   benefit to running your own mailserver, and you really ought to be
   using a client-server model for getting mail, as you are doing.  The
   OP just hasn't realized this yet.
 
  Actually I am processing mail for over a dozen people and almost 100
  diff addrs so it does make sense if it is possible.
 
 

 Oops forgot to mention there is a small set of complicating factors:

 1. The people and addrs I process mail for all have the same domain
 but live in locations all around the globe (virtual company)

 2. The domain should/must be the same as the company's web page (see
 my sig for addr) which is on a convention web hosting arrangement

 3. As far I can all inbound/outbound smtp/http (25, 587, and 80) are
 blocked by the ISP (they offer them under a business package that also
 includes a static IP but currently that is too pricey)


You really need to clarify what you mean by inbound and outbound.

I'll assume that by inbound, you mean you cannot have inbound
connections to ports 25, 587, and 80.  This is perfectly legitimate
for a residential ISP connection.

I'll assume that by outbound, you mean you cannot have outbound
connections to ports 25, 587, and 80.  This is silly.  A block on
an outbound connection to port 80 would mean you couldn't surf
the web.

I'll assume you mean that outbound port 25 is blocked to everywhere
except for the ISP's own mailserver.  That also is perfectly legitimate
for a residential ISP connection.

A block on an outbound port 587 connection has only ONE purpose,
to prevent you from using a legitimate mailserver for sending
mail other than the ISPs server.  Servers on the Internet that
respond to port 587 are only supposed to relay mail from AUTH
connections to 587 so allowing ISP customers to use 587 is not
a security or SPAM problem.  587 is not used for server-to-server
mail traffic.  If your ISP is indeed blocking outbound 587 then
you have justifyable reasons to scream and bitch, and they do
NOT have any justifyable reason to block it.

None of the large cable or DLS providers block outbound 587

 4. The ISP is the only one in my area (semi-rural) that offers high
 speed bandwidth

 5. Even though my web hoster offers mail forwarding it does not offer
 mail box and/or mailing list hosting (having prepaid for 2 years and
 only being 2 months into the deal I am not going to switch providers)

There's plenty of ISP's on the Internet that offer mailboxes only.
I can't fault your webhoster for not wanting to get into offering
mailboxes.  It is a speciality, just as webhosting is a speciality.

What you really should have done, (of course hindsight is a great
revealer) is to have contracted with an ISP where you could have
colocated a server.  For probably $100 a month you could have your
own box with a public IP address and run a mailserver on it, hosted
your website on it, and you could have modified it so that instead of
port 587, you did auth-smtp on port 588 and then gotten around your
ISP's block on outbound 587 (if infact, such exists)

You really only have 2 non-business connection choices as I see it.

First, contract with some ISP that will sell you a mailbox that
will take domain mail.  Next build a mailserver at your site
that uses fetchmail to pop down that mail and port 587 to send it out.
Last, on your site mailserver, setup
a pop3 or imap server that uses a non-standard port#, then config
your road warrior clients to use that port, or setup a webmail
interface and use a URL like webmail.flosoft-systems.com:86/webmaillogin.cgi
to access it.  This assumes outbound port 110 and 587 are NOT blocked.

If outbound port 587 and 110 ARE blocked, then you cannot do
anything other than the colocated box that has all non-standard
ports, OR say hell with it and work out a deal with
an ISP to do virtual mailboxes and mailhosting.  If you want
to do that last, I'd be happy to pitch pricing to you for my
employer off list.  (as no doubt, many other list readers could)

Really, as others have said, it's easier to pay the money for the
business line.  How much extra do they want for it?

Ted

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


Re: Getting around ISP SMTP firewall settings (Re: Submitting a new port if send-pr is broken)

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




 Really, as others have said, it's easier to pay the money for the
 business line.  How much extra do they want for it?

Don't know but a dime is too much right now (I am personally living on
$15/mo once the rent, food and connectivity is paid for [the wonders
of a startup with no investors]).   That is one reason why colo is not
possible... yes I understand most of the hassles involved since I was
the head sysadmin for a full service ISP in a former life (mid to late
90's).

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

iD8DBQFHS8nGJ9+1V27SttsRArd6AKCRhAduE7P7roZB4x+WohcR1NCUQQCfX6zu
i1rqakoG9WshIdsHHYQQdt4=
=lWnQ
-END PGP SIGNATURE-

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


Re: Help with a new port?

2007-11-25 Thread Roland Smith
On Sat, Nov 24, 2007 at 05:01:36PM -0800, Zachary Kline wrote:

 I must confess I haven't.  I'll look into it and see what comes up. 
 Currently trying to figure out how to get ports upgraded in a sane fashion 
 as well, as I've noticed some of the packages are quite behind in comparison 
 to the ports they're based on.

First of all, if you look into the ports directories on the FreeBSD FTP
servers, you'll see different versions of the packages, e.g.
packages-5-stable, packages-6-stable, packages-6.2-release,
packages-7-current, etc. Depending on which version you installed,
'pkg_add -r' picks the packages from one of those directories. So if you
installed 6.2-RELEASE, you'll probably get packages from
packages-6.2-release. That packages tree is based on the ports tree at
the moment that 6.2 was released.

So the best way to keep your ports current is to build them
yourself. First, update your ports tree with portsnap (from the base
system). Then install one of the ports management tools like portmaster
or portupgrade, and use that to upgrade the ports. Do read
/usr/ports/UPDATING so that you are aware of any issues.

If you have questions, don't hesitate to ask on the list, but have a
look through the list archives as well, if you can access them. 

If you have trouble navigating the FreeBSD website, you should contact
the website maintainers mailing list: [EMAIL PROTECTED]

Good luck!

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgp2azUCvG5I2.pgp
Description: PGP signature


Help with a new port?

2007-11-24 Thread Zachary Kline
Hi,
My name is Zachary Kline, and I've recently begun experimenting with 
BSD-style operating systems under Qemu.  I happen to be blind, and thus 
Qemu's serial console--more specifically, the ability to redirect this 
console output over a TCP port--is the only way I could get FreeBSD 
installed, since it doesn't come with much in the way of accessibility 
tools.  I can't fault anybody for this last, however.
Anyway, to get to the point: I'm not quite sure where to ask this.  I 
have a new port which I feel should be included in the FreeBSD accessibility 
category, if only because I noticed its absence in searching for it.  I've 
had trouble getting it to port myself, though, and have little real 
programming experience of the kind it would require.
This port is Emacspeak, from http://emacspeak.sf.net.  It's a screen 
reader--though that term isn't really encouraged by the developer--for the 
Emacs work environment.
I'm wondering if anybody on here might be able to help with this 
porting, or be willing to discuss accessibility of FreeBSD in general.
Thanks much for your time,
Zack.



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


Re: Help with a new port?

2007-11-24 Thread Robert Joosten
Hi,

 I have a new port which I feel should be included in the FreeBSD 
 accessibility  category, if only because I noticed its absence in 
 searching for it.

Have you read 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html 
yet ?

I don't use ports myself and never ported anything but I've read that 
guide a long time ago and to me it seemed quite easy to do.

Happy porting.

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


Re: Help with a new port?

2007-11-24 Thread Zachary Kline

Robert Joosten [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 Hi,

 I have a new port which I feel should be included in the FreeBSD
 accessibility  category, if only because I noticed its absence in
 searching for it.

 Have you read
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html
 yet ?

I must confess I haven't.  I'll look into it and see what comes up. 
Currently trying to figure out how to get ports upgraded in a sane fashion 
as well, as I've noticed some of the packages are quite behind in comparison 
to the ports they're based on.
Thanks,
Zack.



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


Re: Help with a new port?

2007-11-24 Thread Giorgos Keramidas
On 2007-11-24 15:24, Zachary Kline [EMAIL PROTECTED] wrote:
 Hi,
 My name is Zachary Kline,

Hi Zachary,

 Anyway, to get to the point: I'm not quite sure where to ask this.  I
 have a new port which I feel should be included in the FreeBSD
 accessibility category, [...]
 This port is Emacspeak, from http://emacspeak.sf.net.  It's a screen
 reader--though that term isn't really encouraged by the developer--for
 the Emacs work environment.

I can help with the integration of the new port.  I will have a look at
the site of the program, but it would be nice if you sent me any porting
details/work you have already.

Happy FreeBSD'ing :-)

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


Re: Submitting a new port via send-pr seems broken...

2007-05-25 Thread Giorgos Keramidas
On 2007-05-25 14:39, Alan Garfield [EMAIL PROTECTED] wrote:
 Hey all,
 
 When I try and submit a new port via send-pr I get this from my primary
 mail server from the MX at freebsd.org.
 
 ---
 May 25 14:35:28 thing1 postfix/smtp[65727]: 335055E10:
 to=[EMAIL PROTECTED],
 relay=mx1.freebsd.org[69.147.83.52]:25, delay=1.1,
 delays=0.02/0/0.66/0.38, dsn=4.7.1, status=deferred (host
 mx1.freebsd.org[69.147.83.52] said: 450 4.7.1
 [EMAIL PROTECTED]: Recipient address rejected: Service
 is unavailable (in reply to RCPT TO command))
 ---
 
 Am I doing it right? Or is something broken?
 
 Is [EMAIL PROTECTED] the correct address of a port
 submission?

Did you leave the message in your MTA's queue for a bit, until it
retries?  What you are seeing could be the first rejection/reply of the
greylisting[1] support of the FreeBSD.org mail servers.

[1] http://en.wikipedia.org/wiki/Greylisting

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


Submitting a new port via send-pr seems broken...

2007-05-24 Thread Alan Garfield
Hey all,

When I try and submit a new port via send-pr I get this from my primary
mail server from the MX at freebsd.org.

---
May 25 14:35:28 thing1 postfix/smtp[65727]: 335055E10:
to=[EMAIL PROTECTED],
relay=mx1.freebsd.org[69.147.83.52]:25, delay=1.1,
delays=0.02/0/0.66/0.38, dsn=4.7.1, status=deferred (host
mx1.freebsd.org[69.147.83.52] said: 450 4.7.1
[EMAIL PROTECTED]: Recipient address rejected: Service
is unavailable (in reply to RCPT TO command))
---

Am I doing it right? Or is something broken?

Is [EMAIL PROTECTED] the correct address of a port
submission?

Thanks,
Alan.

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


new port

2007-03-20 Thread Richard Touret Binarysec
hello
we are an editor of security software, binarysec for apache which runs on
freebsd

1) can you reference us ?
2) all your comments and trials are most welcome !!

best regards

Richard Touret
BinarySEC
tel : +33 870 444 386
[EMAIL PROTECTED]
Try BinarySEC for Apache NOW !
Free download : http://www.binarysec.com


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


Re: new port

2007-03-20 Thread Vince
Richard Touret Binarysec wrote:
 hello
 we are an editor of security software, binarysec for apache which runs on
 freebsd
 
 1) can you reference us ?
 2) all your comments and trials are most welcome !!
 
 best regards
 
 Richard Touret
 BinarySEC
 tel : +33 870 444 386
 [EMAIL PROTECTED]
 Try BinarySEC for Apache NOW !
 Free download : http://www.binarysec.com

Hi,

Before someone tells you off for spamming the list (emails that could be
interpreted as commercial adverts aren't generally welcome here,) let me
point you at
http://www.freebsd.org/commercial/software_bycat.html
This page tells you how to have your company/software referenced on that
page.

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

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


Re: new port

2007-03-20 Thread Kevin Kinsey

Vince wrote:

Richard Touret Binarysec wrote:

hello
we are an editor of security software, binarysec for apache which runs on
freebsd

1) can you reference us ?
2) all your comments and trials are most welcome !!

best regards


Before someone tells you off for spamming the list (emails that could be
interpreted as commercial adverts aren't generally welcome here,) let me
point you at
http://www.freebsd.org/commercial/software_bycat.html
This page tells you how to have your company/software referenced on that
page.


Also, Richard, especially if it fills a need, works well, and has 
BSD-compatible license terms.you may wish to talk to the [EMAIL PROTECTED]

mailing list; or, better yet, read the Porter's Handbook and see about getting
your software committed to the Ports Collection, officially.  I believe
that most members of the FreeBSD community are pleased when commercial
entities decide to support our OS.

Kevin Kinsey
FreeBSD User
--
Captain Penny's Law:
You can fool all of the people some of the time, and
some of the people all of the time, but you Can't Fool Mom.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading amavisd-new port fails

2006-10-05 Thread Gábor Kövesdán

jan gestre wrote:

On 10/4/06, Gábor Kövesdán [EMAIL PROTECTED] wrote:


jan gestre wrote:
 hi guys,


 i tried upgrading the amavisd-new port via portmanager and
 portupgrade, both
 methods failed, i had a similar problem before but i forgot how did i
 fix it
 :(  is there a problem with the amavisd-new port?

 TIA
Hi,

could you concretize a bit, please? What kind of error do you get? Could
you attach the output?

this is the error during portupgrade:


Stop in /usr/ports/security/amavisd-new.
*** Error code 1

Stop in /usr/ports/security/amavisd-new.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.80571.23 env PORT_UPGRADE=yes make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
   ! security/amavisd-new (amavisd-new-2.4.3,1)(checksum 
mismatch)

---  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed


The checksum mismatch reflect that your ports tree is outdated. The 
distfile was rerolled, and the PORTREVISION bumped. Please update your 
ports tree and try again. The current working amavisd-new version in the 
ports tree is 2.4.3_1,1.


--
Cheers,

Gabor

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


Re: upgrading amavisd-new port fails

2006-10-05 Thread jan gestre

On 10/6/06, Gábor Kövesdán [EMAIL PROTECTED] wrote:


jan gestre wrote:
 On 10/4/06, Gábor Kövesdán [EMAIL PROTECTED] wrote:

 jan gestre wrote:
  hi guys,
 
 
  i tried upgrading the amavisd-new port via portmanager and
  portupgrade, both
  methods failed, i had a similar problem before but i forgot how did i
  fix it
  :(  is there a problem with the amavisd-new port?
 
  TIA
 Hi,

 could you concretize a bit, please? What kind of error do you get?
Could
 you attach the output?

 this is the error during portupgrade:

 Stop in /usr/ports/security/amavisd-new.
 *** Error code 1

 Stop in /usr/ports/security/amavisd-new.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade.80571.23 env PORT_UPGRADE=yes make
 ** Fix the problem and try again.
 ** Listing the failed packages (*:skipped / !:failed)
! security/amavisd-new (amavisd-new-2.4.3,1)(checksum
 mismatch)
 ---  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed


The checksum mismatch reflect that your ports tree is outdated. The
distfile was rerolled, and the PORTREVISION bumped. Please update your
ports tree and try again. The current working amavisd-new version in the
ports tree is 2.4.3_1,1.



i always update my ports tree everyday using cvsup, all the other ports gets
updated except amavisd-new, is there another way to resolve this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading amavisd-new port fails

2006-10-05 Thread jan gestre

On 10/6/06, jan gestre [EMAIL PROTECTED] wrote:




On 10/6/06, Gábor Kövesdán [EMAIL PROTECTED] wrote:

 jan gestre wrote:
  On 10/4/06, Gábor Kövesdán [EMAIL PROTECTED] wrote:
 
  jan gestre wrote:
   hi guys,
  
  
   i tried upgrading the amavisd-new port via portmanager and
   portupgrade, both
   methods failed, i had a similar problem before but i forgot how did
 i
   fix it
   :(  is there a problem with the amavisd-new port?
  
   TIA
  Hi,
 
  could you concretize a bit, please? What kind of error do you get?
 Could
  you attach the output?
 
  this is the error during portupgrade:
 
  Stop in /usr/ports/security/amavisd-new.
  *** Error code 1
 
  Stop in /usr/ports/security/amavisd-new.
  ** Command failed [exit code 1]: /usr/bin/script -qa
  /tmp/portupgrade.80571.23 env PORT_UPGRADE=yes make
  ** Fix the problem and try again.
  ** Listing the failed packages (*:skipped / !:failed)
 ! security/amavisd-new (amavisd-new-2.4.3,1)(checksum
  mismatch)
  ---  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed
 
 
 The checksum mismatch reflect that your ports tree is outdated. The
 distfile was rerolled, and the PORTREVISION bumped. Please update your
 ports tree and try again. The current working amavisd-new version in the
 ports tree is 2.4.3_1,1.


i always update my ports tree everyday using cvsup, all the other ports
gets updated except amavisd-new, is there another way to resolve this?



i also tried this:

# make deinstall
# make reinstall --- this one failed :(

now i don't have amavis :(
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading amavisd-new port fails

2006-10-05 Thread jan gestre

On 10/6/06, jan gestre [EMAIL PROTECTED] wrote:




On 10/6/06, jan gestre [EMAIL PROTECTED] wrote:



 On 10/6/06, Gábor Kövesdán  [EMAIL PROTECTED] wrote:
 
  jan gestre wrote:
   On 10/4/06, Gábor Kövesdán [EMAIL PROTECTED] wrote:
  
   jan gestre wrote:
hi guys,
   
   
i tried upgrading the amavisd-new port via portmanager and
portupgrade, both
methods failed, i had a similar problem before but i forgot how
  did i
fix it
:(  is there a problem with the amavisd-new port?
   
TIA
   Hi,
  
   could you concretize a bit, please? What kind of error do you get?
  Could
   you attach the output?
  
   this is the error during portupgrade:
  
   Stop in /usr/ports/security/amavisd-new.
   *** Error code 1
  
   Stop in /usr/ports/security/amavisd-new.
   ** Command failed [exit code 1]: /usr/bin/script -qa
   /tmp/portupgrade.80571.23 env PORT_UPGRADE=yes make
   ** Fix the problem and try again.
   ** Listing the failed packages (*:skipped / !:failed)
  ! security/amavisd-new (amavisd-new-2.4.3,1)(checksum
   mismatch)
   ---  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed
  
  
  The checksum mismatch reflect that your ports tree is outdated. The
  distfile was rerolled, and the PORTREVISION bumped. Please update your
  ports tree and try again. The current working amavisd-new version in
  the
  ports tree is 2.4.3_1,1.
 
 
 i always update my ports tree everyday using cvsup, all the other ports
 gets updated except amavisd-new, is there another way to resolve this?


i also tried this:

# make deinstall
# make reinstall --- this one failed :(

now i don't have amavis :(



finally! i found a solution :D it seems that there is a checksum mismatch as
you've mentioned so i tried to change the md5sum in the distinfo but this
also failed, so i downloaded
amavisd-new-2.4.3.tar.gzhttp://www.ijs.si/software/amavisd/amavisd-new-2.4.3.tar.gzand
copied it to /usr/ports/distfiles and i did a make reinstall, whoala
it's working already :D
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading amavisd-new port fails

2006-10-04 Thread Gábor Kövesdán

jan gestre wrote:

hi guys,


i tried upgrading the amavisd-new port via portmanager and 
portupgrade, both
methods failed, i had a similar problem before but i forgot how did i 
fix it

:(  is there a problem with the amavisd-new port?

TIA

Hi,

could you concretize a bit, please? What kind of error do you get? Could 
you attach the output?


--
Cheers,

Gabor

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


Re: upgrading amavisd-new port fails

2006-10-04 Thread jan gestre

On 10/4/06, Gábor Kövesdán [EMAIL PROTECTED] wrote:


jan gestre wrote:
 hi guys,


 i tried upgrading the amavisd-new port via portmanager and
 portupgrade, both
 methods failed, i had a similar problem before but i forgot how did i
 fix it
 :(  is there a problem with the amavisd-new port?

 TIA
Hi,

could you concretize a bit, please? What kind of error do you get? Could
you attach the output?

this is the error during portupgrade:


Stop in /usr/ports/security/amavisd-new.
*** Error code 1

Stop in /usr/ports/security/amavisd-new.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.80571.23 env PORT_UPGRADE=yes make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
   ! security/amavisd-new (amavisd-new-2.4.3,1)(checksum mismatch)
---  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed


while below is the message using portmanager:

skipping amavisd-new-2.4.3,1 /security/amavisd-new marked IGNORE reason:
failed during make

portmanager 0.4.1_6 INFO: finished with some ports not updated  if --log was
used see /var/log/portmanager.log

output of /var/log/portmanager.log:

Thu Aug  3 08:49:40 2006
amavisd-new-2.4.2_2,1   /security/amavisd-new
   built with OLD dependency   p5-Archive-Tar-1.29
/archivers/p5-Archive-Tar

Thu Aug  3 08:52:38 2006
portmanager 0.4.1_6
   ports are up to
date


Thu Aug  3 08:52:38 2006
end of log
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


upgrading amavisd-new port fails

2006-10-03 Thread jan gestre

hi guys,


i tried upgrading the amavisd-new port via portmanager and portupgrade, both
methods failed, i had a similar problem before but i forgot how did i fix it
:(  is there a problem with the amavisd-new port?

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


A new port?

2005-05-12 Thread Xian
I recently found this on the net while working on a project: 
http://www.ctie.monash.edu.au/SocketCC/

I have found the little of it I have managed to use very usefull. Just 
wondering if other people think it is worth making a port out of, and if so 
what it would involve?
-- 
/Xian

The only real valuable thing is intuition.
Albert Einstein
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New Port PR not listed

2005-02-01 Thread Matthew Seaman
On Sat, Jan 29, 2005 at 10:44:54PM -0800, Loren M. Lang wrote:
 A week ago I used send-pr to send in a new port for a package called
 cinelerra I just ported to FreeBSD.  I was looking at the pr summary
 page on the FreeBSD site and couldn't find my pr.  Does this mean that
 there could of been a problem with my pr getting sent or just that no
 one has taken a look at it and officially posted it yet?

No.  It probably means that the FreeBSD mail server has rejected your
e-mail as part of it's anti-spam settings.  It's very strict about
accepting only absolutely correctly addressed e-mails.  If the e-mail
isn't up to scratch, it will be silently dropped into /dev/null.

One thing that will often trip you up when using send-pr(1) is having
sendmail(8) correctly set up on the local machine -- most mail
programs such as Thunderbird will speak directly to your ISPs smart
mail host and will fill in the correct e-mail addresses for you.  One
thing that will cause your e-mail to be instantly rejected is if it is
sent using an unreachable 'From' address.  You can fill in the correct
address in the send-pr(1) editing screen, but it's easier in the long
run to configure sendmail to insert appropriate addresses
automatically.

The 'MASQUERADE' features of sendmail are generally what you need to
do that, although there are other mechanisms available.  Look for the
documentation in /usr/share/sendmail/cf/README on:

MASQUERADE_AS(`example.com')
FEATURE(`masquerade_envelope')

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   8 Dane Court Manor
  School Rd
PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone
Tel: +44 1304 617253  Kent, CT14 0JL UK


pgpcTdEcKORk0.pgp
Description: PGP signature


New Port PR not listed

2005-01-29 Thread Loren M. Lang
A week ago I used send-pr to send in a new port for a package called
cinelerra I just ported to FreeBSD.  I was looking at the pr summary
page on the FreeBSD site and couldn't find my pr.  Does this mean that
there could of been a problem with my pr getting sent or just that no
one has taken a look at it and officially posted it yet?

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]