Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Documentation, Tips & Tricks
  • Search

Email System For The Home Network - Version 2.1

Unofficial documentation for various parts of Gentoo Linux. Note: This is not a support forum.
Post Reply
Advanced search
667 posts
  • Page 7 of 27
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 27
  • Next
Author
Message
Proteus
Guru
Guru
User avatar
Posts: 346
Joined: Sun Jul 14, 2002 12:43 pm
Location: Hamburg, Germany

  • Quote

Post by Proteus » Mon Jul 07, 2003 5:08 pm

Here is my output when I telnet into the server and EHLO it:
telnet 192.168.0.10 25
Trying 192.168.0.10...
Connected to 192.168.0.10.
Escape character is '^]'.
220 helios.liquid.net ESMTP Postfix
EHLO helios.liquid.net
250-helios.liquid.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-XVERP
250 8BITMIME
I don't see a difference though...
Greetings,
Proteus
Top
tekM
n00b
n00b
Posts: 29
Joined: Wed Jun 25, 2003 6:48 pm
Location: Tucson, AZ

sasl woes

  • Quote

Post by tekM » Mon Jul 07, 2003 5:33 pm

Ok, here is where Im at now. Ive disabled TLS altogther for the moment to work my sasl problems. From a remote site with Kmail config'd to use smtp auth, Ive got encryption set to none and plain. Here is what I get:

Sending failed:
One of the recipients was not accepted.
The server responded: "<my@email.com>: Recipient address rejected: Relay access denied "

Here is my current main.cf:

command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
inet_interfaces = $myhostname, localhost
mydestination = $myhostname, localhost.$mydomain, $mydomain
alias_maps = hash:/etc/mail/aliases
alias_database = hash:/etc/mail/aliases
home_mailbox = .maildir/
relay_domains = $mydestination
mynetworks = 192.168.2.0/24,127.0.0.0/8

#smtpd_use_tls = yes
#smtpd_tls_auth_only = yes
#smtpd_tls_key_file = /etc/postfix/ssl/newreq.pem
#smtpd_tls_cert_file = /etc/postfix/ssl/newcert.pem
#smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
#smtpd_tls_loglevel = 3
#smtpd_tls_received_header = yes
#smtpd_tls_session_cache_timeout = 3600s
#tls_random_source = dev:/dev/urandom

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_relay_domains
>tek<
Top
Proteus
Guru
Guru
User avatar
Posts: 346
Joined: Sun Jul 14, 2002 12:43 pm
Location: Hamburg, Germany

  • Quote

Post by Proteus » Mon Jul 07, 2003 6:03 pm

This is my main.cf:
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
inet_interfaces = $myhostname, localhost
mydestination = $myhostname, localhost.$mydomain
unknown_local_recipient_reject_code = 550
mynetworks = 192.168.0.0/24,127.0.0.1/8
relay_domains = $mydestination
alias_maps = hash:/etc/mail/aliases
alias_database = hash:/etc/mail/aliases
home_mailbox = .maildir/

local_destination_concurrency_limit = 2
default_destination_concurrency_limit = 10
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
manpage_directory = /usr/share/man
sample_directory = /etc/postfix/sample
readme_directory = /usr/share/doc/postfix-2.0.9

smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/saslpass
smtp_sasl_security_options =

smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
check_relay_domains
smtpd_use_tls=yes
smtpd_tls_auth_only = yes
smtpd_tls_key_file = /etc/postfix/newreq.pem
smtpd_tls_cert_file = /etc/postfix/newcert.pem
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_loglevel = 3
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
Greetings,
Proteus
Top
Bangz
Tux's lil' helper
Tux's lil' helper
Posts: 148
Joined: Thu Jan 23, 2003 11:49 am
Location: Brisbane/Austrralia

  • Quote

Post by Bangz » Mon Jul 14, 2003 4:08 am

edit.
Last edited by Bangz on Mon Jul 14, 2003 11:31 am, edited 1 time in total.
Top
Bangz
Tux's lil' helper
Tux's lil' helper
Posts: 148
Joined: Thu Jan 23, 2003 11:49 am
Location: Brisbane/Austrralia

  • Quote

Post by Bangz » Mon Jul 14, 2003 4:33 am

edit.
Last edited by Bangz on Mon Jul 14, 2003 11:31 am, edited 1 time in total.
Top
Bangz
Tux's lil' helper
Tux's lil' helper
Posts: 148
Joined: Thu Jan 23, 2003 11:49 am
Location: Brisbane/Austrralia

  • Quote

Post by Bangz » Mon Jul 14, 2003 11:30 am

