How to let mmp_smtp support  virtual domain authentication by user/pass

my mmp had configured 2 virtual domain ,one is mmp1.soft.com,other is mmp2.soft.com
i can send mail by mmp use the user/pass format : mmp1user/pass , which is sotred in o=mmp1.soft.com,o=isp in ldap,and the format [email protected]/pass which is stored in o=mmp2.soft.com,o=isp in ldap,
but i can't send mail use the format: mmp2user/pass.
the pop is work fine.
the following is my config file:
more PopProxyAService.cfg
default:LdapUrl "ldap://mmp1.soft.com:389/o=internet"
default:LogDir /var/Sun/ims52/mmp-mail2/log
default:LogLevel 10
default:BindDN   "cn=Directory Manager"
default:BindPass "soft"
default:BacksidePort 8110
default:ConnLimits 0.0.0.0|0.0.0.0:20
default:VirtualDomainFile /var/Sun/ims52/mmp-mail2/vdmap.cfg
default:DefaultDomain mmp1.oft.com
default:SearchFormat (uid=%U)
default:VirtualDomainDelim @
default:CanonicalVirtualDomainDelim @
default:AuthCacheTTL 1
default:LdapCacheTTL 1
default:HostedDomains yes
more vdmap.cfg
vdmap mmp2 192.192.192.192
mmp2:DefaultDomain mmp2.soft.com
mmp2:BindDN "cn=Directory Manager"
mmp2:BindPass "oft"
mmp2:LdapUrl "ldap://mmp2.soft.com:389/o=internet"
more SmtpProxyAService.cfg
default:LdapUrl "ldap://mmp1.soft.com:389/o=internet"
default:LogDir /var/Sun/ims52/mmp-mail2/log
default:LogLevel 10
default:BindDN   "cn=Directory Manager"
default:BindPass "soft"
default:ConnLimits 0.0.0.0|0.0.0.0:20
default:VirtualDomainFile /var/Sun/ims52/mmp-mail2/vdmapsmtp.cfg
default:DefaultDomain mmp2.soft.com
default:SmtpProxyPassword soft..ssl
default:LdapCacheTTL 1
default:SmtpRelays mmp1
more vdmapsmtp.cfg
vdmap mmp2 192.192.192.192
mmp2:DefaultDomain mmp2.soft.com
mmp2:BindDN "cn=Directory Manager"
mmp2:BindPass "soft"
mmp2:LdapUrl "ldap://mmp.soft.com:389/o=internet"
mmp2:LdapCacheTTL 1
mmp2:AuthCacheTTL 1
mmp2:SearchFormat (uid=%s)what's the error with my configuration?
Does the virtual domain is supproted by mmp_smtp,and does user can auth to smtp by user/pass ,but not by user@domain/pass ?
thanks in advance!
null

