[ mravko @ 15.04.2008. 16:15 ] @
Dakle ovako. Imam test mashinu na omiljenom distru :D gentoo i domen i rekoh da podignem mail . Najveci problem je sto prilikom kreiranja user-a ne dobijem i maildir tako da mi mail ne stize do odredista. Sto se vidi iz log-a Code: Apr 15 16:51:45 poseidon postfix/local[26330]: warning: maildir access problem for UID/GID=1023/1027: create maildir file /home/admin/.maildir/tmp/1208271105.P26330.poseidon: Permission denied Apr 15 16:51:45 poseidon postfix/local[26330]: warning: perhaps you need to create the maildirs in advance Zasto postfix ne kreira i maildir ? Evo conf-a Code: queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/lib/postfix mail_owner = postfix 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 #html_directory = /usr/share/doc/postfix-2.2.5/html manpage_directory = /usr/share/man sample_directory = /etc/postfix home_mailbox = .maildir/ parameter = value other_parameter = $parameter virtual_alias_maps = hash:/etc/postfix/virtual myorigin = $mydomain mydestination = $mydomain, localhost.$mydomain, $myhostname #mydestination = $myhostname localhost.$mydomain localhost mynetworks = 127.0.0.1, 89.216.97.xxx mynetworks_style = host relay_domains = $mydestination nesto.rs relayhost = notify_classes = resource, software myhostname = poseidon mydomain = nesto.rs smtp_sasl_auth_enable = yes smtp_sasl_type = cyrus smtpd_sasl_security_options = noanonymous smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination broken_sasl_auth_clients = yes smtpd_helo_required = yes evo i mastera Code: smtp inet n - n - - smtpd pickup fifo n - n 60 1 pickup cleanup unix n - n - 0 cleanup qmgr fifo n - n 300 1 qmgr tlsmgr unix - - n 1000? 1 tlsmgr rewrite unix - - n - - trivial-rewrite bounce unix - - n - 0 bounce defer unix - - n - 0 bounce trace unix - - n - 0 bounce verify unix - - n - 1 verify flush unix n - n 1000? 0 flush proxymap unix - - n - - proxymap smtp unix - - n - - smtp relay unix - - n - - smtp -o fallback_relay= showq unix n - n - - showq error unix - - n - - error discard unix - - n - - discard local unix - n n - - local virtual unix - n n - - virtual lmtp unix - - n - - lmtp anvil unix - - n - 1 anvil scache unix - - n - 1 scache maildrop unix - n n - - pipe flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient} old-cyrus unix - n n - - pipe flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user} cyrus unix - n n - - pipe user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user} uucp unix - n n - - pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) ifmail unix - n n - - pipe flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient) bsmtp unix - n n - - pipe flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient smtp-amavis unix - - n - 2 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes 127.0.0.1:10025 inet n - n - 10 smtpd -o content_filter= -o myhostname=nesto.rs -o mydomain=nesto.rs Hvala unapred |