Reporting-MTA not using virtual domains

I hope this will be an easy answer that I'm just not seeing...
I have mail running on 10.5.2 with multiple virtual domains.
vdomain1.com
vdomain2.com
vdomain3.com
etc.
Receiving mail and sending mail both work fine, except on occasion I get the following error trying to send to certain addresses (mchsi.com is one example):
<[email protected]>: host gateway.mchsi.com[204.127.203.150] said:
550-63.254.110.6 blocked by ldap:ou=rblmx,dc=mso,dc=att,dc=net 550 Blocked
for abuse. Please contact the administrator of your ISP or sending
mailservice. (in reply to MAIL FROM command)
Reporting-MTA: dns; mail.XServeMail.local
X-Postfix-Queue-ID: 87047361E24
X-Postfix-Sender: rfc822; [email protected]
From what I can tell, the mail server is using the machine's host name (mail.XServeMail.local) as specified in Server Admin as opposed to using something like mail.vdomain1.com.
Is there a way to tell it to use mail.vdomain1.com when mail is sent from that address, use mail.vdomain2.com when mail is sent from that address, etc.?
I've been reading a lot of the Postfix configuration information, but don't want to start down the wrong path without someone providing a bit of guidance first.
Here is the postconf -n output:
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debugpeerlevel = 2
enableserveroptions = yes
html_directory = no
inet_interfaces = all
mail_owner = _postfix
mailboxsizelimit = 0
mailbox_transport = cyrus
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mapsrbldomains =
messagesizelimit = 0
mydestination = $myhostname,localhost.$mydomain,localhost
mydomain = XServeMail.local
mydomain_fallback = localhost
myhostname = mail.XServeMail.local
mynetworks = 127.0.0.0/8
newaliases_path = /usr/bin/newaliases
queue_directory = /private/var/spool/postfix
readme_directory = /usr/share/doc/postfix
relayhost =
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = _postdrop
smtpdclientrestrictions = permit_mynetworks
smtpdenforcetls = no
smtpdpw_server_securityoptions = login,plain,cram-md5
smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
smtpdsasl_authenable = yes
smtpdtls_certfile = /etc/certificates/Default.crt
smtpdtls_keyfile = /etc/certificates/Default.key
smtpduse_pwserver = yes
smtpdusetls = yes
unknownlocal_recipient_rejectcode = 550
virtualmailboxdomains = hash:/etc/postfix/virtual_domains
virtual_transport = lmtp:unix:/var/imap/socket/lmtp
Thank you in advance for any help.

You cannot use a different host name depending on the sending domain and also this is not necessary.
What you need to do is to give your mail server a fully qualified hostname that can be resolved by an external DNS lookup. Also make sure your mail server's IP has a proper reverse PTR record.