ok,let's discuss with data.
i want to migrate another domain "soft.com" to my current Messaging Server,
i have created the new host domain : soft.com ,and the user "testmail" belongs to that domain.
the following show the process of my login.
220 ESMTP Messaging Multiplexor (iPlanet Messaging Server 5.2 (built Feb 21 2002)
helo soft.com
250 mail2
auth login
334 VXNlcm5hbWU6
dGVzdG1haWw= (which is "testmail" after base64 decode)
334 UGFzc3dvcmQ6
cGFzczR0ZXN0bWFpbA== (which is "pass4testmail" after base64 decode)
535 5.7.8 Bad username or password (Authentication failed).
220 ESMTP Messaging Multiplexor (iPlanet Messaging Server 5.2 (built Feb 21 2002)
helo soft.com
250 mail2
auth login
334 VXNlcm5hbWU6
dGVzdG1haWxAc29mdC5jb20=  (which is "[email protected]" after base64 decode)
334 UGFzc3dvcmQ6
cGFzczR0ZXN0bWFpbA== (which is "pass4testmail" after base64 decode)
235 2.7.0 login authentication successful.
mail from:[email protected]
250 2.5.0 Address Ok.
quit
221 2.3.0 Bye received. Goodbye.becase i start the ssl connection for user to send and receive mail ,so i have to use mmp as smtp/pop/imap proxy. i don't want the user of domian "soft.com" need modify any of their mail client after the migration ,that means,the user of domain "soft.com" can login use "testmail",but not "[email protected]".
i don't know whether i have described my question clearly,thanks for endure my lame english~ ! :)

Similar Messages

  • None of the available endpoints supports authentication methods user/pass

    Dear All
    i  create a destination in the ce7.1.but when i  test the destination in the ws navigator  ,but it cant not run ,  the error is:
    The destination [YHSendMessage02] supports the following authentication methods [User Name/Password (Basic)], but none of the available endpoints supports them. The supported authentication types are [None]. Either the destination has to be updated or a new endpoint should be used
    i test the ws in the navigator  dont used the destination ,it work well, so i think maybe some wrong in my ce  about the destination 'configuration.
    best regards

    The following message returned from SAP:
    Root of the problem is found. The problem occurs as PI WSDLs doesn't contain security settings. Lack of security settings breaks consumption of those services. I'm working on providing a fix to enable consumption of such services.
    Looking at a WSDL generated by PI (example):
    <wsp:Policy wsu:Id="OP_si_servicename"/>
    The policy contains no transportbinding or authentication methods at all.
    Looking at a WDSL generated by ECC (example):
    <wsp:Policy wsu:Id="BN_BN_si_ManageCustomizingCustomerService_binding">
          <saptrnbnd:OptimizedXMLTransfer uri="http://xml.sap.com/2006/11/esi/esp/binxml" wsp:Optional="true" xmlns:saptrnbnd="http://www.sap.com/webas/710/soap/features/transportbinding/"/>
          <saptrnbnd:OptimizedXMLTransfer uri="http://www.w3.org/2004/08/soap/features/http-optimization" wsp:Optional="true" xmlns:saptrnbnd="http://www.sap.com/webas/710/soap/features/transportbinding/"/>
          <wsp:ExactlyOne xmlns:sapsp="http://www.sap.com/webas/630/soap/features/security/policy" xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility">
             <wsp:All>
                <sp:TransportBinding>
                   <wsp:Policy>
                      <sp:TransportToken>
                         <wsp:Policy>
                            <sp:HttpsToken>
                               <wsp:Policy>
                                  <sp:HttpBasicAuthentication/>
                               </wsp:Policy>
                            </sp:HttpsToken>
                         </wsp:Policy>
                      </sp:TransportToken>
                      <sp:AlgorithmSuite>
                         <wsp:Policy>
                            <sp:TripleDesRsa15/>
                         </wsp:Policy>
                      </sp:AlgorithmSuite>
                      <sp:Layout>
                         <wsp:Policy>
                            <sp:Strict/>
                         </wsp:Policy>
                      </sp:Layout>
                   </wsp:Policy>
                </sp:TransportBinding>
             </wsp:All>
          </wsp:ExactlyOne>
       </wsp:Policy>
    At the moment SAP is working on a fix to solve this problem.

  • How to let Applications support "Settings" feild keyword searching in "Search" module of Windows8/8.1/10?

    We knows that there are 5 kinds of feilds in "Search" module:"Everywhere"/"Settings"/"Files"/"Web images"/"Web videos"
    About how to let an application can be found out by the keywords in "Settings" feild:
    If there is an application it contains some settings. How can I find out the application or its setting pages by input some keywords into the "Search" module(these keywords is relevant to those settings in this application)?

    You can't, there is no such API, you can use Windows Search API to make searching things work: https://msdn.microsoft.com/en-us/library/windows/desktop/aa965362(v=vs.85).aspxBest
    Regards,
    Please remember to mark the replies as answers if they help
    Why are you so sure it is impossible? Can you tell me more details on that? Thanks!!!
    MS Community Message
    Just in my experience, I've ever tried to make a desktop search application, contacted with MS support, the feedback is what I said...Only OS settings can be found
    Best Regards,
    Please remember to mark the replies as answers if they help

  • How to send Emails to Other Domain for the users in My AD

    Hi All,
    I have a Domain test.com and in this i created 10 users and now i in the properties of their account i added mail address as ****.dummy.com (which is not my domain which i have created separately and there is no relation between these two) No will the mails
    will be deliverd to those users??
    Thanks

    Is this "other domain" you are talking about just an SMTP domain, or a Windows domain?  If the former, and there is a messaging system they can receive with, you can just send (though you may need a send connector).  If the latter,
    is it in the same Windows forest?  If so, you need to prepare the domain for Exchange (using Setup /PrepareDomain).  You can then add that domain to your Accepted Domain list (in the Organization configuration, Hub Transport role) and create
    mailboxes for these users.  Once the have mailboxes, they will receive email.  Until all of this happens, they won't be able to get mail.

  • How to join to virtual domain from windows 8.1 host ??

    Hi there
    does it possible to join to virtual domain from windows 8.1 host or not ??
    I installed windows 8.1 on my system as host windows and then enable windows 8.1 hyper-v and installed windows server 2012 r2 and installed active directory domain service 
    now I want to join to this domain from my windows 8.1 but I can't . I create a user in active directory users and comupers and do it's DNS but can't complete  .
    give me this Error that may be the domain name is not correct or the user name or password is incorrect 
    please help me how can I join to virtual domain from windows 8.1 host in my pc ??
    thanks
    Regards :
    Raha
    whit the best regard : Raha

    Yes, you can.
    You will need to configure the virtual network switch as either internal or external.
    Then, you'll need to specify the IP address of the virtual Domain Controller as a DNS Server on the Windows 8.1 device.

  • Virtual Domains in WCS

    hello
    i have a WCS 7.0.172.0 that in theory supports 252 virtual domains. However i just only let me create 124.
    I see this note in cisco
    Note        WCS supports up to 252 virtual domain in version 5.2 and later. For versions prior to 5.2, WCS supports  up to 124 virtual domains.
    but i dont know what happend.
    thnks for your help.

    Luis:
    It is either the message wrong or there is something wrong.
    But looking into the documatation, on WCS 7.0 (and also WCS 6.0) config guide it says:
    '''snip'''
         The maximum number of virtual domains that can be defined in WCS is 124.
    '''snip'''
    Reference: http://tiny.cc/6fd6bw
    on WCS 7.0MR1 config guide it says:
    '''snip'''
         WCS supports up to 252 virtual domain in version 5.2 and later. For versions prior to 5.2, WCS supports up to 124      virtual domains.
    '''snip'''
    Reference: http://tiny.cc/8nd6bw
    The second statement contradicts with information in 6.0 and 7.0 config guide. 7.0 guide says that max number of virtual domains is 124. 7.0MR1 however sayss for all versions of 5.2 and later it supports 252!!
    I think there is a documentation problem here. It would probably be 124 as the maximum but it is documented improperly.
    Luis: what the message you get when you try to add one more vitual domain (virtual domain number 125)? does it show you any messages?
    if you are authorized for TAC support it is better to open a TAC case. if not I suggest that you do a feedback on the document that mentions that the supported virtual domains is 252 and let them check wih BU if the document informaiton is correct or not. The first option is better and faster.
    Sorry for not being able to help further. But this ovreall needs Cisco intervention to explain the matter.
    Thansk.
    Amjad

  • Virtual domains vs alias

    Awhile back I was posting quite a bit about mac mail and Windows AD questions. That was in prepartion to move a client from Powweb hosted pop/exchange to they're own Mail server. 
    I'm converting them this week but there was something I wanted to make sure could happen.
    They essentially have 3 domains.  Domain1 is the primary. Domain2 and Domain3 are for other purposes but all recieve mail most of which is forwarded.
    Most of domain2 are just forwards to accounts on the primary. So that's just adding the [email protected] to the user's account?  Does the gui create the alias in postfix automatically?
    Domain3 however are not forwards. They are accounts for the owner's family domain. I'm guessing the best thing is to just create a seperate user account for those accounts and keep them seperate?
    To allow this to be setup seperately on clients and devices (iphone, android, etc) should i just create a seperate accounts? user1 for [email protected] and user1a [email protected]? If there is a better way to accomplish besides a second user account I'm all for that.
    My next question; users that have addresses for domain1 and domain2 listed on their account have the ability to respond with either address? That's using an email client like outlook or thunderbird? This isn't really a necessity as domain2 email addresses are just forwards in powweb to domain1 addresses. I was curious.
    User1
    [email protected]
    [email protected]

    If you have the email service turned on, creating a user automatically creates an email account under the domain that was setup for email.  Apple does have virtual domains, both web and email.  I've only worked with web virtual domains and that was very little.  Basically to get two websites running. 
    I've never worked with the email virtual domain so I'm not sure how it works.  Email virtual domains are setup in the server admin app under the advanced tab.  My personal email server is Axigen running on Fedora Core which handles multiple domains (not virtual) which is why I have not looked at virtual email domains on Lion Server.
    The WGM>Accounts>selected user>info tab is for Open Directory information to my knowledge.  Not sure how, or even if, that interacts with the email service.

  • Cisco wireless controller and AP-binding domain how do you integrate wireless domain authentication?

    With Cisco equipment wlc 2500 and AP 1600 combines windows 2008 r2 domain controller to achieve the following purposes, 
    1, all cell phones and laptops can access the wireless network with a domain user authentication. 
    2, the guest network should how to do it? 
    My idea is: 
    Made a total of two ssid below 
    Mobile users cnnewcity_mobile: Use webportal certification, so the center certification, local forwarding 
    Computer users cnnewcity_wifi: transparent certification, local forwarding, local authentication 
    The basic steps are as follows: 
    1, set the Radius server clients (AP or controller) 
    2, locking authorization group --- this should be based on the domain user group authorization radius server 
    3, the mobile roaming - different locations on the DHCP server choose to do this you have to consider the next 43 
    4, the establishment of a two vlan to a mobile user to the computer user, create a DCHP scope on the DHCP
    I do not know if you have wood there are better ways?

    Integrating the AD to the WLC Requires:
    1. AD to be registered:
     AT: Security->AAA
        AT: LDAP     
        CLICK: New
        Server IP:    <AD IP>
        Port Number:    389     
        Simple Bind:    Authenticated
        Bind User:    CN=Administrator,CN=Users,DC=testing,DC=local,DC=com
        Bind Pass:    <LDAP Admin pass>
        Confirm Pass: <LDAP Admin pass>
        User Base DN:    OU=WebAuth_Users,DC=testing,DC=local,DC=com
        User Attrib:    sAMAccountName      
        User Obj. Type:    person        
    Enable at WLAN Profile
    1. AT: WLAN->WLANs
        CLICK: <Desired WLAN> -typically web authentication
    2. AT: Security Tab
        AT: AAA Servers
    3. AT: LDAP Servers
        **Select Created LDAP
    4. Apply to Save
    Source: Tried it in implementations :))

  • How do i assign a mail Adress from a Virtual domain to a existing user?

    I Have to Domains, a primary an da Virtual.
    MAil for the primary domain Works Perfect.
    NOw i Need to assign a Second Email from the Virtual domain to a exsisting user ?
    where and how can i assign this ?
    regards

    Give the user a second username in the form of '[email protected]'

  • Website hosted in particular windows server prompting continuous domain authentication

    Hi
    There are 2 domains A & B .In domain A, there are few websites hosted in 4 windows servers identical in software and hardware configurations ....mean to say in IIS Managers , all the settings are same.I am not aware of IIS technically. but all the settings
    visually are the same.
    The problem 2 days before happened the Domain B users (except 2 users)are continuously prompted for the domain authentication when they try to access this website through the URL which they always use when the URL hits one particular server out of these
    4 windows 2008 R2 servers
    The sharepoint site admin cut a ticket to Windows team with the comment : Check this BAD Windows server
    Error posted is :
    Log Name:      Security
    Source:        Microsoft-Windows-Security-Auditing
    Date:          3/14/2015 8:14:04 AM
    Event ID:      4625
    Task Category: Logon
    Level:         Information
    Keywords:      Audit Failure
    User:          N/A
    Computer:      xxxxxx
    Description:
    An account failed to log on.
    Subject:
                    Security ID:                         NULL SID
                    Account Name:                 -
                    Account Domain:                             -
                    Logon ID:                             0x0
    Logon Type:                                       3
    Account For Which Logon Failed:
                    Security ID:                         NULL SID
    Account Name:
                    Account Domain:                             xxxxxxxx
    Failure Information:
    Failure Reason:                                The user has not been granted the requested logon type at this machine.
                    Status:                                  0xc000015b
                    Sub Status:                         0x0
    Process Information:
                    Caller Process ID:             0x0
                    Caller Process Name:     -
    Network Information:
                    Workstation Name:        xxxxxxxxxxxxxxx
                    Source Network Address:            xxx.xxx.xxx.xxx
                    Source Port:                       53827
    Detailed Authentication Information:
                    Logon Process:                  NtLmSsp
                    Authentication Package:               NTLM
                    Transited Services:          -
                    Package Name (NTLM only):       -
                    Key Length:                        0
    This event is generated when a logon request fails. It is generated on the computer where access was attempted.
    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or
    Services.exe.
    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
    The Process Information fields indicate which account and process on the system requested the logon.
    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
                    - Transited services indicate which intermediate services have participated in this logon request.
                    - Package name indicates which sub-protocol was used among the NTLM protocols.
                    - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
    If the problem existed in this particular server, how those exceptional 2 users are having the access.I agree they are the sharepoint admins...
    How and where to check the investigation?
    Thanks & Regards S.Swaminathan Live & let others live!!!

    Hi,
    >>The problem 2 days before happened the Domain B users (except 2 users)are continuously prompted for the domain authentication
    Based on the description, we can check the following article to see if it's helpful.
    Troubleshooting: I Keep Getting Prompted for a User Name and Password
    https://msdn.microsoft.com/en-us/library/cc750194.aspx
    Besides, for this question, in order to get better help, we can ask for suggestions in the following two forums.
    IIS Forum
    http://forums.iis.net/
    SharePoint Forum
    https://social.technet.microsoft.com/Forums/office/en-US/home?category=sharepoint
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Virtual Domain Controllers in 2012 Failover Cluster. Time Skew

    Hi All,
    Not sure if this is the correct space for this topic, however i'll give it a go anyway.
    We have a 2 Hosts (HP DL385) Windows Server 2012 Failover Cluster.
    Storage is provided by a 12 Bay NAS with iSCSI connections (This is catering for CSV's and Quorum)
    We are running 2 Virtual domain controllers (2008R2)
    The issue we experience is that if the cluster goes down, and when it comes back online the time on the domain controllers (one or the other or both) skews by any where up to 3 days which causes havoc for our office until we can resync clocks with the PDCe.
    Time Synchronisation Integration Service is disabled on both Domain Contollers
    A few days back we need to reboot the storage on the cluster, and the tasks performed were as follows:
    -Power off all virtual machines (Graceful Shutdown)
    -Put all CSV's into maintenance mode
    -Offline Disk Witness to Quorum
    -Rebooted Storage (Waited until it came back online)
    -Online Quorum Storage (Successful)
    -Bring CSV's out of maintenance mode (Successful & Browsable)
    -Power on all Virtual Machines (Successful)
    This is where the time Skewed and caused headaches. The time for some reason went to 2 days 11hrs in the past on 1 domain controller.
    With this DNS lookups failed to work, Cluster services failed, Cluster Aware Updating Failed, RDP to VM's (and Virtual Hosts) by DNS Name failed (Date time error) 
    There doesn't seem to be anything in the EventLog except for date/time stamp on events being 2 days in the past.
    Now this is why i'm not sure if the issue is cause by fail over clustering, or is an issue with the domain controllers.
    Any advice regarding this or if anyone has seen this behaviour before any info would be great
    Thanks
    Rob 

    Hi Rob,
    Does both this two DCs on your cluster VM and there have not others DCs? Microsoft recommends that files for virtualized domain controllers be placed on non-CSV
    disks, Non-CSV disks can be brought online without authentication. Because non-CSV disks can be brought online more easily.
    For virtual machines that are configured as domain controllers, it is recommended that you disable time synchronization between the host system and guest operating
    system acting as a domain controller. This enables your guest domain controller to synchronize time from the domain hierarchy, please confirm your PDC time is always correct.
    The related KB:
    Running Domain Controllers in Hyper-V
    https://technet.microsoft.com/en-us/library/d2cae85b-41ac-497f-8cd1-5fbaa6740ffe(v=ws.10)#deployment_considerations_for_virtualized_domain_controllers
    Things to consider when you host Active Directory domain controllers in virtual hosting environments
    http://support.microsoft.com/kb/888794?wa=wsignin1.0
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Obiee 11g How to let user change password

    obiee 11g How to let user change password ?
    i not mean use weblogic console。 normal user how to change password。

    With 11g, OBIEE essentially uses the 10g notion of external authentication.
    By default, this is done by the WLS (Weblogic) LDAP identity store, but it may be done by another supported Authenticator either within WLS, or in the OBIS meta data (i.e. Custom Authenticator or LDAP). As such, OBIEE no longer has any control over user passwords; this is why the steps referenced in note 1102353.1 do not apply to OBIEE 11g, but only to internal/repository-defined users in OBIEE 10g.
    So, as with password maintenance in OBIEE 10g when an external authenticator is used, it is within that external authentication system that password is changed, not within OBIEE 11g. There is no option in OBIEE 11g to allow users to change passwords.
    There are two work-arounds with which you can change your password:
    1) From the Weblogic administration console/WLST.
    You need to give such user access into Weblogic console or access to browse through involved MBean hierarchy and other modify permissions. Changing the password using WLST instance is covered here:
    Ideally, the console and WLST approaches are used by Administration accounts to manage other users. But the console and WLST can be made to allow other users to change passwords (which will be more or less like carrying out an administrative task by users themselves)
    2) Using a programmatic approach.
    Here the application that intends to provide password change functionality to its users should implement this functionality on its own (GUI plus call to the relevant Weblogic API). Weblogic provides an MBean that the application can use to accomplish this. See here for more information.
    An enhancement request exists for this functionality. This is unpublished bug 11836170 - enable non admin users to change passwords in obiee 11g.

  • Difference message size of each virtual domain

    Sun ONE Messaging Server 6.0 Patch 1 (built Jan 28 2004)
    We has 5 virtual domains on my messaging server.
    My customer want to limit message size each virtual domain on new channel.
    domain1.com can deliver message size 5 MB to internet on channel tcp_domain1
    domain2.com can deliver message size 6 MB to internet on channel tcp_domain1
    domain3.com can deliver message size 10 MB to internet on channel tcp_domain1
    Could you suggest me how to configure mapping and imta files.
    Thanks you.
    daidomon

    I think you're getting me confused, and you are also confused.
    Please, let's start over, by defining exactly what it is you want to do.
    Say, "I want to limit the size of mails sent FROM certain domains. I want to limit the size of mails DELIVERED do certain domains" if that is what you actually want to achieve.
    If this is not what you want, please let me know exactly what it is that you're trying to achieve.
    It is usually much better to tell us what your goal is, rather than how you thing you should get there.

  • Aliases and not mailboxes for virtual domain

    I know that virtual domains are broken in 10.5.1 and I'm not sure I want to upgrade to 10.5.2 yet until I know everyone else who has done it is working fine.
    My question is our OSX Mail Server primary domain is xpmedia.com. We have an old mail server we are wanting to transition off of slowly. Right now the primary domain on that old server is extremeprophetic.com. We are wanting to take every single e-mail address on the old server and make them all xpmedia.com addresses which I'm in the process of creating right now. At some point we want to direct the MX record for Extreme Prophetic to our new mail server and do away with those addresses.
    I don't want to create mailboxes for those addresses as they are going away. So my question is this. Let's say my old account is [email protected] and my new account on the new server is [email protected] If when I create that new xpmedia.com address, can I just make an alias in WGM for [email protected] and it will all come to my xpmedia.com account? Or do I have to do it the way of all my other virtual domains with the editing of the virtual file in postfix and forward those accounts on to xpmedia.com addresses?

    I think I found out how to do this by reading another entry. I just need to make the other domain not a virtual domain but a local host alias. I think I'm good to go.

  • 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

