Hello,

I'm trying to setup a personal mail server with postfix. I'm trying to use
postfix virtual users method..

I'm not able to get the mail delivered... I looked through the
documentation.. not able to find the issue..

Can some one please help?...

Thanks in advance
Vijay Rajah


Here is my (sanitized config)
# postconf -n
command_directory = /mail/postfix/sbin
config_directory = /etc/postfix
daemon_directory = /mail/postfix/libexec
data_directory = /mail/postfix/var/lib
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd
$daemon_directory/$process_name $process_id & sleep 5
html_directory = no
inet_protocols = ipv4
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /mail/postfix/man
mydestination = localhost, localhost.localdomain, $myorigin
myhostname = vrajah-1.mydomain.tld
mynetworks = 127.0.0.0/8
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases
queue_directory = /mail/postfix/var/spool
readme_directory = no
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
virtual_alias_domains =
virtual_alias_maps = hash:/mail/postfix/etc/virtual_alias_maps
virtual_gid_maps = static:5000
virtual_mailbox_base = /mail/mailbox/vmail
virtual_mailbox_domains = /mail/postfix/etc/virtual_domains
virtual_mailbox_maps = hash:/mail/postfix/etc/virtual_mailbox_maps
virtual_minimum_uid = 1000
virtual_transport = virtual
virtual_uid_maps = static:5000



# cat virtual_domains
mydomain.tld

# cat virtual_alias_maps
m...@mydomain.tld me
vi...@mydomain.tld vijay


# cat virtual_mailbox_maps
####/mail/postfix/etc/virtual_mailbox_maps
m...@mydomain.tld    mydomain/me
vi...@mydomain.tld mydomain/vijay


When i try to send an email (using telnet from local machine for testing)
to m...@mydomain.tld.. i get this error in maillog



Dec 24 23:01:03 vrajah-1 postfix/cleanup[9612]: 3185A12A302A1:
message-id=<20121224173100.3185a12a30...@vrajah-vps-1.mydomain.tld>
Dec 24 23:01:03 vrajah-1 postfix/qmgr[9605]: 3185A12A302A1: from=<a...@b.com>,
size=322, nrcpt=1 (queue active)
Dec 24 23:01:03 vrajah-1 postfix/local[9617]: 3185A12A302A1:
to=<m...@vrajah-1.mydomain.tld>, orig_to=<m...@mydomain.tld>, relay=local,
delay=16, delays=16/0/0/0, dsn=5.1.1, status=bounced (unknown user: "me")
Dec 24 23:01:03 vrajah-1 postfix/cleanup[9612]: 3D0A412A302AA:
message-id=<20121224173103.3d0a412a30...@vrajah-1.mydomain.tld>
Dec 24 23:01:03 vrajah-1 postfix/bounce[9618]: 3185A12A302A1: sender
non-delivery notification: 3D0A412A302AA

Reply via email to