Ciao a tutti!
Sto cambiando indirizzo mail e sto mettendo su gmail!
Riesco a scaricare le mail con fetchmail tranquillamente, ma non riesco
ad inviarle!
Se invio una mail a smtp.gmail.com postfix mi da questo errore:

Jun  5 20:01:57 sedna postfix/cleanup[4887]: fatal: open database
/etc/postfix/sender_canonical.db: No such file or directory

Jun  5 20:01:58 sedna postfix/master[4880]: warning: process
/usr/lib/postfix/cleanup pid 4887 exit status 1

Jun  5 20:01:58 sedna postfix/master[4880]: warning:
/usr/lib/postfix/cleanup: bad command startup -- throttling

Vi allego il main.cf di postfix. 

Per creare tutte le configurazioni e i file necessari per
l'autenticazione ho usato un howto trovato su google. 

Cosa ho sbagliato?

Grasiasssss!

Ciao

                Bigo!

-- 
Russian Roulette: [ $[$RANDOM % 6] = 0 ] && rm -rf / 

------------------------------------------------------
         Registered Linux User # 365044
            http://dust.homelinux.org
    Please don't send me any Micro$oft attachments!
------------------------------------------------------
# see /usr/share/postfix/main.cf.dist for a commented, fuller
# version of this file.
  
# Do not change these directory settings - they are critical to Postfix
# operation.
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix

mail_owner = postfix
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
biff = no
  
# appending .domain is the MUA's job.
append_dot_mydomain = yes
myhostname = sedna.bigo.lan
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = sedna, sedna.bigo.lan, localhost, localhost.localdomain, 
localhost.bigo.lan
relayhost = smtp.gmail.com 
mynetworks = 127.0.0.0/8, 192.168.1.0/24
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
unknown_local_recipient_reject_code = 450

# gmail option
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl/passwd
smtp_sasl_security_options =
smtp_sasl_tls_security_options =
tls_random_source = dev:/dev/urandom
smtp_tls_scert_verifydepth = 5
smtp_tls_CApath=/etc/ssl/certs
smtp_tls_enforce_peername = no
smtp_tls_per_site = hash:/etc/postfix/tls_users

Rispondere a