LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-03-2011, 07:18 AM   #1
FutileFreedom
LQ Newbie
 
Registered: May 2011
Distribution: Ubuntu Server 11.04
Posts: 2

Rep: Reputation: 0
[ISPCOnfig 3, Ubuntu 11.04] Postfix user doesn't exist.


I added my base user with my password and got it all setup in Thunderbird and I found out I can't receive E-mail. It all worked before I accidentally screwed up a couple things. That's a different story.

Mail error log in ISP Config:

Code:
May 1 23:02:43 wikiop imapd: joe@wikiop.in: No such file or directory
May 1 23:03:17 wikiop imapd: last message repeated 2 times
May 1 23:04:19 wikiop imapd: last message repeated 4 times
May 1 23:05:22 wikiop imapd: last message repeated 7 times
Response from Mail Account:

Code:
This is the mail system at host wikiop.in.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<joe@wikiop.in>: unknown user: "joe"



Reporting-MTA: dns; wikiop.in
X-Postfix-Queue-ID: 60EA0421170
X-Postfix-Sender: rfc822; My E-mail would be here. :]
Arrival-Date: Mon,  2 May 2011 00:04:37 -0400 (EDT)

Final-Recipient: rfc822; joe@wikiop.in
Original-Recipient: rfc822;joe@wikiop.in
Action: failed
Status: 5.1.1
Diagnostic-Code: X-Postfix; unknown user: "joe"
Dig results:

Code:
shadowmage@wikiop:~$ dig mx wikiop.in

; <<>> DiG 9.7.3 <<>> mx wikiop.in
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51502
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;wikiop.in.                     IN      MX

;; ANSWER SECTION:
wikiop.in.              28800   IN      MX      10 wikiop.in.

;; Query time: 97 msec
;; SERVER: 68.87.64.150#53(68.87.64.150)
;; WHEN: Mon May  2 01:41:01 2011
;; MSG SIZE  rcvd: 43
MX Results from mxtoolbox.
http://www.mxtoolbox.com/SuperTool.a...mx%3awikiop.in

Here's postconf:
Code:
shadowmage@server:~$ postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
body_checks = regexp:/etc/postfix/body_checks
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = amavis:[127.0.0.1]:10024
header_checks = regexp:/etc/postfix/header_checks
html_directory = /usr/share/doc/postfix/html
inet_interfaces = all
mailbox_size_limit = 0
message_size_limit = 0
mime_header_checks = regexp:/etc/postfix/mime_header_checks
mydestination = wikiop.in, localhost, localhost.localdomain
myhostname = mail.wikiop.in
mynetworks = 127.0.0.0/8 [::1]/128
myorigin = /etc/mailname
nested_header_checks = regexp:/etc/postfix/nested_header_checks
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
readme_directory = /usr/share/doc/postfix
receive_override_options = no_address_mappings
recipient_delimiter = +
relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
relay_recipient_maps = mysql:/etc/postfix/mysql-virtual_relayrecipientmaps.cf
relayhost =
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/vmail
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_transport = maildrop
virtual_uid_maps = static:5000
Hostname output:
Code:
root@server:/etc/postfix# hostname
wikiop.in
root@server:/etc/postfix# hostname -f
wikiop.in
/etc/mailname contains:
Code:
mail.wikiop.in

Last edited by FutileFreedom; 05-03-2011 at 09:52 AM.
 
Old 05-03-2011, 11:29 AM   #2
FutileFreedom
LQ Newbie
 
Registered: May 2011
Distribution: Ubuntu Server 11.04
Posts: 2

Original Poster
Rep: Reputation: 0
Sorry for double posting just thought I would mention I fixed it.

By removing my domain from mydestination the problem was remedied and E-mail works like a charm.

Last edited by FutileFreedom; 05-03-2011 at 12:07 PM. Reason: Typo
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
User root doesn't exist message while runing smbldap-populate allanwiese Linux - Server 9 02-01-2011 12:57 PM
PostFix + ISPConfig mail return "unknown user" or "no such user here" Jacky444 Linux - Server 1 02-10-2010 04:21 PM
Postfix to forward to Exchange if the user account does not exist dafyre Linux - Server 2 12-10-2007 09:00 PM
warning:user mock build doesn't exist-using root ??? IndianMaverick Fedora 1 09-30-2006 07:13 AM
User Doesn't Exist: dovecot kcasarez Linux - Software 2 09-06-2005 09:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 04:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration