Próbowałem wg pld-builder.new/jak-wysyłać-zlecenia.txt ale to chyba jest b. outdated. Aby mieć sendmail - zainstalowałem ssmtp (konfig poniżej [1]), wygenerowałem domyślny ~/.requestrc i trochę go poprawiłem [2]. Niestety jak odpalam to dostaje: [EMAIL PROTECTED] ~/PLD/pld-builder.new/client]$ ./make-request.sh kernel-net-r1000 Musisz podać hasło aby odbezpieczyć klucz prywatny użytkownika: ,,Mateusz Korniak (PLD linux developer) <[EMAIL PROTECTED]>'' długość 1024 bitów, typ DSA, numer EDCD1F71, stworzony 2007-03-22 gpg: gpg-agent nie jest dostępny w tej sesji sendmail: RCPT TO:<[EMAIL PROTECTED]> (550 Unknown user)
Co zrobić aby poprawić ? Z góry dzięki za odpowiedzi ! [1]: # # /etc/ssmtp.conf -- a config file for sSMTP sendmail. # # The person who gets all mail for userids < 1000 # Make this empty to disable rewriting. root=postmaster # The place where the mail goes. The actual machine name is required # no MX records are consulted. Commonly mailhosts are named mail.domain.com # The example will fit if you are in domain.com and your mailhub is so named. mailhub=ep09.pld-linux.org # Example for SMTP port number 2525 # mailhub=mail.your.domain:2525 # Example for SMTP port number 25 (Standard/RFC) # mailhub=mail.your.domain # Example for SSL encrypted connection # mailhub=mail.your.domain:465 # Where will the mail seem to come from? rewriteDomain=ant.gliwice.pl # The full hostname hostname=ep09.pld-linux.org # Set this to never rewrite the "From:" line (unless not given) and to # use that address in the "from line" of the envelope. #FromLineOverride=YES # Use SSL/TLS to send secure messages to server. #UseTLS=YES # Use SSL/TLS certificate to authenticate against smtp host. #UseTLSCert=YES # Use this RSA certificate. #TLSCert=/etc/ssl/certs/ssmtp.pem [2]: cat ~/.requestrc priority=2 requester=matkor [EMAIL PROTECTED] [EMAIL PROTECTED] ld-linux.org mailer="/usr/sbin/sendmail -t" default_builders="ac-*" # defaults: f_upgrade=no build_mode=test -- Mateusz Kornia _______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
