|
Save the teapot fund New CSS web design for Wibble proudly provided by Kelv. Please contact the webmaster with any questions or concerns. |
Wibble > List archives > postfix > 2005
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: dspam/maildrop problem.
postconf -n: alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no body_checks = regexp:/etc/postfix/body_checks command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/lib/postfix default_destination_concurrency_limit = 2 disable_vrfy_command = yes fast_flush_domains = $relay_domains header_checks = regexp:/etc/postfix/header_checks inet_interfaces = all local_destination_concurrency_limit = 2 local_recipient_maps = $alias_maps $virtual_mailbox_maps unix:passwd.byname mail_owner = postfix mailbox_command = /usr/bin/dspam --deliver=innocent --user $USER -d %u mailbox_size_limit = 157286400 message_size_limit = 20480000 mime_header_checks = pcre:/etc/postfix/mime_header_checks.pcre mydestination = $myhostname, localhost.$mydomain, $mydomain, mail.$mydomain, www.$mydomain, ftp.$mydomain, $transport_maps mydomain = rootservices.net myhostname = morpheus.rootservices.net mynetworks = 127.0.0.1/8, 10.0.0.0/8, 69.44.58.44/32 24.131.0.0/17 mynetworks_style = host myorigin = $myhostname owner_request_special = no recipient_delimiter = + setgid_group = postdrop smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) smtpd_client_restrictions = reject_invalid_hostname, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, permit_mynetworks, check_sender_access hash:/etc/postfix/disallow_my_domain, reject_unauth_destination, reject_rbl_client cbl.abuseat.org, reject_rbl_client sbl-xbl.spamhaus.org, reject_rbl_client relays.ordb.org, reject_rbl_client bl.spamcop.net, reject_rbl_client china.blackholes.us, reject_rbl_client wanadoo-fr.blackholes.us, reject_rbl_client nigeria.blackholes.us, permit smtpd_data_restrictions = reject_unauth_pipelining, permit smtpd_error_sleep_time = 0 smtpd_helo_required = yes smtpd_recipient_restrictions = reject_invalid_hostname, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, permit_mynetworks, check_sender_access hash:/etc/postfix/disallow_my_domain, reject_unauth_destination, permit strict_rfc821_envelopes = yes transport_maps = mysql:/etc/postfix/mysql-transport.cf unknown_local_recipient_reject_code = 550 virtual_gid_maps = static:2000 virtual_mailbox_base = /vhost/mail virtual_mailbox_limit = 20480000 virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-maps.cf virtual_transport = dspam virtual_uid_maps = static:2000 and all i get for logs is that it is delivered to maildir Jan 2 16:44:33 morpheus postfix/smtpd[22792]: connect from russian-caravan.cloud9.net[168.100.1.4] Jan 2 16:44:34 morpheus postfix/smtpd[22792]: 0A00C644030: client=russian-caravan.cloud9.net[168.100.1.4] Jan 2 16:44:34 morpheus postfix/cleanup[22835]: 0A00C644030: message-id=<20050102214410.GH11382@xxxxxxxxxxxxxxxx> Jan 2 16:44:34 morpheus postfix/smtpd[22792]: disconnect from russian-caravan.cloud9.net[168.100.1.4] Jan 2 16:44:34 morpheus postfix/qmgr[22773]: 0A00C644030: from=<owner-postfix-users@xxxxxxxxxxx>, size=2735, nrcpt=1 (queue active) Jan 2 16:44:34 morpheus postfix/virtual[22836]: 0A00C644030: to=<jeremy@xxxxxxxxxxxxxxxx>, relay=virtual, delay=0, status=sent (delivered to maildir) Jan 2 16:44:34 morpheus postfix/qmgr[22773]: 0A00C644030: removed <quote who="Magnus Bäck"> > On Sunday, January 02, 2005 at 22:39 CET, > Jeremy May <jeremy@xxxxxxxxxxxxxxxx> wrote: > >> ok here is what i am doing. >> >> confs: >> >> --Main.cf > > Output from "postconf -n" is preferred. > > [...] > >> virtual_transport = :dspam > > What is the colon supposed to mean? > > [...] > >> ok now i set the virtual_transports and yet it still delivers it via >> maildir why? > > If the problem remains after you have removed the colon, show logs. > > -- > Magnus Bäck > magnus@xxxxxxxxxxx >
|