New emails are created like this
Code: Select all
-rw------- 1 200 nofiles 1802 Oct 23 10:17 1256285849.V802I4fef3M331433.NewROOT:2,Code: Select all
NewROOT cur # ls -la
total 12
drwxrwxrwx 2 postfix postfix 216 Oct 23 10:17 .
drwxrwxrwx 10 postfix postfix 328 Oct 23 10:17 ..
-rw------- 1 postfix postfix 1851 Oct 23 10:15 1256285709.V802I4fee3M636985.NewROOT:2,
-rw------- 1 200 nofiles 1849 Oct 23 10:17 1256285846.V802I4fef1M94391.NewROOT:2,
-rw------- 1 200 nofiles 1802 Oct 23 10:17 1256285849.V802I4fef3M331433.NewROOT:2,
Code: Select all
NewROOT cur # postconf -n
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
default_privs = nobody
html_directory = /usr/share/doc/postfix-2.5.7/html
inet_interfaces = all
mail_owner = postfix
mailbox_transport = virtual
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
myhostname = mail.europk.se
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.5.7/readme
relayhost = [smtp.bredband.net]
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_helo_restrictions = reject_unknown_helo_hostname
smtpd_recipient_restrictions = reject_non_fqdn_recipient reject_non_fqdn_sender reject_unknown_recipient_domain permit_mynetworks permit_sasl_authenticated check_policy_service inet:127.0.0.1:2501 reject_unauth_destination permit
smtpd_sender_restrictions = reject_unknown_sender_domain
unknown_local_recipient_reject_code = 550
virtual_gid_maps = static:200
virtual_mailbox_base = /var/mail/vhosts
virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailboxes.cf
virtual_minimum_uid = 100
virtual_transport = virtual
virtual_uid_maps = static:200
Thankful for any suggestions or ideas to why postfix are giving them this attributes.