Is it possible to extend the current guide (or tell me how) to actually make the server a fully fledged mail server?

It's working awesome at the moment, the local server is d'l the messages without a problem, the workstations d'l the email from the local server and they also send through the local server, which then forwards it to my ISP.

How can I extend this to make my local server an actually mail server which can by itself accept emails for the local box?
Top
Proteus
Guru
Guru
User avatar
Posts: 346
Joined: Sun Jul 14, 2002 12:43 pm
Location: Hamburg, Germany

  • Quote

Post by Proteus » Tue Jul 15, 2003 4:06 pm

I would assume (someone has previously stated such behaviour in this thread) that the server is already capable of receiving mail by itself. All you need is a valid MX-DNS-record. Some dyn-ip services offer it, I believe.

I am not sure how one can change the server's behaviour to not use you isp's smtp server, however.

I, too, would like to know a lot more about postfix as a full-fledged mail server. But tutorials/docu for that stuff is either hard to find or hard to understand or both...
Greetings,
Proteus
Top
Bangz
Tux's lil' helper
Tux's lil' helper
Posts: 148
Joined: Thu Jan 23, 2003 11:49 am
Location: Brisbane/Austrralia

  • Quote

Post by Bangz » Thu Jul 17, 2003 7:29 am

I got it working as a "fully fledged Mail server".

Today I spent time configuring my DNS and getting it going. Setup my MX record and everything in BIND, then I tried to send an email to myself (bangers@mail.home.threeten.com) and it was rejected. "recipient is myself" error.

So I added mail.home.threeten.com into mydestination variable in main.cf, and it has worked fine!

Cheers
Top
Proteus
Guru
Guru
User avatar
Posts: 346
Joined: Sun Jul 14, 2002 12:43 pm
Location: Hamburg, Germany

  • Quote

Post by Proteus » Thu Jul 17, 2003 9:42 am

Great that you made it working!
Greetings,
Proteus
Top
DanWSB
n00b
n00b
Posts: 24
Joined: Mon Jul 15, 2002 9:58 pm
Contact:
Contact DanWSB
Website

  • Quote

Post by DanWSB » Fri Jul 25, 2003 4:35 am

This is almost working perfectly for me, bravo! My only problem comes when I try to access my IMAP server via Outlook Express. I get the following error:
"PLAIN authentication failed. None of the authentication methods supported by your IMAP server (if any) are supported on this computer." -- yet Thunderbird under Win works fine.

So I'm unsure as to where I'm going wrong. Could someone point me in the right directoin?
Top
glamdringlfo
n00b
n00b
User avatar
Posts: 15
Joined: Wed Jul 30, 2003 2:51 pm
Location: Grand Rapids, MI
Contact:
Contact glamdringlfo
Website

  • Quote

Post by glamdringlfo » Fri Aug 01, 2003 6:43 pm

Dudes, excellent guides, one and all.

Beowulf:

The main guide was very helpful. It took me several tries to get things goin, and I'm still trying to make sure that fetchmail and procmail are doing what I want. But the squirrelmail part went up without a hitch, as did the courier-imap part, and the postfix (I had tried several times in the past to get postfix going, to no avail).

Chris:

I have high hopes for the bogomail thing...it looks like it works, I just haven't received any spam to check it with yet!

Proteus:

Same to you. Everything appears to be working fine, it's just a matter of time before I train all the spamfilters (and I get tons of SPAM, so that shouldn't take too long.

-----
A few suggestions:

It might be worth while to spend some time constructing different examples for the main guide. I found myself scratching my head several times to figure out which username I should use for which setting (since mine are all different, and yours are all the same), but eventually I think I got it figured out.

I had one or two more, but my brain is mush, so I'll post them later if I think of them.

Still, it is an excellent guide, and following it very carefully, works fine for me (like I said, I think I broke procmail and fetchmail, but I can't think too hard right now so I'll have at it again later, and post the results).

I'm still trying to get mail sending to work, but I'm in a somewhat different situation.

My workstation connects to the net through a router box running slackware (my goal is to replicate this setup on that box as soon as I can figure out how), so I naturally did everything on my gentoo box, but that made some things weird, what with the hostname config and all. I think I've got that ironed out, once I made sure to forward the appropriate ports through the firewall to my box.

The only flaw in my setup now is that I have to use Windows XP several times a week to work with high-powered (and high cost) audio apps for which I haven't found Linux equivalents. I want to be careful that I don't get important mail stranded between OSes, so if I can get the imap thing w/ fetchmail going on the router box (so I can access it in either linux or windows, or from any outside host (eg at work)) I will be a *VERY* happy camper.