Maybe you are looking for

  • Bootcamp overheating

    Hey there, I'm trying to explain my problem and my experience with the apple support. Sorry about any mistakes, english isn't my native language. A few month ago I bought a new Macbook Pro 15", End 2011 (8GB RAM, 2.2GHz i7, OSX 10.7.4) and started to

  • Run like Host command in plsql

    Hi, We are using Host command in sql*plus , but i need to implement like host command in Plsql. I refered previous post and some other links , that most of them are prefered only java stored procedure, And even that restricted previllage. Can you giv

  • My screen suddenly got foggy and cloudy - iPhone 6 Plus

    My screen suddenly got foggy and cloudy. When I press screenshot combination keys, I see a blue circle with the symbols 5JKL in black, this fades and I get a cloudy screen, then that fades to black. Trying reset with the Home plus Sleep/Wake button b

  • Re-linking Numbers charts in Keynote '09

    When your Keynote '09 chart loses its link to the source Numbers file, and you try to update the chart, you get this message: "You can also restore the original source chart and try to update again" Does anyone know how to do this?

  • Screen sequence.

    Hi, In my case. I have total 5 screen. First screen consists of two blocks of radio buttons. Based up on the radio buttons selected the appropraite screen is called. Let me tell it is a type 1 program. My problem is from the initial screen it will go