Mailman + Postfix - User unknown

Hi all, I'm having some trouble installing mailman (who doesn't?) right now.
I tried everything. I followed EXACTLY what is said on our wiki (https://wiki.archlinux.org/index.php/Mailman) but still it's not working.
Actually the only thing that is not working is 'sending an email to the mailing list'. And this is quite important for a mailing list, I guess.
After spending hours trying, here is my current status:
I created a mailing list called pynochio, with [email protected] as the mailing list address.
Postfix reads my /var/lib/mailman/data/virtual-mailman file and applies the mapping. I'm sure about that because I changed the content of virtual-mailman (and then hashed it using postmap command) and the email postfix was trying to authenticate changed. (so there is no permission issue from this side)
But then postfix concludes that the user doesn't exist. Here are fresh logs from journalctl, just for you:
Mar 20 19:59:53 ks3100290 postfix/qmgr[26527]: 128382077C: from=<[email protected]>, size=1775, nrcpt=2 (queue active)
Mar 20 19:59:53 ks3100290 postfix/trivial-rewrite[26562]: warning: do not list domain too.gy in BOTH mydestination and virtual_mailbox_domains
Mar 20 19:59:53 ks3100290 postfix/trivial-rewrite[26562]: warning: do not list domain too.gy in BOTH mydestination and virtual_mailbox_domains
Mar 20 19:59:53 ks3100290 postfix/virtual[26567]: 128382077C: to=<[email protected]>, relay=virtual, delay=0.74, delays=0.65/0.03/0/0.07, dsn=5.1.1, status=bounced (unknown user: "[email protected]")
Mar 20 19:59:53 ks3100290 postfix/virtual[26567]: 128382077C: to=<[email protected]>, relay=virtual, delay=0.78, delays=0.65/0.03/0/0.1, dsn=2.0.0, status=sent (delivered to maildir)
This warning appears because in the tutorial we are said to put `too.gy` (our domain) in mydestination and because in my postfix database inside the `domain` table, `too.gy` is said to be virtual (transport=virtual). I don't know if it should be that way.
My problem is that I don't really know how postfix and mailman are supposed to communicate. Postfix is supposed to let mailman handle things since [email protected] is a list address but it doesn't.
I read some tutorials (on other distribs) and they are using lists.too.gy domain for their lists address (it seems easier) but it looks like there's a better way to do it and in the archlinux mailman documentation, we are not using such subdomain for our lists. So I want to do it the right, archlinux way.
There is `postfix_to_mailman.py` transport script thing but I read it's a bad practice...
Here is the output of `postconf -n` (which respects the mailman tutorial, once again):
alias_database = $alias_maps
alias_maps = hash:/etc/postfix/aliases, hash:/var/lib/mailman/data/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/bin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
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
local_recipient_maps = $alias_maps
local_transport = virtual
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = localhost, too.gy
mydomain = too.gy
myhostname = mail.too.gy
mynetworks_style = host
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix
recipient_delimiter = +
relay_recipient_maps = hash:/var/lib/mailman/data/virtual-mailman
sample_directory = /etc/postfix/sample
sendmail_path = /usr/bin/sendmail
setgid_group = postdrop
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $mydomain
smtpd_sasl_path = /var/run/dovecot/auth-client
smtpd_sasl_security_options = noanonymous
smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
smtpd_sasl_type = dovecot
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/private/server.crt
smtpd_tls_key_file = /etc/ssl/private/server.key
smtpd_tls_loglevel = 1
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:/etc/postfix/virtual, proxy:mysql:/etc/postfix/virtual_alias_maps.cf, hash:/var/lib/mailman/data/virtual-mailman
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/vmail
virtual_mailbox_domains = proxy:mysql:/etc/postfix/virtual_domains_maps.cf
virtual_mailbox_limit = 512000000
virtual_mailbox_maps = proxy:mysql:/etc/postfix/virtual_mailbox_maps.cf
virtual_minimum_uid = 5000
virtual_transport = virtual
virtual_uid_maps = static:5000
Any help appreciated. I'm on it since 10 hours, I don't want to kill myself.
EDIT: Forgot my `/etc/mailman/mm_cfg.py` >
# -*- python -*-
from Defaults import *
DEFAULT_URL_HOST = 'lists.too.gy'
DEFAULT_EMAIL_HOST = 'too.gy'
MTA = 'Postfix'
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['too.gy']
DEFAULT_URL_PATTERN = 'http://%s/'
PUBLIC_ARCHIVE_URL = 'http://%(hostname)s/archives/%(listname)s'
MAILMAN_SITE_LIST = 'mailman'
Last edited by toogy (2014-03-20 19:23:23)

AlanNYC wrote:
If I turn off local recipient checking, will I actually get my mail?
Yes, all email properly addressed should be delivered to you without problems.
The line only affects improperly addressed email, in this case allowing them to be accepted instead of rejected.
Since you are running Spamassassin and an IMAP server, I suggest also using the line
luser=[email protected]
which will send all improperly addressed mail to the address specified by "[email protected]". This is what I meant by "catch-all" address.
If you find postfix giving you problems after adding the lines, simply delete them or comment them out by adding a hash mark to the front of the line, e.g.
#localrecipientmaps =
Alternatively, you can simply make no changes and allow the log messages to accumulate. The messages mean that postfix is doing its job by rejecting email addressed to users that don't exist. The above steps allow you to receive mail addressed to [email protected], where "anything" is any string allowed in an email address.
I assume you're testing your changes using a separate email account, but in case you're not: sign up for a free email account with any of a number of free email services (Gmail, Yahoo) and test your postfix install as you make changes using the free account.

Similar Messages

  • Fetchmail, Postfix user unknown in local recipient table

    Hello all --
    My fetchmail job has been failing to get mail to my mailbox with this error:
    SMTP error: 450 4.1.1 <username@localhost>: Recipient address rejected: User unknown in local recipient table
    (I replace my actual user name with "username")
    The problem goes away temporarily if I stop and restart postfix, but it comes back almost immediately.
    I'm having a hard time finding any clues in postfix's log. I'm not too sure what to look for, and it's pretty voluminous!
    Any suggestions?

    AlanNYC wrote:
    If I turn off local recipient checking, will I actually get my mail?
    Yes, all email properly addressed should be delivered to you without problems.
    The line only affects improperly addressed email, in this case allowing them to be accepted instead of rejected.
    Since you are running Spamassassin and an IMAP server, I suggest also using the line
    luser=[email protected]
    which will send all improperly addressed mail to the address specified by "[email protected]". This is what I meant by "catch-all" address.
    If you find postfix giving you problems after adding the lines, simply delete them or comment them out by adding a hash mark to the front of the line, e.g.
    #localrecipientmaps =
    Alternatively, you can simply make no changes and allow the log messages to accumulate. The messages mean that postfix is doing its job by rejecting email addressed to users that don't exist. The above steps allow you to receive mail addressed to [email protected], where "anything" is any string allowed in an email address.
    I assume you're testing your changes using a separate email account, but in case you're not: sign up for a free email account with any of a number of free email services (Gmail, Yahoo) and test your postfix install as you make changes using the free account.

  • Gnu mailman Postfix Problem

    I have a working configuration of Postfix, MySQL using virtual domains. I want to set up mailman. I have created a new domain called lists.wilkesley.org for the purpose, that will only handle mailman emails. I have installed mailman, but am having trouble getting postfix to deliver mail to mailman lists. The Postfix error is::
    an 24 13:20:33 wilkesley postfix/smtpd[24049]: NOQUEUE: reject: RCPT from mail-ww0-f51.google.com[74.125.82.51]: 450 4.1.1 <[email protected]>: Recipient address rejected: User unknown in relay recipient table; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<mail-ww0-f51.google.com>
    My mm_cfg.py is:
    MTA = 'Postfix'
    DEFAULT_EMAIL_HOST = 'lists.wilkesley.org'
    DEFAULT_URL_HOST = 'lists.wilkesley.org'
    VIRTUAL_HOSTS.clear()
    add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
    POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.wilkesley.org']
    DEFAULT_URL_PATTERN = 'http://%s/mailman/'
    PUBLIC_ARCHIVE_URL = 'http://%(hostname)s/archives/%(listname)s'
    In master.cf I have:
    mailman unix - n n - - pipe flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}
    The relevant bits of main.cf are:
    # mailman
    relay_domains = $mydestination, lists.wilkesley.org
    relay_recipient_maps = hash:/var/lib/mailman/data/virtual-mailman
    transport_maps = hash:/etc/postfix/transport
    mailman_destination_recipient_limit = 1
    # Virtual Mailbox Domain Settings
    virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf, hash:/var/lib/mailman/data/virtual-mailman
    virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
    virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
    I think I am missing something obvious and simple, but can't see what it is!
    [Edited to insert code tags as sugested].
    Last edited by geekinthesticks (2012-01-24 13:54:52)

    geekinthesticks wrote:I think I am missing something obvious and simple, but can't see what it is!
    They're called code tags
    I can't help with the problem directly, but those who can will probably be more inclined to do so if you include file contents of command output in [ code ] ... [ /code ] tags to keep it clean and readable.

  • Mailman / Postfix aliases problem?

    Hello, all!
    I've got mailman running, finally, after many hours of fighting with it. It is now to the point where it will accept new subscribers through the listinfo page, send them their confirmation, and accept a confirmation action by the user on the html page to do so. The list currently only has 2 members - the moderator and one test email account. The server is hosting many virtual domains. The list in question is in one; it is currently the only virt-domain that is using a mailman list.
    However...
    Attempts to send from the moderator to the list result in the following:
    <[email protected]>: host
    /var/imap/socket/lmtp[/var/imap/socket/lmtp] said: 550-Mailbox unknown.
    Either there is no mailbox associated with this 550-name or you do not have
    authorization to see it. 550 5.1.1 User unknown (in reply to RCPT TO
    command)
    OK, so it seems to me that Postfix is not correctly figuring out that the listname is not a hosted mailbox, but is indeed a list name, and thus never bothers to send it off to mailman. I'm guessing this means I'm missing 1 little thing or other in postfix's main.cf but I can't figure out what. Help?
    here is my main.cf:
    smtpdtls_keyfile =
    myhostname = my.fqdnname.com
    mailbox_transport = cyrus
    enableserveroptions = yes
    mydomain = sysop.com
    messagesizelimit = 104857600
    spam_enabled = yes
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    smtp_principal = smtp/[email protected]
    virusdb_lastupdate = 2006-01-05 14:54:45 -0600
    mynetworks = 127.0.0.0/8,MY.CLASS.C.0/24
    mydestination = $myhostname,localhost.$mydomain,localhost,my.fqdnname.com
    smtpdsasl_authenable = yes
    smtpduse_pwserver = yes
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdpw_server_securityoptions = plain,login,cram-md5
    content_filter = smtp-amavis:[127.0.0.1]:10024
    ownerrequestspecial = no
    recipient_delimiter = +
    smtpdhelorequired=yes
    disablevrfycommand=yes
    alias_maps = hash:/etc/aliases,hash:/var/mailman/data/aliases
    Any help would be appreciated. I've Googled my eyes out and keep not finding what I need.

    windowbreaker wrote:
    Also, what's the output of
    postconf virtual_maps virtual_alias_maps
    Let me be sure I understand your situation.  You currently have postfix setup with virtual domains and mysql.  You are successfully able to send/receive emails from your virtual accounts, correct?
    Correct.
    postconf: warning: virtual_maps: unknown parameter
    virtual_alias_maps = hash:/etc/postfix/virtual_alias, pgsql:/etc/postfix/pgsql-virtual-forwards.cf
    And the contents of /etc/postfix/pgsql-virtual-forwards.cf
    hosts = localhost
    user = postfix
    password = MY_PASSWORD
    dbname = db_postfix
    query = SELECT forward_to FROM aliases WHERE email = '%s'
    /etc/postfix/virtual_alias
    MAILER-DAEMON: postmaster
    postmaster: root
    bin: root
    daemon: root
    named: root
    nobody: root
    uucp: root
    www: root
    ftp-bugs: root
    postfix: root
    manager: root
    dumper: root
    operator: root
    abuse: postmaster
    decode: root
    root: [email protected]
    windowbreaker wrote:In that case, you're probably trying to have postfix process all email sent to, say, [email protected], by mailman.  In which case you need to pass that email message to a mailman command, right?  I'm sure I got some things wrong, so go ahead and clear them up so I can give you detailed advice.
    Correct. My domain in question is ryla9810.org which has one alias that forwards to my gmail account (phil@), and I need one mail list with a dozen members (team@). The forward works, but the maillist is causing me grief
    Thanks for all your input so far

  • User unknown in local recipient table

    I have some of my mail users getting this error:
    (reason: 550 5.1.1 <<[email protected]>: Recipient address rejected: User unknown in local recipient table)
    It also comes in this form:
    Action: failed
    Status: 5.6.0
    Diagnostic-Code: x-unix; user1: Mailbox does not exist
    user1 and domain.com changed to protect the innocent.
    Any thoughts on what might be causing this?

    Here's the output from postconf -n
    = = = = = = = = = = = = = = = = = = = =
    alias_maps = hash:/etc/aliases,hash:/var/mailman/data/aliases
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    disablevrfycommand = yes
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    localrecipientmaps = proxy:unix:passwd.byname $alias_maps
    luser_relay =
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 104857600
    mydestination = $myhostname,localhost.$mydomain,localhost,mycompany.com
    mydomain = mycompany.com
    mydomain_fallback = localhost
    myhostname = mail.mycompany.com
    mynetworks = 127.0.0.0/8
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    ownerrequestspecial = no
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdclientrestrictions = permitsaslauthenticated, permit_mynetworks, rejectrblclient zen.spamhaus.org, permit
    smtpddatarestrictions = permit_mynetworks, rejectunauthpipelining, permit
    smtpdenforcetls = no
    smtpdhelorequired = yes
    smtpdhelorestrictions = permitsaslauthenticated, permit_mynetworks, checkheloaccess hash:/etc/postfix/helo_access, rejectnon_fqdnhostname, rejectinvalidhostname, permit
    smtpdpw_server_securityoptions = cram-md5,login
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdsenderrestrictions = permitsaslauthenticated, permit_mynetworks, rejectnon_fqdnsender, permit
    smtpdtlsCAfile = /etc/certificates/mail.mycompany.com.chcrt
    smtpdtls_certfile = /etc/certificates/mail.mycompany.com.crt
    smtpdtls_keyfile = /etc/certificates/mail.mycompany.com.key
    smtpdtlsloglevel = 0
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 550
    virtualaliasmaps = hash:/var/mailman/data/virtual-mailman
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp
    = = = = = = = = = = = = = = = = = = = =
    real company = "mycompany"

  • Mavericks mail server "user unknown" error

    For some reason, the mail server bounces the email sent to local network users and returns a "user unknown" error. The same error is received when an email from an external domain is sent to one of the open directory associated email addresses.
    However, sending email from these accounts works just fine, just like sending and receiving email associated with the diradmin account.

    Hi Jeffrey,
    Changed the mx record to the juffrou......net domain, without succes.
    Please find the export below.
    Regards,
    Lex
    juffrouwjannie:~ xandstorm-juffrpuw-jannie$ sudo serveradmin settings mail
    Password:
    mail:postfix:smtpd_pw_server_security_options:_array_index:0 = "cram-md5"
    mail:postfix:smtpd_pw_server_security_options:_array_index:1 = "digest-md5"
    mail:postfix:smtpd_pw_server_security_options:_array_index:2 = "gssapi"
    mail:postfix:smtpd_pw_server_security_options:_array_index:3 = "login"
    mail:postfix:smtpd_pw_server_security_options:_array_index:4 = "plain"
    mail:postfix:spam_quarantine = "[email protected]"
    mail:postfix:smtp_reject_list_enabled = no
    mail:postfix:smtp_sasl_auth_enable = no
    mail:postfix:submit_cred:juffrouwjannie.vanderwerff.net:username = "submit"
    mail:postfix:submit_cred:juffrouwjannie.vanderwerff.net:password = "lvFBZ9973YcUBWtAPEX7Dq"
    mail:postfix:submit_cred:XANDSTORM-JUFFRPUW-JANNIEs-Mac-mini.local:username = "submit"
    mail:postfix:submit_cred:XANDSTORM-JUFFRPUW-JANNIEs-Mac-mini.local:password = ""
    mail:postfix:smtp_auth_relay_dict:smtp_auth_relay_userid = ""
    mail:postfix:smtp_auth_relay_dict:smtp_auth_relay_pwd = ""
    mail:postfix:smtp_auth_relay_dict:smtp_auth_relay_host = ""
    mail:postfix:client_permit_mynetworks = yes
    mail:postfix:smtpd_tls_cert_file = "/etc/certificates/juffrouwjannie.vanderwerff.net.69F8227930804D0241A279CBC08AF DFBA687F300.cert.pem"
    mail:postfix:maps_rbl_domains_enabled = yes
    mail:postfix:spam_subject_tag = "***JUNK MAIL*** "
    mail:postfix:smtpd_tls_CAfile = "/etc/certificates/juffrouwjannie.vanderwerff.net.69F8227930804D0241A279CBC08AF DFBA687F300.chain.pem"
    mail:postfix:message_size_limit_enabled = yes
    mail:postfix:virus_db_last_update = "2014-04-19 19:50:45 +0000"
    mail:postfix:mail_enabled_groups = _empty_array
    mail:postfix:add_whitelist_domain:_array_index:0 = "XANDSTORM-JUFFRPUW-JANNIEs-Mac-mini.local"
    mail:postfix:add_whitelist_domain:_array_index:1 = "vanderwerff.net"
    mail:postfix:virus_scan_enabled = no
    mail:postfix:spam_notify_admin_email = "[email protected]"
    mail:postfix:virus_db_log_level = "info"
    mail:postfix:black_hole_domains:_array_index:0 = "zen.spamhaus.org"
    mail:postfix:spam_ok_locales = "en"
    mail:postfix:spam_scan_enabled = yes
    mail:postfix:virus_quarantine = "[email protected]"
    mail:postfix:reject_unauth_piplining_enabled = no
    mail:postfix:spam_rewrite_subject = yes
    mail:postfix:message_size_limit = 10485760
    mail:postfix:mynetworks:_array_index:0 = "127.0.0.0/8"
    mail:postfix:mynetworks:_array_index:1 = "[::1]/128"
    mail:postfix:virus_log_level = "info"
    mail:postfix:host_whitelist:_array_index:0 = "juffrouwjannie.vanderwerff.net"
    mail:postfix:rbl_override_list = _empty_array
    mail:postfix:greylist_enabled = no
    mail:postfix:list_server_log_level = "info"
    mail:postfix:group_expansion:start_interval = 10
    mail:postfix:group_expansion:enable_group_expansion = no
    mail:postfix:virus_notify_recipients = no
    mail:postfix:luser_relay_enabled = no
    mail:postfix:mydomain = "vanderwerff.net"
    mail:postfix:enable_list_server = yes
    mail:postfix:mydestination:_array_index:0 = "localhost"
    mail:postfix:mydestination:_array_index:1 = "$mydomain"
    mail:postfix:virus_notify_admin_email = "[email protected]"
    mail:postfix:enable_virtual_domains = no
    mail:postfix:spam_notify_admin = no
    mail:postfix:required_hits = 6
    mail:postfix:add_whitelist_host:_array_index:0 = "juffrouwjannie.vanderwerff.net"
    mail:postfix:always_bcc_enabled = no
    mail:postfix:enable_var_mail = no
    mail:postfix:enable_smtp = yes
    mail:postfix:smtpd_tls_key_file = "/etc/certificates/juffrouwjannie.vanderwerff.net.69F8227930804D0241A279CBC08AF DFBA687F300.key.pem"
    mail:postfix:relayhost = ""
    mail:postfix:mynetworks_enabled = no
    mail:postfix:virtual_domains = _empty_array
    mail:postfix:spam_ok_languages = "en"
    mail:postfix:rbl_override_enabled = no
    mail:postfix:log_rolling_days = 1
    mail:postfix:enable_smtp_in = yes
    mail:postfix:virtual_users_maps = _empty_array
    mail:postfix:tls_server_options = "require"
    mail:postfix:spam_action = "deliver"
    mail:postfix:log_rolling_days_enabled = yes
    mail:postfix:list_server_post_to_archve = no
    mail:postfix:spam_log_level = "warn"
    mail:postfix:smtp_uce_controlls = 1
    mail:postfix:relayhost_enabled = no
    mail:postfix:list_server_share_archives = no
    mail:postfix:virus_action = "delete"
    mail:postfix:virus_db_update_days = 12
    mail:postfix:virus_notify_admin = no
    mail:postfix:domain_whitelist:_array_index:0 = "XANDSTORM-JUFFRPUW-JANNIEs-Mac-mini.local"
    mail:postfix:domain_whitelist:_array_index:1 = "vanderwerff.net"
    mail:postfix:enable_smtp_out = yes
    mail:postfix:text_only_attachments = no
    mail:postfix:reject_unknown_client_enabled = no
    mail:postfix:log_level = "info"
    mail:postfix:myhostname = "juffrouwjannie.vanderwerff.net"
    mail:global:auto_auth = no
    mail:global:skip_enable_service_check = no
    mail:global:service_data_path = "/Library/Server/Mail"
    mail:imap:aps_topic = "com.apple.mail.XServer.0051960a-2429-481a-b784-c073eed597e1"
    mail:imap:servername = ""
    mail:imap:imap_auth_clear = yes
    mail:imap:auth_gssapi_hostname = ""
    mail:imap:admins = _empty_array
    mail:imap:lmtp_luser_relay_enabled = no
    mail:imap:lmtp_luser_relay = ""
    mail:imap:pop_auth_clear = yes
    mail:imap:enable_listid_autosave = "no"
    mail:imap:max_imap_connections = 1000
    mail:imap:log_level = "info"
    mail:imap:tls_key_file = "/etc/certificates/juffrouwjannie.vanderwerff.net.69F8227930804D0241A279CBC08AF DFBA687F300.key.pem"
    mail:imap:imap_auth_plain = yes
    mail:imap:postmaster_address = "[email protected]"
    mail:imap:quotawarn = 80
    mail:imap:enable_quota_warnings = no
    mail:imap:pop_auth_gssapi = no
    mail:imap:junk_mail_userid = "junkmail"
    mail:imap:global_quota = 0
    mail:imap:partitions = _empty_array
    mail:imap:tls_ca_file = "/etc/certificates/juffrouwjannie.vanderwerff.net.69F8227930804D0241A279CBC08AF DFBA687F300.chain.pem"
    mail:imap:enforce_quotas = no
    mail:imap:not_junk_mail_userid = "notjunkmail"
    mail:imap:imap_auth_digest_md5 = yes
    mail:imap:request_enable_webmail = no
    mail:imap:client_cert_enabled = no
    mail:imap:aps_topic_enabled = yes
    mail:imap:imap_auth_gssapi = no
    mail:imap:tls_server_options = "require"
    mail:imap:pop_auth_apop = yes
    mail:imap:quota_full_tempfail = yes
    mail:imap:imap_urlauth_host = " "
    mail:imap:enable_imap = yes
    mail:imap:postmaster = "postmaster"
    mail:imap:enable_pop = yes
    mail:imap:partition-default = "/Library/Server/Mail/Data/mail"
    mail:imap:imap_auth_login = yes
    mail:imap:enable_sieve = yes
    mail:imap:imap_auth_cram_md5 = yes
    mail:imap:notification_server_enabled = yes
    mail:imap:tls_cert_file = "/etc/certificates/juffrouwjannie.vanderwerff.net.69F8227930804D0241A279CBC08AF DFBA687F300.cert.pem"

  • Postifx user unknown in local recipient table

    Good morning --
    My fetchmail job has been failing to get mail to my mailbox with this error (presumably from Postfix):
    SMTP error: 450 4.1.1 <username@localhost>: Recipient address rejected: User unknown in local recipient table
    (I replaced the actual user name with "username")
    I'm not sure what to make of this. "username" definitely exists -- I just su'd into his account and ran the fetchmail job that gave me the error.
    The problem goes away if I stop and restart postfix, but it seems to come back pretty consistently (I haven't had a chance to figure out the precise timing).
    Any suggesitons?

    Thanks, Mihalis.
    I do not us su -l -- just plain old su. And echo $USER returns the correct user (that is, the one I su'd into).
    I don't think the problem is fetchmail. It's the same result whether I run it from the prompt ("fetchmail -v") or from the user's cron.
    The problem resolves temporarily if I restart postfix, but it returns within a few cycles (the cron job runs every three minutes.
    The error message repeats itself for each mail item that fetchmail parses. Here's the last bit of a fetchmail's results:
    fetchmail: SMTP> RSET
    fetchmail: SMTP< 250 2.0.0 Ok
    fetchmail: not flushed
    fetchmail: POP3> LIST 12
    fetchmail: POP3< +OK 12 4337
    fetchmail: POP3> RETR 12
    fetchmail: POP3< +OK 4337 octets follow.
    fetchmail: reading message [email protected]@mail.XX.com:12 of 12 (4337 octets)
    fetchmail: SMTP> MAIL FROM:<[email protected]> SIZE=4337
    fetchmail: SMTP< 250 2.1.0 Ok
    fetchmail: SMTP> RCPT TO:<XX@localhost>
    fetchmail: SMTP< 450 4.1.1 <XX@localhost>: Recipient address rejected: User unknown in local recipient table
    fetchmail: SMTP error: 450 4.1.1 <XX@localhost>: Recipient address rejected: User unknown in local recipient table
    fetchmail: SMTP> RSET
    fetchmail: SMTP< 250 2.0.0 Ok
    ...fetchmail: not flushed
    fetchmail: POP3> QUIT
    fetchmail: POP3< +OK Bye-bye.
    fetchmail: SMTP> QUIT
    fetchmail: SMTP< 221 2.0.0 Bye
    fetchmail: 6.3.8 querying mail.XX.com (protocol POP3) at Mon, 21 Jan 2008 18:58:12 -0500 (EST): poll completed
    fetchmail: normal termination, status 0

  • Recipient address rejected: User unknown in relay recipient table

    Running GW 7.0.3 on NW 6.5.6. Can anyone tell me if this is my problem or if it is the recipients system. Other email to the same domain goes through.
    Thanks,
    Bill

    On 1/20/2010 10:05 AM, [email protected] wrote:
    > The email was sent to 2 individuals at sl*****, but only one went out
    > without error.
    > 14:05:00 210 MSG 280915 Processing inbound message:
    > SHINET/MAIL:\PPCINET\WPGATE\GWIA\receive\006705B4.888
    > 14:05:00 210 MSG 280915 Sender: M*************@pubpress.com
    > <mailto:M*************@pubpress.com>
    > 14:05:00 210 MSG 280915 Recipient: p****@pubpress.com
    > <mailto:p****@pubpress.com>
    > 14:05:00 210 MSG 280915 Recipient: k****@pubpress.com
    > <mailto:k****@pubpress.com>
    > 14:05:00 210 MSG 280915 Recipient: c*****@slackinc.com
    > <mailto:c*****@slackinc.com>
    > 14:05:00 210 MSG 280915 Recipient: a*****@slackinc.com
    > <mailto:a*****@slackinc.com>
    > 14:05:00 210 MSG 280915 Building message: sb50760c.152
    > 14:05:00 210 Recipient: a*****@sl*****.com <mailto:a*****@sl*****.com>
    > 14:05:00 210 Recipient: c*****@sl*****.com <mailto:c*****@sl*****.com>
    > 14:05:00 210 MSG 280915 Queuing to MTA
    > 14:05:01 383 DMN: MSG 280917 Send Failure: 550 5.1.1
    > <a*****@slackinc.com <mailto:a*****@slackinc.com>>: Recipient address
    > rejected: User unknown in relay recipient table
    > 14:05:16 109 MSG 280934 Analyzing result file:
    > SHINET/MAIL:\PPCINET\WPGATE\GWIA\result\rb50760c.152
    > 14:05:16 109 MSG 280934 Detected error on SMTP command
    > 14:05:16 109 MSG 280934 Command: RCPT TO:<a*****@sl*****.com
    > <mailto:a*****@sl*****.com>>
    > 14:05:16 109 MSG 280934 Response: 550 5.1.1 <a*****@sl*****.com
    > <mailto:a*****@sl*****.com>>: Recipient address rejected: User unknown
    > in relay recipient table
    > 14:05:16 109 Building undeliverable message
    > 14:05:16 109 MSG 280934 Building message: sb50761c.155
    >
    > >>> Massimo Rosen<[email protected]> 1/20/2010 11:28:AM >>>
    > Hi,
    >
    > > "[email protected]" wrote:
    > >
    > > Running GW 7.0.3 on NW 6.5.6. Can anyone tell me if this is my
    > > problem or if it is the recipients system. Other email to the same
    > > domain goes through.
    >
    > Impossible to say without more details, precisely GWIA logs. The only
    > way how this could be a problem on your side is if GWIA is talking to
    > the wrong server. That has been a problem in the past occasionally, and
    > is often DNS related, e.g could be a problem of the OS even. Of course,
    > in that regard, SP6 for NW65 is old. I'd suggest to install SP8 anyways.
    >
    > CU,
    > --
    > Massimo Rosen
    > Novell Product Support Forum Sysop
    > No emails please!
    > http://www.cfc-it.de
    >
    >
    The rejection seems to be on their side.

  • ACS user unknown though username in Server

                All, Im facing very strange issue with my TACACS authentication. Normaly i connect my DC via SSL Anyconnect VPN then access all the Network devices, but since last week when i try to connect ASA i couldnt log in. I have user name in ACS server and the password authentication would redirect to RSA server. I can access other devices using my TACACS username and RSA passcode, but not only the ASA box. As rest of my team member can still access the ASA with their userid and passcode i dont think any issue in ASA box.
    The error log message in ACS server is ACS user unknown.       

    To me it seems the shared secret being used on ASA to communicate with tacacs is mis-matched and that's a reason you  are getting "ACS user unknown". This should be a problem all users who are trying to do ssh on ASA and authenticating against tacacs server. Why share-secret could be an issue because the shared secret being used to encrypt the packet is not same while decryption and that's why we are seeing unknown username.
    ~BR
    Jatin Katyal
    **Do rate helpful posts**

  • Using Enterage 12.3.5 getting 5.1.1 User Unknown after Send Recieve

    When using Office 2008's Enterage, get a error message 5.1.1 User Unknown after hitting Send/Recive All opton.  The product works fine in all other respects.

    got the problem. i am running oraesb as sysdba which i should not do.

  • WBM User Unknown - firewall config change

    In my Security Log I have been seeing a strange message that keeps appearing, see below.
    I have no idea what this is or if this is someone hacking my router or if a virus is on my computer.  It has appeared even during times when my computer has been turned off.  I have my firewall set at max security and changed my password.  Even after changing my password this appeared.  Not sure what this is or what to do about it but I am very concerned.
    Firewall Setup Configuration change
    WBM user Unknown (0.0.0.0) has changed security settings[repeated 5 times, last time on Aug 25 03:00:26 2010]

    This explanation was given by Actiontec (they build the router for Verizon)
    Product:MI424WR (Rev. I) - Wireless Broadband Router
    Incident Summary
    =========================
    Since Verizon can't answer this question I would like to know for the
    people who built this router. 
    Verizon Actiontec MI242WR (not sure of Rev) 
    firmware 40.19.36
    Why do I get this log security event every day?
    mmm dd hh:mm:ss yyyy
    Firewall Setup Configuration change WBM user Unknown (0.0.0.0) has
    changed security settings
    =========================
    Resolution:
    =========================
    Each and every day, Verizon has a server that makes contact with your
    router to check its firmware.
    No changes are made to your router however, it simply checks the router
    to make sure the firmware is up to date and this generates a log entry.
    =========================

  • User unknown

    In System Properties under Advances and User Profiles there is a User Unknown.Is it ok to delete?
    Paul Napolitano

    Hi,
    Please run lusrmgr.msc or click Control Panel\All Control Panel Items\User Accounts\Manage Accounts to view what accounts are actually stored in this system.
    Perform a security malware scan to make sure that it is not created by some malware (just to be safe).
    Have you ever formatted your system partition? My another guess is that it’s probably a user account from another OS or
    previous OS that has been removed or recently deleted because any “format” action.
    If you’re annoying with this unknown user profile, I suggest you backup your system, create a restore, then delete the user profile for a test.
    Yolanda Zhu
    TechNet Community Support

  • SL mail (status=bounced (User unknown in virtual alias table))

    Hello
    I have setup mail with 6 locally hosted virtual domains. I created shortnames on workgroup manager with the complete address for the user. After some good results i start getting "status=bounced (User unknown in virtual alias table)". Also the shortname (with the domain name) created for the first virtual host name becomes grey ( like the default )
    If i only setup one virtual domain everything works great, but with more than one it starts sending this message in the smtp log.
    i dont know if this got something to do with the fact that my host name is mail.example.com and my domain name is example.com.
    Hope someone can help me

    I'm have the exactly this issue on a new SL server mac-mini. Someone help!

  • Mailman + Postfix + Virtual Domains

    I'm going nuts trying to get this thing working... I spent the best part of yesterday getting Postfix and Courier working with Virtual Domains and a PostgreSQL backend. That's all working fine.
    Now I've spent about the last 5 - 6 hours trying to get Mailman working -- obviously without any luck.
    Can someone point me in the right direction? I tried installing from source, and following the 'official' installation manual, but that doesn't cover Virtual Domains very well (obviously not well enough to get it working at least).
    *Then* I realized that their's a package in EXTRA for Mailman, so I wiped the source install I did, and installed the package, but I'm still stuck.
    I think the main part of my problem, is the manual says that I should have a 'data/virtual-mailman' in the mailman installation directory, but I don't, and can't find any information on how it is created!
    At the end of the day, I just need a single damn mail list on one of my virtual domains for a dozen people -- if anyone has an easier solution than this, please suggest!

    windowbreaker wrote:
    Also, what's the output of
    postconf virtual_maps virtual_alias_maps
    Let me be sure I understand your situation.  You currently have postfix setup with virtual domains and mysql.  You are successfully able to send/receive emails from your virtual accounts, correct?
    Correct.
    postconf: warning: virtual_maps: unknown parameter
    virtual_alias_maps = hash:/etc/postfix/virtual_alias, pgsql:/etc/postfix/pgsql-virtual-forwards.cf
    And the contents of /etc/postfix/pgsql-virtual-forwards.cf
    hosts = localhost
    user = postfix
    password = MY_PASSWORD
    dbname = db_postfix
    query = SELECT forward_to FROM aliases WHERE email = '%s'
    /etc/postfix/virtual_alias
    MAILER-DAEMON: postmaster
    postmaster: root
    bin: root
    daemon: root
    named: root
    nobody: root
    uucp: root
    www: root
    ftp-bugs: root
    postfix: root
    manager: root
    dumper: root
    operator: root
    abuse: postmaster
    decode: root
    root: [email protected]
    windowbreaker wrote:In that case, you're probably trying to have postfix process all email sent to, say, [email protected], by mailman.  In which case you need to pass that email message to a mailman command, right?  I'm sure I got some things wrong, so go ahead and clear them up so I can give you detailed advice.
    Correct. My domain in question is ryla9810.org which has one alias that forwards to my gmail account (phil@), and I need one mail list with a dozen members (team@). The forward works, but the maillist is causing me grief
    Thanks for all your input so far

  • Access denied error when Loading document library for "contribute" users : Unknown SPRequest error occurred. More information: 0x80070005

    Hi,
    We are facing a very strange issue on a SharePoint Publishing portal. Domain users (contribute level access) have access to document libraries under specific sub sites. Every morning if they try to access the document library pages, users complain about "Access Denied" issue on document library page. But if a SP Farm admin account login on site, and browse to document library page, access denied issue seems to disappear for end users also. For whole day it works fine. But next day access denied error occurs again. I am not sure why this is happening. I have looked into Event Log and SharePoint Logs, found following information useful, but not sure what to do next.
    Please help.
    Event log Details:
    Server: WFE01
    Event Type: Error
    Event Source: Office SharePoint Server
    Event Category: Publishing
    Event ID: 5169
    Date:  17/11/2009
    Time:  07:47:31
    User:  N/A
    Computer: SPWFE01
    Description:
    Console Configuration File Error: XML Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    SP Log files:
    All logs are for process: w3wp.exe (0x031C)                        0x17F4 Windows SharePoint Services  
    ·     Begin OnLoad of XmlConsoleDataSource from file "EditingMenu".
    ·     Attempting to load XML from config file "EditingMenu".
    ·     PermissionMask check failed. asking for 0x00010000, have 0x00000000
    ·     Unknown SPRequest error occurred. More information: 0x80070005
    ·     Access Denied for /Projects/LFB/03 Bid Stage 1/Forms/AllItems.aspx.
    ·     StackTrace: Microsoft.SharePoint.Utilities.SPUtility:Void HandleAccessDenied(System.Exception), Microsoft.SharePoint.SPGlobal:Void HandleUnauthorizedAccessException(System.UnauthorizedAccessException), Microsoft.SharePoint.Library.SPRequest:Void OpenWeb(System.String, System.String ByRef, System.String ByRef, System.String ByRef, System.Guid ByRef, System.String ByRef, UInt32 ByRef, System.Guid ByRef, UInt32 ByRef, UInt32 ByRef, UInt32 ByRef, UInt16 ByRef, Boolean ByRef, Int16 ByRef, UInt32 ByRef, Int16 ByRef, Int16 ByRef, Int16 ByRef, Boolean ByRef, Int16 ByRef, UInt32 ByRef, Int16 ByRef, Int16 ByRef, Int16 ByRef, Int16 ByRef, Int32 ByRef, Boolean ByRef, System.String ByRef, System.String ByRef, Int32 ByRef, Int16 ByRef, ...
    ...System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.Object ByRef, Boolean ByRef, UInt64 ByRef, Boolean ByRef, Boolean ByRef, System.Guid ByRef, System.Guid ByRef, Int32 ByRef, System.DateTime ByRef, System.DateTime ByRef, System.String ByRef), Microsoft.SharePoint.SPWeb:Void InitWeb(), Microsoft.SharePoint.SPWeb:Microsoft.SharePoint.SPSecurableObjectImpl get_SecurableObjectImpl(), Microsoft.SharePoint.SPWeb:Microsoft.SharePoint.SPRoleAssignmentCollection get_RoleAssignments(), Microsoft.SharePoint.Publishing.WebControls.ConsoleXmlUtilities:System.String ConfigurationXml(System.String, Boolean), Microsoft.SharePoint.Publishing.W...
    ...ebControls.ConsoleXmlUtilities:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode GetConsoleNodeCollectionFromXmlFile(System.String, Boolean), Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource:Void LoadTreeFromConfigXml(), Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource:Void OnLoad(System.EventArgs), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Page:Vo...
    ...id ProcessRequestMain(Boolean, Boolean), System.Web.UI.Page:Void ProcessRequest(Boolean, Boolean), System.Web.UI.Page:Void ProcessRequest(), System.Web.UI.Page:Void ProcessRequestWithNoAssert(System.Web.HttpContext), System.Web.UI.Page:Void ProcessRequest(System.Web.HttpContext), System.Web.HttpApplication+CallHandlerExecutionStep:Void System.Web.HttpApplication.IExecutionStep.Execute(), System.Web.HttpApplication:System.Exception ExecuteStep(IExecutionStep, Boolean ByRef), System.Web.HttpApplication+ApplicationStepManager:Void ResumeSteps(System.Exception), System.Web.HttpApplication:System.IAsyncResult System.Web.IHttpAsyncHandler.BeginProcessRequest(System.Web.HttpContext, System.AsyncCallback, System.Object), System.Web.HttpRuntime:Void ProcessRequestInternal(System.Web.HttpWorkerReque...
    ...st), System.Web.HttpRuntime:Void ProcessRequestNoDemand(System.Web.HttpWorkerRequest), System.Web.Hosting.ISAPIRuntime:Int32 ProcessRequest(IntPtr, Int32),
    ·     Releasing SPRequest with allocation Id {E3BC24ED-F243-4DBD-8625-EE7CF9FDA039}
    ·     Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    ·     Console Configuration File Error: XML Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    ·     Releasing SPRequest with allocation Id {D1A87724-6FB6-4009-B6D1-D7E15918E213}
    Pryank Rohilla
    MCTS, MCAD

    Hi pryank,
    From the log, it seems that the users don’t have permission on this page:
    /Projects/LFB/03 Bid Stage 1/Forms/AllItems.aspx
    Does the sub site have unique permission instead of inheriting permission from the parent site? If no, you need to make the sub site to inherit permission from the site collection so that master page also inherits the right. If this is not allowed in your organization, please go to “Site Actions”à “Site Settings” à “Master Pages and Page Layouts” to give users permissions on this document library.
    Hope this helps.
    Lu Zou

Maybe you are looking for

  • BW upgrade - Inactive Cubes / Objects

    Hi , We are upgrading from BW3.5 to BI7.3. One of the pre-upgrade requirement is : All InfoCubes should be active -->  Execute ABAP RSUPGRCHECK to locate any inactive InfoCubes. See SAP note 449160. There are some multiproviders in our development en

  • Apple Users Data Doesn't Show in PDF Form

    Hello, We created a form using Acrobat 9.  The form can be filled in and saved so people can email it back to us. Whenever I receive a form from somebody that is using an Apple, the characters they have typed, don't show up in the boxes unless you cl

  • Uploading Customer balance f-22....

    Hi All, I need to upload customer balances using f-22 transaction. Could anyone provide me the BDC coding to upload customer items as soon as possible. regards PSNG

  • How to chnage number of bits in every packet of a byte array

    Hi I have an array of byte array of 1 and 0s. I would like to make sure every pack of 1 or 0s contains 8 number I can use this example to explain it better. Lets say I have this array 111111110000000111111100000000 As can be first pack of 0s and the

  • Average in ALV report

    Hi, I have a requirement , I want to find out an average (score of vendor)  based on vendor... Is their any keywork in ALV to doo soo..