But this guide will be indispensible in that venture, I think, because of the excellent configuration file walk throughs.

Once again, thank you.

Skal!
Glamdringlfo
Top
glamdringlfo
n00b
n00b
User avatar
Posts: 15
Joined: Wed Jul 30, 2003 2:51 pm
Location: Grand Rapids, MI
Contact:
Contact glamdringlfo
Website

  • Quote

Post by glamdringlfo » Fri Aug 01, 2003 8:05 pm

OK, so I feel pretty dumb.
The reason that procmail/fetchmail wasn't working was that I had a type on my .procmailrc.

Oh yeah, and I forgot to turn on cron.

Anyway, the receiving seems to be going good now, and I'm training the filters, so they should start kicking in (they add their tags to the message headers, they just don't know about spam yet) soon.

Now it's just the outgoing mail (and hopefully, after that, receiving mail locally from outside). Hopefully it'll be as simple and stupid as the above, but not likely. We'll see.

Good luck.

Skal!
Glamdringlfo
Top
puddpunk
l33t
l33t
User avatar
Posts: 680
Joined: Sat Jul 20, 2002 11:07 pm
Location: New Zealand

  • Quote

Post by puddpunk » Tue Sep 02, 2003 11:57 am

Hey man,

Thanks for posting here, and those suggestions I'm sure won't have fallen on deaf ears *pokes beowulf*.

Personally, I've used this guide to install 4 actual mailservers (i.e. central servers) for households with 4 and greater people. Great work!
Top
-leliel-
Apprentice
Apprentice
Posts: 294
Joined: Sat May 03, 2003 6:51 pm
Location: Germany

  • Quote

Post by -leliel- » Fri Sep 05, 2003 2:48 pm

Hi,