Similar Messages

  • Report output not using full page.

    I have a report that does not use the full screen to display.  The output display on about a 1.5 to 2 inch section of the page and the rest is white space.  How do I get it to use the full page?

    Hi Raymist123,
    If I understand correctly, the issue which you occurred is that the report content only displayed about 1.5 to 2 inch. As per my understanding, I think this issue is caused by the report content including all the report items (table, matrix, list, chart,
    gauge, text boxes etc.) is only occupied 1.5 to 2 inch on the report design surface. If in this case, we can try to expand the sizes of all the report items to fix the issue. And please make sure that the PageSize of the report have set to 8.5 x 11.
    If this issue is still existed, could you please post the screenshot about the design surface and the all the size properties? Then we can make further analysis.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Some Crystal Reports are not using the Cache Server

    Hi...we are currently running BOE XI R2 SP2.  I setup a server group with a Cache Server and a Page Server.  In the CMC, I set this cache server to keep reports cached for 15 minutes.  On the Process tab of some reports, I specifically set the report to use this new server group.  On some of the reports this works as expected.  For others, it does not appear to be since the cache folder's Date Modified date does not change.  So far the only similarity between the reports that do not use cache is that these reports have sub-reports.  Has anyone experienced this before?  If so, how did you resolve it? 
    Thanks!

    Hi Rich,
    the connectivity on the Designer an don the BusinessObjects system is identical. Is region the only characteristic being used in the report ? which connectivity did you use in Crystal Reports ?
    ingo

  • My Torch 9800 can not use virtual keyboard

    Hi all,
    When I close slider,the virtual key board do not appear,rotation function also.I use a magnet torch in the back of cellfone,virtual keyboard appear and use normally ,but when open slider and close,it back to old trouble.Please help me to solve this.

    I have similar problem few months ago, I end up having to replace the flexible that connect lower and upper part of Torch.
    The technician told me that it is a common problem for Torch after being used for 1+ year, sounds like that the flexible has limited usage time.
    When the problem just started, I could make the virtual keyboard appear by pressing under menu button, but it only works for a couple of weeks

  • SQL Server 2012 Express Install on Windows 7 SP1 Embedded not using virtual account?

    Hi there,
    I did a default installation of SQL Server 2012 Express on Windows 7 embedded Standard SP1.
    When I look at the SQLSERVER service credential it is configured to run under "NETWORK SERVICE" instead of the virtual account "NT SERVICE\MSSQL$SQLEXPRESS".
    This is different from SQL 2012 Express installation on a non-embedded Windows 7.
    Why is this difference?
    Secondly, because of this, I am unable to take a backup of databases to any folder other than the default SQL folder.

    Hi Chandrasekaran,
    As Local Service account, the Network Service account and high privileged Local System account could be used by many services.
     It becomes harder to track which service is actually accessing resources and performing actions, because all the services are using the one Network Service account or other account.
    In Windows7 and Windows Server 2008R2, it introduces a new type of account called a virtual account, which emulates creating many unique instances of the Network Service account, so each service runs with its own instance of the Network Service account.
      For example, when you install SQL 2012 on Windows Server 2008 R2 or Windows 7 and later you’ll see the services run with virtual service accounts named like:
    in the format NT SERVICE\<SERVICENAME>.
    According to your description, when the SQLSERVER service was run under “NETWORK SERVICE”, you only back up database to the default SQL folder. It may be caused by the NETWORK SERVICE account has limited local privileges, just accesses network
    resource with the computer credential. I recommend you change the account to Local System account, by default, which has full permissions on your computer.
    For more information about SQL Server service account and virtual account, you can review the following articles.
    http://www.travisgan.com/2013/06/sql-server-service-account-and-per.html
    http://www.sqlservercentral.com/blogs/sqldbauk/2014/01/13/sql-server-2012-and-virtual-service-accounts/
    http://msdn.microsoft.com/en-us/library/ms143504(v=sql.110).aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • LR 4.2 - not using virtual cores?

    I've just updated from 4.1 to 4.2 -
    First thing I noticed while exporting from NEF to jpg is this:
    Before my CPU would be rockin' along between 600-700% (2.2GHz i7 MacBook pro) - nearly all cores - 4 primary and 4 virtual (8 total) - would be being used.
    Now with 4.2 my CPU load is between 300-400%, with all 4 primary cores being used, but the 4 virtual cores just kinda hang out without being used.
    Something is different by example of the load it stresses on the CPU cores.
    But...
    That said, it all seems zippy enough and is totally usable.  I honestly couldn't tell you if it's exporting any faster or slower...
    Any ideas what's going on?
    Ben

    Lightroom 4.2 should have no problems recognising and importing Canon 5DMk3 files. Actually, I imported around 200 such files late last night. So, there is something else going on with your installation. Have you tried deleting the Lr preference file ? More info where it's located can be found at http://forums.adobe.com/thread/358041?tstart=0

  • Webi Intelligence - Linking Reports but not using prompts

    Hi, I am trying to link Report 1 to Report 2 but rather than passing the selection to run a query to Report 2, it simply filters for the selection from Report 1 on Report 2.
    Step1: Report 1 - Select salesman Name
    Step2: Goes to Report 2 and filters for the selected Salesman name from step above
    In order words, I don't want Report 2 to refresh or run, I just want what was selected from Report 1 and find it on Report 2. Is this possible?
    Thanks!!

    Hi socheathly,
    You can have a dummy prompt (something like @prompt A = @prompt A) in Report 2 just to capture the parameter from Report 1. But this is will still lead to refreshing the report 2.
    I think the only way to capture a parameter from another report is through a prompt. Correct me if I am wrong.
    Cheers!
    Aris.

  • 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.

  • Prime Infrastructure - Email Alerts by Virtual Domain

    We are currently providing wireless to various buildings and districts via flexconnect controllers and use Prime as a monitoring device each separate group is able to access individually to view their maps and APs. I have received a request for email alerts when APs are down from one district, but I see no way to group the email alerts that Prime sends out. It seems to be you can vary by type (APs vs switches) but not by virtual domains or groups of devices. Is there any way to pull this off directly from Prime?
    I could potentially have all email alerts sent to one inbox and then forward based on rules to include the AP syntax for each district, but that would be quite messy, especially if only one of the many districts wants the alerts.
    Thanks for any idea you can provide.

    Just an update for anyone who may stumble on this issue and have the same problem. In version 1.4 of Prime Infrastructure if you change your virtual domain in the top right and then go to alerts and choose email options you have a completely new list you can set up. Doing this you can do a root folder for a company or district you are providing for and setup email alerts for only that teir and bellow of access. This way they only see alerts from APs and devices they have access too. Meanwhile you can leave the root teir to email yourself and then separate them out via inbox rules as desired.
    This may be possible on older versions of Prime, but I did not notice the email alerts being an option while under the other domains until 1.4.

  • Report Cache not clearing

    Created a report that executes 3 stored procedures:
    first one deletes data from a tablex
    second one adds data to tablex based on a query
    third one adds data to tablex based on different query
    report is run based on a date range.
    date range1 returns proper results
    date range2 returns proper results
    date range1 returns double results?  cache flag is set to clear.  according to rules, if parameterized, report should not use cache.
    Help?

    there is one dataset -> tablea
    parameter date range - 06/30/2014 - 07/24/2014, returns 24516 records   first time program is executed
    parameter date range - 05/23/2014 - 06/29/2014, returns 29823 records   second time program is executed
    parameter date range - 06/30/2014 - 07/24/2014, returns 49032 records   third time program is executed    --> expected 24516
    report is defined with sql statements as follows:
    stored procedure execute a delete data from tablea
    stored procedure execute sqla insert to tablea
    stored procedure execute sqlb insert to tablea
    produce report layout
    I view the data in tablea in sql to know my record counts.

  • Display attribute incorrectly reported as "not assigned" in BEX Analyser

    Hi SCN
    I have a simple BEX query on a master data infoobject which displays the object key and several display attributes.  One of the attributes is often reported incorrectly as "not assigned" although the behaviour is erratic and can sometimes be correct from day to day.  I have checked the master data table and there should be a value ... when I run the report in RSRT, the attribute is correctly reported !
    I have checked the infoobject in RSRV for errors (all lights are green), deleted the cache and set the report to not use caching in RSRT but the attribute is still frequently "not assigned"
    all very weird ... any thoughts ?
    regards
    Ian

    Hi Ram
    no error as such, the report displays the attribute as "not assigned" ... this image shows the query and the RSRT output
    regards
    Ian

  • Mailman virtual domains configuration - Anyone has been successfull?

    Hello,
    Is there any one out there that has manage to configure Mailman to work with virtual domains in a Mac OS X Server 10.3.9 enviroment??
    Anyone??
    I've tryied every setup and read everything in the web about postfix and mailman and I just cant get it to work.
    If there is anyone out there that could show me his configuration I would mostly greatfull.

    If I keep the aliases and the virtual-mailman hashes
    in the postfix configuration I can have lists running
    for local and virtual domains, right?
    And we can have lists with the same name? And even
    with the same name of the users in WG?
    Once again, you can have the same name, be it for a user, be it for a list only ONCE per domain. A list and a user address are the same thing to postfix (they only difference is that a list adress is aliased to a mailman script). So they cannot exist twice in the same domain, but they can coexist in seperate VIRTUAL domains. Not in local host aliases.
    In order to this works I must have in SA, Mail,
    Advanced Settings, the virtual domain listed in the
    local host alias?
    Absolutely NOT! Virtual domains and local host aliases must be kept separate.

  • Another Mailman and virtual domains problem... mailbox does not exist

    Hi,
    this is yet another thread about virtual domain mailinglist with mailman.
    To sum up:
    - OpenDirectory account "[email protected]" -> mail delivered
    - Deleting this account and creating a mailing-list "test11", opening the admin interface to change the host "server.domain.com" (which is the primary host of the machine, so each mailinglist is created with this host) and replacing it with "virtualdomain.com"
    - sending an email to "[email protected]" -> following error:
    Jan 18 14:12:23 server postfix/qmgr[74872]: 698E5BF735: from=<[email protected]>, size=691, nrcpt=1 (queue active)
    Jan 18 14:12:23 server postfix/pipe[74882]: 698E5BF735: to=<[email protected]>, orig_to=<[email protected]>, relay=cyrus, delay=0.28, delays=0.14/0.01/0/0.13, dsn=5.6.0, status=bounced (data format error. Command output: test11: Mailbox does not exist )
    - adding back the OD account "[email protected]" -> mail delivered to inbox (not to mailing-list recipients)
    - now if i delete the mailinglist in Server Admin then send an email to "[email protected]" -> following error (seems obvious):
    Jan 18 13:18:49 server postfix/lmtp[74275]: A9B7CBF45F: to=<[email protected]>, relay=server.domain.com[/var/imap/socket/lmtp], delay=0.16, delays=0.13/0/0/0.03, dsn=5.1.1, status=bounced (host server.domain.com[/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))
    IOW, it looks like somehow the mailinglist aliases are being lost somewhere.
    Postfix forgets to delivers the incomming mails to Mailman, doesn't it? According to lots of forum searchs it could be forced by using one of those two commands:
    sudo /usr/sbin/postalias
    sudo /usr/sbin/postmap
    Unfortunately I dont know how they work precisely and can't find X.5 accurate information so I hope you can guide me through this step.
    Also I don't know how to track the incomming mails at the moment they are dispatched to either an OD account (so it's delivered or generates the 550 error) or a Mailman list (so it's looking for aliases and so on).
    Any help will be appreciated.
    Config:
    - in /etc/postfix/main.cf
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    alias_maps = hash:/etc/aliases,hash:/var/mailman/data/virtual-mailman
    virtualaliasmaps = hash:/etc/aliases,hash:/var/mailman/data/virtual-mailman
    - in /etc/postfix/virtual_domains
    virtualdomain.com allow
    - in /var/mailman/data/virtual-mailman
    # LOOP ADDRESSES START
    [email protected] mailman-loop
    # LOOP ADDRESSES END
    # STANZA START: test11
    # CREATED: Sun Jan 18 13:55:03 2009
    [email protected] test11
    [email protected] test11-admin
    [email protected] test11-bounces
    [email protected] test11-confirm
    [email protected] test11-join
    [email protected] test11-leave
    [email protected] test11-owner
    [email protected] test11-request
    [email protected] test11-subscribe
    [email protected] test11-unsubscribe
    # STANZA END: test11
    - in /var/mailman/data/aliases
    # The ultimate loop stopper address
    mailman-loop: /private/var/mailman/data/owner-bounces.mbox
    # STANZA START: mailman
    # CREATED: Sun Jan 18 14:11:53 2009
    mailman: "|/usr/share/mailman/mail/mailman post mailman"
    mailman-admin: "|/usr/share/mailman/mail/mailman admin mailman"
    mailman-bounces: "|/usr/share/mailman/mail/mailman bounces mailman"
    mailman-confirm: "|/usr/share/mailman/mail/mailman confirm mailman"
    mailman-join: "|/usr/share/mailman/mail/mailman join mailman"
    mailman-leave: "|/usr/share/mailman/mail/mailman leave mailman"
    mailman-owner: "|/usr/share/mailman/mail/mailman owner mailman"
    mailman-request: "|/usr/share/mailman/mail/mailman request mailman"
    mailman-subscribe: "|/usr/share/mailman/mail/mailman subscribe mailman"
    mailman-unsubscribe: "|/usr/share/mailman/mail/mailman unsubscribe mailman"
    # STANZA END: mailman
    # STANZA START: test11
    # CREATED: Sun Jan 18 14:11:53 2009
    test11: "|/usr/share/mailman/mail/mailman post test11"
    test11-admin: "|/usr/share/mailman/mail/mailman admin test11"
    test11-bounces: "|/usr/share/mailman/mail/mailman bounces test11"
    test11-confirm: "|/usr/share/mailman/mail/mailman confirm test11"
    test11-join: "|/usr/share/mailman/mail/mailman join test11"
    test11-leave: "|/usr/share/mailman/mail/mailman leave test11"
    test11-owner: "|/usr/share/mailman/mail/mailman owner test11"
    test11-request: "|/usr/share/mailman/mail/mailman request test11"
    test11-subscribe: "|/usr/share/mailman/mail/mailman subscribe test11"
    test11-unsubscribe: "|/usr/share/mailman/mail/mailman unsubscribe test11"
    # STANZA END: test11
    - in /usr/share/mailman/Mailman/mm_cfg.py
    MTA = 'Postfix'
    POSTFIXSTYLE_VIRTUALDOMAINS = ['virtualdomain.com','mail.virtualdomain.com']
    add_virtualhost('virtualdomain.com', 'mail.virtualdomain.com')

    I've finaly solved the problem by myself, mixing postfix-style aliases.
    Since it's quite long I wrote a tutorial, it's here:
    http://spip.ashorlivs.net/notepad/os-x/article/virtual-host-mailman-w-os-x-serve r
    Hope it can help someone else.
    Regards,
    g.
    Message was edited by: ashorlivs

  • Windows 7 can not joinng to domain but windows Xp does in Virtual Box Manager

    Dear all,
    I need your support and thanks in advance.
    I have installed Windows 7 and Windows 2008 server in a Virtual Box. Windows 2008 server is my Domain Controller and DNS is configured. Please find my configuration below.
    Domain Controller FQDN name - bbi.in
    IP addrees - 192.168.10.14
    subnet mask- 255.255.255.0
    gateway-   192.168.10.254
    Preferred Dns - 192.168.10.14
    Windows 7  having IP address 192.168.10.2
    Ping connectivity is working from both end
    My Problem is  my windows 7 machine is not joining to domain.
    while doing Nslookup command from windows 7 command prompt I am getting default server and Ip address of the domain controller.
    I have been trying a lot and did lots of trouble shooting but can not get any solution plz.... help

    On Fri, 14 Nov 2014 17:55:41 +0000, biswajeetpattnaik wrote:
    When I join the domain I use bbi and and I get authentication asking for user name and password.
    Please find the attached error screen shot<https://social.technet.microsoft.com/Forums/getfile/567235><https://social.technet.microsoft.com/Forums/getfile/567236>
    This forum is for issues relating to Windows Server 10 Technical Preview
    only, and not for Windows Server 2008, Windows 7 nor Windows XP. Please
    post your question a forum that is for the correct topic.
    Paul Adare - FIM CM MVP
    All that blue light from Orthanc at night? That was
    Saruman, trying to moderate
    -- news.admin.palantir-abuse.sightings.

  • XML Reports end with WARNING Status, Using Virtual Hostname by Veritas HA

    Dear Experts,
    We have upgraded our Application from 11.5.10.2 to R12, 12.1.3. Now in the Upgraded Application we are unable to open/view any of the XML based Concurrent Reports. All the XML Concurrent Reports are ending in Status WARNING.
    When we click on the View Out put, we are just getting the XML code and not the XML based reports.
    The log file of Out Put Postprocessor shows the following errors:
    ================================================
    5/28/13 12:40:20 PM] [STATEMENT] [960882:RT4152834] Get Output Type
    [5/28/13 12:40:20 PM] [STATEMENT] [960882:RT4152834] XML file name: /mnt/oracle/ERPROD/inst/apps/ERPROD_erp-lh-dr/logs/appl/conc/out/o4152834.out
    [5/28/13 12:40:20 PM] [STATEMENT] [960882:RT4152834] XML file is on node: ERP-LH-DR
    [5/28/13 12:40:20 PM] [UNEXPECTED] [960882:RT4152834] java.sql.SQLException: Exhausted Resultset
    at oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:1224)
    at oracle.apps.fnd.cp.util.CpUtil.getCanonicalLocalNode(CpUtil.java:127)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:244)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    [5/28/13 12:40:20 PM] [960882:RT4152834] Completed post-processing actions for request 4152834.
    And error like below:
    The error we are getting from the Application log files are related to Hostname. Following is the abstract from the Output Post Processor log.
    [5/29/13 2:56:02 PM] [UNEXPECTED] [960900:RT4155505] java.sql.SQLException: Exhausted Resultset
    at oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:1224)
    at oracle.apps.fnd.cp.util.CpUtil.getCanonicalLocalNode(CpUtil.java:127)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:244)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    ===============================================================
    Concurrent Manger Log files shows the following error:
    ===========================================================
    Executing request completion options...
    Output file size:
    430455
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 4158856 on node ERP-LH-DR at 30-MAY-2013 18:53:38.
    Post-processing of request 4158856 failed at 30-MAY-2013 18:53:38 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Concurrent request completed
    ==========================================================
    **Please suggests:**
    **1- Is there any way to make these XML reports work with Veritas HA, using Virtual hostname**
    **2- Can we identify or pin point from where the Out Put Postprocessor is setting the Physical Hostname.**
    Regards
    Ali Ammar

    Hi,
    The metalink note Output Post Processor Fails Due to java.sql.SQLException: Exhausted Resultset [ID 740529.1], is not related to us, we have already verified that. In our case the Application is running on Virtual Hostname and this virtual hostname is taken care by Veritas Library, ACC.
    Secondly the FND_NODES also shows the Virtual hostname as the application is configured on Virtual Hostname. So in our case its not seems to be comming from the FND_NODES tables, rather it seems that some of the Java files/class is picking it by the OS command uname -a.
    So if we can find that class or environment file of java, we can export the Virtual Hostname as we used it in configuration. Please note that the Concurrent Manager and Application listener are also working fine on the Virtual Hostname, by using the Veritas library.
    Solaris:
    LD_PRELOAD_32=/usr/lib/secure/libvuname.so
    VHOSTNAME=<virtual hostname>
    Please suggest.
    Best Regards
    Ali Ammar.

Maybe you are looking for