all works fine since a lot of time working on the mailserver ... instead of sending mails. :(

Mails will be send fine, but not bounced through my internet smtp server. :(

This is a spamassassin-header from my own mails sent to myself:
X-Spam-Status: No, hits=2.7 required=7.5
tests=AWL,RCVD_IN_NJABL,RCVD_IN_OSIRUSOFT_COM,
USER_AGENT_ENTOURAGE,X_OSIRU_OPEN_RELAY
version=2.55
X_OSIRU_OPEN_RELAY (2.9 points) RBL: DNSBL: sender is Confirmed Open Relay
RCVD_IN_NJABL (0.9 points) RBL: Received via a relay in dnsbl.njabl.org
[RBL check: found 14.203.224.217.dnsbl.njabl.org., type: 127.0.0.3]
RCVD_IN_OSIRUSOFT_COM (0.6 points) RBL: Received via a relay in relays.osirusoft.com
[RBL check: found 102.168.160.217.relays.osirusoft.com.]

My internet smtp server is a trusted mailserver, not an openrelay, so the openrelay must be my own local mailserver. What's wrong??

this is very urgent, 'cause some companys don't accept my mails. :(

thanks a lot
Top
dr_strange
Guru
Guru
User avatar
Posts: 480
Joined: Tue Apr 16, 2002 7:19 pm
Location: Cambridge, UK

  • Quote

Post by dr_strange » Sat Sep 13, 2003 5:19 pm

Help me please, all of a sudden my IMAP server does not recognize my system username and/or password. AFAIK I have not changed any conf files or anything. I have tried to restart courier-imap-ssl and authdaemond, to no avail. What can I do?
Top
Weejoker
n00b
n00b
User avatar
Posts: 69
Joined: Wed Sep 11, 2002 9:19 pm
Location: Scotsman in England

  • Quote

Post by Weejoker » Sat Sep 20, 2003 4:44 pm

Hi,

I'm having a few problems with stage 3.3:

Code: Select all

weejoker root # echo "pwcheck_method: sasldb" > /usr/lib/sasl2/smtpd.conf 
weejoker root # cat /usr/lib/sasl2/smtpd.conf 
pwcheck_method: sasldb
weejoker root # rm /etc/sasl2/sasldb2
weejoker root # saslpasswd2 -c -u localnet -a smtpauth weejoker
Password: 
Again (for verification): 
weejoker root # /usr/sbin/sasldblistusers2 
weejoker@localnet: userPassword
As you can see I'm missing the first line when compared to beowulfs guide:

Code: Select all

root@server # /usr/sbin/sasldblistusers
beowulf@beowulf.bounceme.net: cmusaslsecretOTP
beowulf@beowulf.bounceme.net: userPassword
Can anyone point me in the correct direction as how to solve this problem?

Cheers,
John
Top
peje
Tux's lil' helper
Tux's lil' helper
Posts: 100
Joined: Sat Jan 11, 2003 10:23 pm

troubles with bogotrainer

  • Quote

Post by peje » Sat Sep 20, 2003 7:19 pm

First tanx for this howto. I can't get bogofilter to work.
When I want to run bogotrainer I just get:

bash-2.05b# su peje
bash-2.05b$ ~/bin/bogotrainer
File "/home/peje/bin/bogotrainer", line 15
if dir[len(maildir):len(maildir) + 5] == ".Spam":
^
IndentationError: expected an indented block
bash-2.05b$

Any hints?
Top
jhboricua
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 113
Joined: Tue May 07, 2002 3:04 pm
Contact:
Contact jhboricua
Website

  • Quote

Post by jhboricua » Sun Sep 21, 2003 5:16 pm

Guys, I'm not perfectly clear on this after reading all the thread so I'll ask.

I have my own domain and I don't want to relay to my ISP's smtp server but to send it directly from my box. I still want to be able to authenticate from outside my network. How does that affects steps 3.2, 3.3 and 3.4?
Top
EugeneTSWong
n00b
n00b
Posts: 45
Joined: Thu Sep 18, 2003 3:47 pm

Thanks.

  • Quote

Post by EugeneTSWong » Mon Sep 22, 2003 8:18 pm

Thanks for the documentation. I must admit, that I haven't tried it yet, & I did find much of this very confusing, but we'll have to see how it works.

I suggest that some people go through the entire thread, & edit out any redundant material. I find that it is very difficult to read through 7 pages.
Top
numerodix
l33t
l33t
User avatar
Posts: 743
Joined: Thu Jul 18, 2002 3:39 pm
Location: nl.eu

  • Quote

Post by numerodix » Mon Sep 22, 2003 9:19 pm

Brilliant guide!!

I managed to get some basic functionality working, I can connect to imaps, I can send mail through postfix unencrypted. But I can't get the TLS to work. At first the logs indicated there was something wrong with my certificates, I made sure all the entries were present (country, location etc), now that messages doesn't come up anymore. Instead I get this:

Code: Select all

Sep 22 22:56:12 [postfix/smtpd] starting TLS engine
Sep 22 22:56:12 [postfix/smtpd] connect from unknown[10.0.0.9]
Sep 22 22:56:12 [postfix/smtpd] disconnect from unknown[10.0.0.9]
It's a home network and I'm doing this throught the root account on the server. I've never tried ssl with smtp before so I assumed all I had to do was check for "use ssl" in Outlook Express and send. I also have Norton running, which I tried turning off, but I keep getting this message:

Code: Select all

The connection to the server has failed. Account: 'account-name', Server: '10.x.x.x', Protocol: SMTP, Port: 25, Secure(SSL): Yes, Socket Error: 10061, Error Number: 0x800CCC0E
[EDIT: ] { Still no luck with Outlook Express and Evolution but I did get smtp with ssl working in Kmail. In the account prefs, I click for "check what server supports" and I get tls and digest-md5 checked in the box. With those settings I can send mail. Evidently something does work afterall, I just wonder what I need to get it working in other mail clients. Incidentally, I don't like kmail.. :)}

[EDIT 2: ] {Wohoo, using "check for supported types" in Evolution, I managed to get it working, with ssl and digest-md5, as above. The only problem is that sending a message takes half an hour, while in kmail it takes an instant.}


Another thing is that the mail sent never goes through my ISP, I assume it should show in the mail header and it's not there. I'm unsure if there's an MX entry on the domain, which is dyndns.org supplied. I did define an ISP smpt as instructed.


Q. How do I get mail sent to be stored in the sent folder? Here it just seems to disappear.
Last edited by numerodix on Tue Sep 23, 2003 11:56 am, edited 4 times in total.
undvd - ripping dvds should be as simple as unzip
Top
dagarath
n00b
n00b
User avatar
Posts: 2
Joined: Tue Sep 23, 2003 5:10 am

use fetchmail to split a multidrop box

  • Quote

Post by dagarath » Tue Sep 23, 2003 5:53 am

puddpunk wrote:Just one thing, I pull mail from a mailbox on my ISP (I'll have some examples later), the mailbox has 4 alias's pointing to it, so I want to split what i download from that mailbox into 4 different accounts (all have accounts on the linux server).

i.e. I have 4 linux users (with home dirs etc...) chris, russell, sue and steve. I have a main account, e.g. mainmail@isp.com. But my ISP has set it up so chris.rs@isp.com, russell.rs@isp.com, sue.rs@isp.com, steve.rs@isp.com gets dumped into mainmail@isp.com which I can download over POP3.

How can I configure procmail to split those 4 email addresses into 4 different mailboxes on the linux server?
It's much easier to use fetchmail to split this multidrop box out to the seperate users. You should read the fetchmail man page on multidrop boxes.

Code: Select all

set postmaster chris
poll isp.com:
    user mainmail with pass 123456 to 'steve.rs'='steve' 'chris.rs'='chris' 'sue.rs'='sue' 'russell.rs'='russell' here
You should be cautious with this setup in general because some messages may not have the appropriate headers to determine the recepient address. Read the fetchmail man, it explains the dangers. Usually bcc: mail will be difficult to split. These messages will default to the postmaster user you have defined... that user can then setup procmail rules to redirect email to the correct person

Code: Select all

:0
* ^Delivered to: steve.rs@isp.com
! steve
Top
dagarath
n00b
n00b
User avatar
Posts: 2
Joined: Tue Sep 23, 2003 5:10 am

matching local user names with isp email names

  • Quote

Post by dagarath » Tue Sep 23, 2003 6:29 am

The tip that seems to be missing from this configuration guide for a home email server is how to sync your local system names with the email address your isp provides. There are many occasions where you may want to use a different account name on your local server than the email name your isp uses. You can configure this in the email client settings... but that may require configuring several user applications. There's a simple config change you can make to postfix.

http://www.postfix.org/rewrite.html
Reference the Canonical address mapping

an entry like
localuser@localdomain luser@isp.com

for each of your home users, will automatically rewrite the outgoing addresses. Other MTA's like sendmail and exim also support this feature, although the setup is different.
Top
dstutz97
Tux's lil' helper
Tux's lil' helper
Posts: 80
Joined: Mon Apr 14, 2003 3:38 am

  • Quote

Post by dstutz97 » Fri Sep 26, 2003 11:31 pm

I have the same problem as Weejoker:
in my postfix logs:

Code: Select all

Sep 26 18:20:08 erma postfix/smtpd[2706]: warning: SASL authentication failure: no secret in database
Here's me adding user to sasldb:

Code: Select all

erma root # rm /etc/sasl2/sasldb2
erma root # saslpasswd2 -c -u dstutz.com -a smtpauth dstutz
Password:
Again (for verification):
erma root # /usr/sbin/sasldblistusers2
dstutz@dstutz.com: userPassword
Which...is missing the "secret" entry from Beowulf's example:

Code: Select all

root@server # /usr/sbin/sasldblistusers
beowulf@beowulf.bounceme.net: cmusaslsecretOTP
beowulf@beowulf.bounceme.net: userPassword
How do I get a that cmusaslsecretOTP entry???

Thanks
Dave
Top
daha
n00b
n00b
User avatar
Posts: 62
Joined: Sat Aug 23, 2003 7:50 pm
Location: Helsinki/EU

  • Quote

Post by daha » Sat Sep 27, 2003 12:55 am

great doc, thanks
Top
dstutz97
Tux's lil' helper
Tux's lil' helper
Posts: 80
Joined: Mon Apr 14, 2003 3:38 am

  • Quote

Post by dstutz97 » Sat Sep 27, 2003 5:14 am

Well...it's been a long day. I got sasl to work, but it was completely by accident. The guide here wasn't getting me completely up and running so I went googling and found this more detailed guide http://postfix.state-of-mind.de/patrick ... index.html. I left all the stuff installed like beowulf instructed, but basically started following the instructions for configs from this other howto. I stopped getting "no secret in database" errors and progressed on to getting

Code: Select all

Sep 27 00:49:21 erma postfix/smtpd[2519]: warning: SASL authentication problem: unknown password verifier
I was getting the same message using saslauthd or sasldb. I then kinda gave up and on a whim changed my sasl auth method to PAM:

Code: Select all

erma root # cat /etc/sasl2/smtpd.conf
pwcheck_method: PAM

Magically it started working for me. (I knew it was working because I removed my local lan from the relay config). I logged into the work vpn for the hell of it and tried it from there and it worked as well. My other roomate uses outlook 2002 and I wouldn't mind getting it working for him (outlook doesn't support CRAM-MD5 auth method like mozilla does). If anyone has any suggestions for fixing the "unknown password identifier" I would appreiciate it.

Dave
Top
Post Reply

667 posts
  • Page 7 of 27
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 27
  • Next

Return to “Documentation, Tips & Tricks”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy